org.echarts
Class Port

java.lang.Object
  extended by org.echarts.Port
All Implemented Interfaces:
java.io.Serializable, java.rmi.Remote, PortReference
Direct Known Subclasses:
LocalPort

public abstract class Port
extends java.lang.Object
implements PortReference

Abstract superclass for all ports.

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface org.echarts.PortReference
serialVersionUID
 
Constructor Summary
Port()
           
 
Method Summary
 boolean equals(java.lang.Object otherPort)
          Tests equivalence between two monitorable ports.
 java.lang.String getID()
          Returns port ID as specified by this port's monitor properties.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Port

public Port()
Method Detail

equals

public boolean equals(java.lang.Object otherPort)
Tests equivalence between two monitorable ports.

Overrides:
equals in class java.lang.Object

getID

public final java.lang.String getID()
Returns port ID as specified by this port's monitor properties.

Specified by:
getID in interface PortReference