Package org.forgerock.opendj.discovery
Class Partition.Server
- java.lang.Object
 - 
- org.forgerock.opendj.discovery.Partition.Server
 
 
- 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)Collection<com.forgerock.opendj.util.HostPort>getHostPorts()Returns the host ports for this server.com.forgerock.opendj.util.HostPortgetHostPortToUse()Returns the host port that should be used to contact this server.OptionsgetOptions()Return the connections options for this server.inthashCode()StringtoString() 
 - 
 
- 
- 
Method Detail
- 
getHostPorts
public Collection<com.forgerock.opendj.util.HostPort> getHostPorts()
Returns the host ports for this server.- Returns:
 - the host ports for this server
 
 
- 
getHostPortToUse
public com.forgerock.opendj.util.HostPort getHostPortToUse()
Returns the host port that should be used to contact this server.- Returns:
 - the host port that should be used to contact this server.
 
 
- 
getOptions
public Options getOptions()
Return the connections options for this server.- Returns:
 - the connections options for this server.
 
 
 - 
 
 -