Uses of Interface
jade.mtp.TransportAddress
-
Packages that use TransportAddress Package Description jade.core This package contains the microkernel of JADE system.jade.imtp.leap jade.imtp.leap.http jade.imtp.leap.JICP jade.imtp.rmi jade.mtp jade.mtp.http jade.mtp.iiop jade.util -
-
Uses of TransportAddress in jade.core
Methods in jade.core that return TransportAddress Modifier and Type Method Description TransportAddressIMTPManager. stringToAddr(String addr)Methods in jade.core with parameters of type TransportAddress Modifier and Type Method Description static booleanProfile. compareTransportAddresses(TransportAddress ta1, TransportAddress ta2)Constructors in jade.core with parameters of type TransportAddress Constructor Description ContainerID(String n, TransportAddress a)Build a container ID with the given container name and transport address. -
Uses of TransportAddress in jade.imtp.leap
Methods in jade.imtp.leap that return TransportAddress Modifier and Type Method Description TransportAddressICP. activate(ICP.Listener l, String peerID, Profile p)Start listening for platform management commandsabstract TransportAddressTransportProtocol. buildAddress(String host, String port, String file, String anchor)TransportAddressLEAPIMTPManager. stringToAddr(String addr)abstract TransportAddressTransportProtocol. stringToAddr(String s)FIXME: should throw a dedicated exceptionMethods in jade.imtp.leap with parameters of type TransportAddress Modifier and Type Method Description abstract StringTransportProtocol. addrToString(TransportAddress ta)FIXME: should throw a dedicated exceptionbyte[]ICP. deliverCommand(TransportAddress ta, byte[] payload, boolean requireFreshConnection)Deliver a command to the specified transport address -
Uses of TransportAddress in jade.imtp.leap.http
Classes in jade.imtp.leap.http that implement TransportAddress Modifier and Type Class Description classHTTPAddressClass declarationclassHTTPSAddressMethods in jade.imtp.leap.http that return TransportAddress Modifier and Type Method Description TransportAddressHTTPProtocol. buildAddress(String host, String port, String file, String anchor)TransportAddressHTTPSProtocol. buildAddress(String host, String port, String file, String anchor)TransportAddressHTTPProtocol. stringToAddr(String s)Methods in jade.imtp.leap.http with parameters of type TransportAddress Modifier and Type Method Description StringHTTPProtocol. addrToString(TransportAddress ta)StringHTTPSProtocol. addrToString(TransportAddress ta)protected ConnectionHTTPFEDispatcher. getConnection(TransportAddress ta)protected ConnectionHTTPFESDispatcher. getConnection(TransportAddress ta) -
Uses of TransportAddress in jade.imtp.leap.JICP
Classes in jade.imtp.leap.JICP that implement TransportAddress Modifier and Type Class Description classJICPAddressClass declarationFields in jade.imtp.leap.JICP declared as TransportAddress Modifier and Type Field Description protected TransportAddressBIFEDispatcher. mediatorTAMethods in jade.imtp.leap.JICP that return TransportAddress Modifier and Type Method Description TransportAddressJICPPeer. activate(ICP.Listener l, String peerID, Profile p)Start listening for internal platform messages on the specified portTransportAddressJICPSPeer. activate(ICP.Listener l, String peerID, Profile p)TransportAddressMaskableJICPPeer. activate(ICP.Listener l, String peerID, Profile p)Start listening for internal platform messages on the specified portTransportAddressJICPProtocol. buildAddress(String host, String port, String file, String anchor)TransportAddressJICPProtocol. stringToAddr(String s)Method declarationMethods in jade.imtp.leap.JICP with parameters of type TransportAddress Modifier and Type Method Description StringJICPProtocol. addrToString(TransportAddress ta)Constructor declarationConnectionConnectionFactory. createConnection(TransportAddress ta)byte[]JICPPeer. deliverCommand(TransportAddress ta, byte[] payload, boolean requireFreshConnection)deliver a serialized command to a given transport addressbyte[]MaskableJICPPeer. deliverCommand(TransportAddress ta, byte[] payload, boolean requireFreshConnection)deliver a serialized command to a given transport addressprotected JICPConnectionBIFEDispatcher. getConnection(TransportAddress ta)subclasses may overwrite this to provide their version of a JICPConnectionprotected JICPConnectionBIFESDispatcher. getConnection(TransportAddress ta)protected JICPConnectionFrontEndDispatcher. getConnection(TransportAddress ta)subclasses may overwrite this to provide their version of a JICPConnectionprotected JICPConnectionFrontEndSDispatcher. getConnection(TransportAddress ta)Constructors in jade.imtp.leap.JICP with parameters of type TransportAddress Constructor Description JICPConnection(TransportAddress ta)JICPConnection(TransportAddress ta, int timeout)Constructor declarationJICPConnection(TransportAddress ta, int timeout, String bindHost, int bindPort)JICPSConnection(TransportAddress ta)Constructor declarationJICPSConnection(TransportAddress ta, boolean useSSLAuth)JICPSConnection(TransportAddress ta, boolean useSSLAuth, int timeout, String bindHost, int bindPort) -
Uses of TransportAddress in jade.imtp.rmi
Classes in jade.imtp.rmi that implement TransportAddress Modifier and Type Class Description classRMIAddressClass declarationMethods in jade.imtp.rmi that return TransportAddress Modifier and Type Method Description TransportAddressRMIIMTPManager. stringToAddr(String url) -
Uses of TransportAddress in jade.mtp
Methods in jade.mtp that return TransportAddress Modifier and Type Method Description TransportAddressInChannel. activate(InChannel.Dispatcher disp, Profile p)Activates an MTP handler for incoming messages on a default address.TransportAddressMTP. strToAddr(String rep)Converts a string representing a valid address in this MTP to aTransportAddressobject.Methods in jade.mtp with parameters of type TransportAddress Modifier and Type Method Description voidInChannel. activate(InChannel.Dispatcher disp, TransportAddress ta, Profile p)Activates an MTP handler for incoming messages on a specific address.StringMTP. addrToStr(TransportAddress ta)Converts aTransportAddressobject into a string representation.voidInChannel. deactivate(TransportAddress ta)Deactivates the MTP handler listening at a given transport address. -
Uses of TransportAddress in jade.mtp.http
Classes in jade.mtp.http that implement TransportAddress Modifier and Type Class Description classHTTPAddressMethods in jade.mtp.http that return TransportAddress Modifier and Type Method Description TransportAddressMessageTransportProtocol. activate(InChannel.Dispatcher disp)Old method, only for compliance with former versions (prior 3.0)TransportAddressMessageTransportProtocol. activate(InChannel.Dispatcher disp, Profile p)TransportAddressMessageTransportProtocol. strToAddr(String rep)MTP Interface MethodsMethods in jade.mtp.http with parameters of type TransportAddress Modifier and Type Method Description voidMessageTransportProtocol. activate(InChannel.Dispatcher disp, TransportAddress ta)voidMessageTransportProtocol. activate(InChannel.Dispatcher disp, TransportAddress ta, Profile p)Actual method to activate the HTTP MTP.StringMessageTransportProtocol. addrToStr(TransportAddress ta)voidMessageTransportProtocol. deactivate(TransportAddress ta) -
Uses of TransportAddress in jade.mtp.iiop
Methods in jade.mtp.iiop that return TransportAddress Modifier and Type Method Description TransportAddressMessageTransportProtocol. activate(InChannel.Dispatcher disp, Profile p)TransportAddressMessageTransportProtocol. strToAddr(String rep)Methods in jade.mtp.iiop with parameters of type TransportAddress Modifier and Type Method Description voidMessageTransportProtocol. activate(InChannel.Dispatcher disp, TransportAddress ta, Profile p)StringMessageTransportProtocol. addrToStr(TransportAddress ta)voidMessageTransportProtocol. deactivate(TransportAddress ta) -
Uses of TransportAddress in jade.util
Methods in jade.util that return TransportAddress Modifier and Type Method Description TransportAddressTransportAddressWrapper. getAddress()Constructors in jade.util with parameters of type TransportAddress Constructor Description TransportAddressWrapper(TransportAddress t)
-