All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class iceberg.APCpath.descr.EndPointInfo

java.lang.Object
   |
   +----iceberg.APCpath.descr.EndPointInfo

public class EndPointInfo
extends Object
implements Serializable

Constructor Index

 o EndPointInfo(String, int, String, Object[])
 o EndPointInfo(String, int, String, Object[], String, String)

Method Index

 o equals(EndPointInfo)
 o getClassName()
 o getEndPointFormat()
 o getEndPointIPAddr()
 o getEndPointPort()
 o getOthers()
 o getSessionID()
 o setSessionID(String)
 o toString()

Constructors

 o EndPointInfo
 public EndPointInfo(String endptIPAddr,
                     int endptPort,
                     String endptFmt,
                     Object others[],
                     String className,
                     String sessionID)
 o EndPointInfo
 public EndPointInfo(String endptIPAddr,
                     int endptPort,
                     String endptFmt,
                     Object others[])

Methods

 o toString
 public String toString()
Overrides:
toString in class Object
 o equals
 public boolean equals(EndPointInfo endptInfo)
 o getEndPointIPAddr
 public String getEndPointIPAddr()
 o getEndPointPort
 public int getEndPointPort()
 o getEndPointFormat
 public String getEndPointFormat()
 o getOthers
 public Object[] getOthers()
 o getClassName
 public String getClassName()
 o getSessionID
 public String getSessionID()
 o setSessionID
 public void setSessionID(String sessionID)

All Packages  Class Hierarchy  This Package  Previous  Next  Index