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

Constructor Index

 o ConnEntity(Object, Object, int)
 o ConnEntity(Object, Object, int, InetAddress, int)

Method Index

 o getConnectionType()
 o getDestAddr()
 o getDestPort()
 o getIncomingConn()
 o getOutgoingConn()

Constructors

 o ConnEntity
 public ConnEntity(Object iConn,
                   Object oConn,
                   int ctype,
                   InetAddress destAddr,
                   int destPort)
 o ConnEntity
 public ConnEntity(Object iConn,
                   Object oConn,
                   int ctype)

Methods

 o getDestPort
 public int getDestPort()
 o getDestAddr
 public InetAddress getDestAddr()
 o getConnectionType
 public int getConnectionType()
 o getIncomingConn
 public Object getIncomingConn()
 o getOutgoingConn
 public Object getOutgoingConn()

All Packages  Class Hierarchy  This Package  Previous  Next  Index