Uses of Interface
jade.core.IMTPManager

Packages that use IMTPManager
jade.core This package contains the microkernel of JADE system. 
jade.util This package contains utility classes and in particular: classes for handling properties in an extended way (see the Tutorial), the Logger class for logging capabilities; the leap subpackage, that is a replacement for the Java collection framework that is not supported by J2ME. 
 

Uses of IMTPManager in jade.core
 

Fields in jade.core declared as IMTPManager
protected  IMTPManager BackEndManager.myIMTPManager
           
 

Methods in jade.core that return IMTPManager
protected  IMTPManager ProfileImpl.getIMTPManager()
           
protected abstract  IMTPManager Profile.getIMTPManager()
           
protected  IMTPManager BaseService.getIMTPManager()
           
 

Methods in jade.core with parameters of type IMTPManager
static boolean Profile.compareTransportAddresses(java.lang.String addr1, java.lang.String addr2, IMTPManager imtpManager)
          Compares two stringified transport addresses.
 

Uses of IMTPManager in jade.util
 

Methods in jade.util with parameters of type IMTPManager
static TransportAddressWrapper TransportAddressWrapper.getWrapper(java.lang.String stringifiedTransportAddress, IMTPManager imtpManager)