All Packages Class Hierarchy This Package Previous Next Index
Class iceberg.APCpath.connectors.ConnEntity
java.lang.Object
|
+----iceberg.APCpath.connectors.ConnEntity
- public class ConnEntity
- extends Object
- implements Serializable
-
ConnEntity(Object, Object, int)
-
-
ConnEntity(Object, Object, int, InetAddress, int)
-
-
getConnectionType()
-
-
getDestAddr()
-
-
getDestPort()
-
-
getIncomingConn()
-
-
getOutgoingConn()
-
ConnEntity
public ConnEntity(Object iConn,
Object oConn,
int ctype,
InetAddress destAddr,
int destPort)
ConnEntity
public ConnEntity(Object iConn,
Object oConn,
int ctype)
getDestPort
public int getDestPort()
getDestAddr
public InetAddress getDestAddr()
getConnectionType
public int getConnectionType()
getIncomingConn
public Object getIncomingConn()
getOutgoingConn
public Object getOutgoingConn()
All Packages Class Hierarchy This Package Previous Next Index