Uses of Class
jade.mtp.MTPException

Packages that use MTPException
jade.core This package contains the microkernel of JADE system. 
jade.mtp   
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
 MTPDescriptor MainContainerImpl.installMTP(java.lang.String address, ContainerID cid, java.lang.String className)
          Install a new MTP on a given container
 MTPDescriptor AgentManager.installMTP(java.lang.String address, ContainerID cid, java.lang.String className)
           
 void MainContainerImpl.uninstallMTP(java.lang.String address, ContainerID cid)
          Uninstall an MTP on a given container
 void AgentManager.uninstallMTP(java.lang.String address, ContainerID cid)
           
 

Uses of MTPException in jade.mtp
 

Methods in jade.mtp that throw MTPException
 TransportAddress InChannel.activate(InChannel.Dispatcher disp, Profile p)
          Activates an MTP handler for incoming messages on a default address.
 void InChannel.activate(InChannel.Dispatcher disp, TransportAddress ta, Profile p)
          Activates an MTP handler for incoming messages on a specific address.
 java.lang.String MTP.addrToStr(TransportAddress ta)
          Converts a TransportAddress object into a string representation.
 void InChannel.deactivate()
          Deactivates all the MTP handlers.
 void InChannel.deactivate(TransportAddress ta)
          Deactivates the MTP handler listening at a given transport address.
 void OutChannel.deliver(java.lang.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.
 TransportAddress MTP.strToAddr(java.lang.String rep)
          Converts a string representing a valid address in this MTP to a TransportAddress object.
 

Uses of MTPException in jade.wrapper
 

Methods in jade.wrapper that throw MTPException
 void ContainerController.installMTP(java.lang.String address, java.lang.String className)
          Installs a new message transport protocol, that will run within this container.
 void ContainerController.uninstallMTP(java.lang.String address)
          Removes a message transport protocol, previously running within this container.