org.apache.jcs.auxiliary.remote
Class RemoteCacheManager.Location

java.lang.Object
  extended byorg.apache.jcs.auxiliary.remote.RemoteCacheManager.Location
Enclosing class:
RemoteCacheManager

private static final class RemoteCacheManager.Location
extends java.lang.Object

Location of the RMI registry.

Author:
asmuts

Field Summary
 java.lang.String host
          Description of the Field
 int port
          Description of the Field
 
Constructor Summary
RemoteCacheManager.Location(java.lang.String host, int port)
          Constructor for the Location object
 
Method Summary
 boolean equals(java.lang.Object obj)
          Description of the Method
 int hashCode()
          Description of the Method
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

host

public final java.lang.String host
Description of the Field


port

public final int port
Description of the Field

Constructor Detail

RemoteCacheManager.Location

public RemoteCacheManager.Location(java.lang.String host,
                                   int port)
Constructor for the Location object

Parameters:
host -
port -
Method Detail

equals

public boolean equals(java.lang.Object obj)
Description of the Method


hashCode

public int hashCode()
Description of the Method