org.echarts
Interface PortReference

All Superinterfaces:
java.rmi.Remote, java.io.Serializable
All Known Subinterfaces:
ExternalPortReference
All Known Implementing Classes:
AnyPort, BoxPort, ExternalPort, InternalPort, LocalPort, NonSipPort, OutputPort, Port, Port, RemotePort, SipPort, TransitionTimerPort

public interface PortReference
extends java.rmi.Remote, java.io.Serializable

This interface defines a (remote) reference to a Port instance.


Field Summary
static long serialVersionUID
           
 
Method Summary
 java.lang.String getID()
          Returns port ID as specified by this port's monitor properties.
 

Field Detail

serialVersionUID

static final long serialVersionUID
See Also:
Constant Field Values
Method Detail

getID

java.lang.String getID()
                       throws java.rmi.RemoteException
Returns port ID as specified by this port's monitor properties.

Throws:
java.rmi.RemoteException