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.
Method Summary |
java.lang.String |
getID()
Returns port ID as specified by this port's monitor properties. |
serialVersionUID
static final long serialVersionUID
- See Also:
- Constant Field Values
getID
java.lang.String getID()
throws java.rmi.RemoteException
- Returns port ID as specified by this port's monitor properties.
- Throws:
java.rmi.RemoteException