Package jade.imtp.leap.JICP
Class JICPAddress
- java.lang.Object
-
- jade.imtp.leap.JICP.JICPAddress
-
- All Implemented Interfaces:
TransportAddress,Serializable,Serializable
public class JICPAddress extends Object implements TransportAddress
Class declaration- Author:
- Giovanni Caire - TILAB
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description JICPAddress()Constructor declarationJICPAddress(String host, String port, String file, String anchor)Constructor declaration
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object rhs)StringgetAnchor()Method declarationStringgetFile()Method declarationStringgetHost()Method declarationStringgetPort()Method declarationStringgetProto()Method declarationStringtoString()
-
-
-
Method Detail
-
getProto
public String getProto()
Method declaration- Specified by:
getProtoin interfaceTransportAddress- Returns:
-
getHost
public String getHost()
Method declaration- Specified by:
getHostin interfaceTransportAddress- Returns:
-
getPort
public String getPort()
Method declaration- Specified by:
getPortin interfaceTransportAddress- Returns:
-
getFile
public String getFile()
Method declaration- Specified by:
getFilein interfaceTransportAddress- Returns:
-
getAnchor
public String getAnchor()
Method declaration- Specified by:
getAnchorin interfaceTransportAddress- Returns:
-
-