Uses of Class
jade.mtp.MTPException
-
Packages that use MTPException Package Description jade.core This package contains the microkernel of JADE system.jade.core.messaging jade.mtp jade.mtp.http jade.mtp.iiop jade.wrapper Together with the classes jade.core.Profile and jade.core.Runtime this package provides support for the JADE in-process interface that allows external Java applications to use JADE as a kind of library and to launch the JADE Runtime from within the application itself. -
-
Uses of MTPException in jade.core
Methods in jade.core that throw MTPException Modifier and Type Method Description MTPDescriptorAgentManager. installMTP(String address, ContainerID cid, String className)MTPDescriptorMainContainerImpl. installMTP(String address, ContainerID cid, String className)Install a new MTP on a given containervoidAgentManager. uninstallMTP(String address, ContainerID cid)voidMainContainerImpl. uninstallMTP(String address, ContainerID cid)Uninstall an MTP on a given container -
Uses of MTPException in jade.core.messaging
Methods in jade.core.messaging that throw MTPException Modifier and Type Method Description MTPDescriptorMessagingProxy. installMTP(String address, String className)MTPDescriptorMessagingSlice. installMTP(String address, String className)voidMessagingProxy. routeOut(Envelope env, byte[] payload, AID receiverID, String address)voidMessagingSlice. routeOut(Envelope env, byte[] payload, AID receiverID, String address)voidMessagingProxy. uninstallMTP(String address)voidMessagingSlice. uninstallMTP(String address) -
Uses of MTPException in jade.mtp
Methods in jade.mtp that throw MTPException Modifier and Type Method Description TransportAddressInChannel. activate(InChannel.Dispatcher disp, Profile p)Activates an MTP handler for incoming messages on a default address.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()Deactivates all the MTP handlers.voidInChannel. deactivate(TransportAddress ta)Deactivates the MTP handler listening at a given transport address.voidOutChannel. deliver(String addr, Envelope env, byte[] payload)Delivers to the specified address an ACL message, encoded in some concrete message representation, using the given envelope as a transmission header.TransportAddressMTP. strToAddr(String rep)Converts a string representing a valid address in this MTP to aTransportAddressobject. -
Uses of MTPException in jade.mtp.http
Methods in jade.mtp.http that throw MTPException 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)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()voidMessageTransportProtocol. deactivate(TransportAddress ta)voidMessageTransportProtocol. deliver(String addr, Envelope env, byte[] payload)OutChannel Interface Methods *EnvelopeXMLCodec. parse(Reader in)voidKeepAlive. send(HTTPAddress url, byte[] request)TransportAddressMessageTransportProtocol. strToAddr(String rep)MTP Interface MethodsConstructors in jade.mtp.http that throw MTPException Constructor Description XMLCodec(String parserClass)Constructor: -
Uses of MTPException in jade.mtp.iiop
Methods in jade.mtp.iiop that throw MTPException Modifier and Type Method Description TransportAddressMessageTransportProtocol. activate(InChannel.Dispatcher disp, Profile p)voidMessageTransportProtocol. activate(InChannel.Dispatcher disp, TransportAddress ta, Profile p)StringMessageTransportProtocol. addrToStr(TransportAddress ta)voidMessageTransportProtocol. deactivate()voidMessageTransportProtocol. deactivate(TransportAddress ta)voidMessageTransportProtocol. deliver(String addr, Envelope env, byte[] payload)TransportAddressMessageTransportProtocol. strToAddr(String rep) -
Uses of MTPException in jade.wrapper
Methods in jade.wrapper that throw MTPException Modifier and Type Method Description voidContainerController. installMTP(String address, String className)Installs a new message transport protocol, that will run within this container.voidContainerController. uninstallMTP(String address)Removes a message transport protocol, previously running within this container.
-