Class RemoteLocation
java.lang.Object
org.apache.commons.jcs3.auxiliary.remote.RemoteLocation
Location of the RMI registry.
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
RemoteLocationConstructor for the Location object- Parameters:
- host-
- port-
 
 
- 
- 
Method Details- 
getHost- Returns:
- the host
 
- 
getPort- Returns:
- the port
 
- 
equals
- 
hashCode
- 
toString
- 
parseServerAndPortParse remote server and port from the string representation server:port and store them in a RemoteLocation object- Parameters:
- server- the input string
- Returns:
- the remote location object
 
 
-