Uses of Interface
jade.core.IMTPManager
-
Packages that use IMTPManager Package Description jade.core This package contains the microkernel of JADE system.jade.imtp.leap jade.imtp.rmi jade.util -
-
Uses of IMTPManager in jade.core
Fields in jade.core declared as IMTPManager Modifier and Type Field Description protected IMTPManagerAgentContainerImpl. myIMTPManagerprotected IMTPManagerBackEndManager. myIMTPManagerMethods in jade.core that return IMTPManager Modifier and Type Method Description protected IMTPManagerBaseService. getIMTPManager()protected abstract IMTPManagerProfile. getIMTPManager()protected IMTPManagerProfileImpl. getIMTPManager()Methods in jade.core with parameters of type IMTPManager Modifier and Type Method Description static booleanProfile. compareTransportAddresses(String addr1, String addr2, IMTPManager imtpManager)Compares two stringified transport addresses.static jade.core.MulticastMainDetectionListenerMainDetectionManager. createListener(ProfileImpl profile, IMTPManager m) -
Uses of IMTPManager in jade.imtp.leap
Classes in jade.imtp.leap that implement IMTPManager Modifier and Type Class Description classLEAPIMTPManager -
Uses of IMTPManager in jade.imtp.rmi
Classes in jade.imtp.rmi that implement IMTPManager Modifier and Type Class Description classRMIIMTPManager -
Uses of IMTPManager in jade.util
Methods in jade.util with parameters of type IMTPManager Modifier and Type Method Description static TransportAddressWrapperTransportAddressWrapper. getWrapper(String stringifiedTransportAddress, IMTPManager imtpManager)
-