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
-
EndPointInfo(String, int, String, Object[])
-
-
EndPointInfo(String, int, String, Object[], String, String)
-
-
equals(EndPointInfo)
-
-
getClassName()
-
-
getEndPointFormat()
-
-
getEndPointIPAddr()
-
-
getEndPointPort()
-
-
getOthers()
-
-
getSessionID()
-
-
setSessionID(String)
-
-
toString()
-
EndPointInfo
public EndPointInfo(String endptIPAddr,
int endptPort,
String endptFmt,
Object others[],
String className,
String sessionID)
EndPointInfo
public EndPointInfo(String endptIPAddr,
int endptPort,
String endptFmt,
Object others[])
toString
public String toString()
- Overrides:
- toString in class Object
equals
public boolean equals(EndPointInfo endptInfo)
getEndPointIPAddr
public String getEndPointIPAddr()
getEndPointPort
public int getEndPointPort()
getEndPointFormat
public String getEndPointFormat()
getOthers
public Object[] getOthers()
getClassName
public String getClassName()
getSessionID
public String getSessionID()
setSessionID
public void setSessionID(String sessionID)
All Packages Class Hierarchy This Package Previous Next Index