Package jade.imtp.rmi
Class RMIAddress
- java.lang.Object
-
- jade.imtp.rmi.RMIAddress
-
- All Implemented Interfaces:
TransportAddress,Serializable,Serializable
public class RMIAddress extends Object implements TransportAddress
Class declaration- Author:
- LEAP
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RMIAddress()Constructor declarationRMIAddress(String host, String port, String file, String anchor)Constructor declaration
-
-
-
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:
-
-