Uses of Interface
jade.core.AgentContainer
-
Packages that use AgentContainer Package Description jade.core This package contains the microkernel of JADE system.jade.core.event jade.core.faultRecovery jade.core.management jade.core.messaging jade.core.mobility jade.core.nodeMonitoring jade.core.replication jade.core.resource jade.core.sam jade.imtp.leap.nio 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 AgentContainer in jade.core
Classes in jade.core that implement AgentContainer Modifier and Type Class Description classBackEndContainerMethods in jade.core with parameters of type AgentContainer Modifier and Type Method Description voidBaseService. init(AgentContainer ac, Profile p)voidService. init(AgentContainer ac, Profile p)Performs the passive initialization step of the service. -
Uses of AgentContainer in jade.core.event
Methods in jade.core.event with parameters of type AgentContainer Modifier and Type Method Description voidNotificationService. init(AgentContainer ac, Profile p) -
Uses of AgentContainer in jade.core.faultRecovery
Methods in jade.core.faultRecovery with parameters of type AgentContainer Modifier and Type Method Description voidFaultRecoveryService. init(AgentContainer ac, Profile p) -
Uses of AgentContainer in jade.core.management
Methods in jade.core.management with parameters of type AgentContainer Modifier and Type Method Description voidAgentManagementService. init(AgentContainer ac, Profile p)voidBEAgentManagementService. init(AgentContainer ac, Profile p) -
Uses of AgentContainer in jade.core.messaging
Fields in jade.core.messaging declared as AgentContainer Modifier and Type Field Description protected AgentContainerMessagingService. myContainerMethods in jade.core.messaging with parameters of type AgentContainer Modifier and Type Method Description voidLightMessagingService. init(AgentContainer ac, Profile p)Performs the passive initialization step of the service.voidMessagingService. init(AgentContainer ac, Profile p)Performs the passive initialization step of the service.voidPersistentDeliveryService. init(AgentContainer ac, Profile p)voidTopicManagementService. init(AgentContainer ac, Profile p)Constructors in jade.core.messaging with parameters of type AgentContainer Constructor Description OutgoingEncodingFilter(Map m, AgentContainer ac, MessagingService ms) -
Uses of AgentContainer in jade.core.mobility
Methods in jade.core.mobility with parameters of type AgentContainer Modifier and Type Method Description voidAgentMobilityService. init(AgentContainer ac, Profile p) -
Uses of AgentContainer in jade.core.nodeMonitoring
Methods in jade.core.nodeMonitoring with parameters of type AgentContainer Modifier and Type Method Description voidNodeMonitoringService. init(AgentContainer ac, Profile p)voidUDPNodeMonitoringService. init(AgentContainer ac, Profile p) -
Uses of AgentContainer in jade.core.replication
Methods in jade.core.replication with parameters of type AgentContainer Modifier and Type Method Description voidAddressNotificationService. init(AgentContainer ac, Profile p)voidAgentReplicationService. init(AgentContainer ac, Profile p)voidMainReplicationService. init(AgentContainer ac, Profile p) -
Uses of AgentContainer in jade.core.resource
Methods in jade.core.resource with parameters of type AgentContainer Modifier and Type Method Description voidResourceManagementService. init(AgentContainer ac, Profile p) -
Uses of AgentContainer in jade.core.sam
Methods in jade.core.sam with parameters of type AgentContainer Modifier and Type Method Description voidSAMService. init(AgentContainer ac, Profile p) -
Uses of AgentContainer in jade.imtp.leap.nio
Methods in jade.imtp.leap.nio with parameters of type AgentContainer Modifier and Type Method Description voidBEManagementService. init(AgentContainer ac, Profile p) -
Uses of AgentContainer in jade.wrapper
Constructors in jade.wrapper with parameters of type AgentContainer Constructor Description AgentContainer(ContainerProxy cp, AgentContainer impl, String platformName)ContainerController(ContainerProxy cp, AgentContainer impl, String platformName)This constructor requires a concrete implementation of a JADE agent container, which cannot be instantiated by applications, so it cannot be meaningfully called from application code.
-