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

Constructor Summary
RMIDestination()
           
 
Method Summary
 void addObserver(java.util.Observer obs)
           
 void readExternal(java.io.ObjectInput in)
           
 void removeObserver(java.util.Observer obs)
           
 void writeExternal(java.io.ObjectOutput out)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RMIDestination

public RMIDestination()
Method Detail

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)