Uses of Class
jade.mtp.MTPDescriptor

Packages that use MTPDescriptor
jade.core This package contains the microkernel of JADE system. 
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 MTPDescriptor in jade.core
 

Methods in jade.core that return MTPDescriptor
 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)
           
 

Methods in jade.core with parameters of type MTPDescriptor
 void MainContainerImpl.deadMTP(MTPDescriptor mtp, ContainerID cid)
          Notify the platform that an MTP is no longer active on a given container
 void MainContainer.deadMTP(MTPDescriptor mtp, ContainerID cid)
           
 void MainContainerImpl.newMTP(MTPDescriptor mtp, ContainerID cid)
          Notify the platform that a new MTP has become active on a given container
 void MainContainer.newMTP(MTPDescriptor mtp, ContainerID cid)
           
 

Uses of MTPDescriptor in jade.wrapper
 

Methods in jade.wrapper that return MTPDescriptor
 MTPDescriptor ContainerProxy.installMTP(java.lang.String address, java.lang.String className)