jas2.util.rmi
Class RMIDestination
- java.lang.Object
-
- jas2.util.rmi.RMIDestination
-
- All Implemented Interfaces:
- java.io.Externalizable, java.io.Serializable
public class RMIDestination extends java.lang.Object implements java.io.ExternalizableAn 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
Constructors Constructor and Description RMIDestination()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description voidaddObserver(java.util.Observer obs)voidreadExternal(java.io.ObjectInput in)voidremoveObserver(java.util.Observer obs)voidwriteExternal(java.io.ObjectOutput out)
-
-
-
Method Detail
-
readExternal
public void readExternal(java.io.ObjectInput in) throws java.io.IOException- Specified by:
readExternalin interfacejava.io.Externalizable- Throws:
java.io.IOException
-
writeExternal
public void writeExternal(java.io.ObjectOutput out) throws java.io.IOException- Specified by:
writeExternalin interfacejava.io.Externalizable- Throws:
java.io.IOException
-
addObserver
public void addObserver(java.util.Observer obs)
-
removeObserver
public void removeObserver(java.util.Observer obs)
-
-
DataMelt 3.0 © DataMelt by jWork.ORG