com.mchange.rmi
Class RMIRegistryCallingCard

java.lang.Object
  extended by com.mchange.rmi.RMIRegistryCallingCard
All Implemented Interfaces:
CallingCard, Serializable

public class RMIRegistryCallingCard
extends Object
implements CallingCard, Serializable

See Also:
Serialized Form

Constructor Summary
RMIRegistryCallingCard(String regHost, int reg_port, String name)
           
RMIRegistryCallingCard(String regHost, String name)
           
 
Method Summary
 boolean equals(Object o)
           
 Remote findRemote()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RMIRegistryCallingCard

public RMIRegistryCallingCard(String regHost,
                              int reg_port,
                              String name)

RMIRegistryCallingCard

public RMIRegistryCallingCard(String regHost,
                              String name)
Method Detail

equals

public boolean equals(Object o)
Specified by:
equals in interface CallingCard
Overrides:
equals in class Object

hashCode

public int hashCode()
Specified by:
hashCode in interface CallingCard
Overrides:
hashCode in class Object

findRemote

public Remote findRemote()
                  throws ServiceUnavailableException,
                         RemoteException
Specified by:
findRemote in interface CallingCard
Throws:
ServiceUnavailableException
RemoteException

toString

public String toString()
Specified by:
toString in interface CallingCard
Overrides:
toString in class Object