jas.util.rmi
Class RMIDestination
java.lang.Object
|
+--jas.util.rmi.RMIDestination
- All Implemented Interfaces:
- java.io.Externalizable, java.io.Serializable
- public class RMIDestination
- extends java.lang.Object
- implements java.io.Externalizable
An RMI Destination represents a specific instance of
destination for remote events. Each RMIDestination
is internally given a unique ID to represent the
place to which events should be delivered
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RMIDestination
public RMIDestination()
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException
- Specified by:
readExternal
in interface java.io.Externalizable
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
- Specified by:
writeExternal
in interface java.io.Externalizable
addObserver
public void addObserver(java.util.Observer obs)
removeObserver
public void removeObserver(java.util.Observer obs)