Uses of Interface
jade.core.ServiceHelper
-
Packages that use ServiceHelper Package Description jade.core This package contains the microkernel of JADE system.jade.core.event jade.core.faultRecovery jade.core.messaging jade.core.mobility jade.core.replication jade.core.resource jade.core.sam jade.imtp.leap.nio -
-
Uses of ServiceHelper in jade.core
Methods in jade.core that return ServiceHelper Modifier and Type Method Description ServiceHelperAgent. getHelper(String serviceName)Retrieves the agent's service helperServiceHelperBaseService. getHelper(Agent a)This should be properly implemented by the services that have helpers.abstract ServiceHelperFEService. getHelper(Agent a)Subclasses must implement this method to return the helper for accessing this service.ServiceHelperService. getHelper(Agent a)Get the helper for accessing this service. -
Uses of ServiceHelper in jade.core.event
Subinterfaces of ServiceHelper in jade.core.event Modifier and Type Interface Description interfaceNotificationHelperThe vertical interface for the JADE kernel-level service implementing the JADE event dispatching mechanism.Methods in jade.core.event that return ServiceHelper Modifier and Type Method Description ServiceHelperNotificationService. getHelper(Agent a) -
Uses of ServiceHelper in jade.core.faultRecovery
Subinterfaces of ServiceHelper in jade.core.faultRecovery Modifier and Type Interface Description interfaceFaultRecoveryHelperMethods in jade.core.faultRecovery that return ServiceHelper Modifier and Type Method Description ServiceHelperFaultRecoveryService. getHelper(Agent a) -
Uses of ServiceHelper in jade.core.messaging
Subinterfaces of ServiceHelper in jade.core.messaging Modifier and Type Interface Description interfaceMessagingHelperServiceHelper provided by the MessagingService to make additional messaging features available to agentsinterfaceTopicManagementHelperThe TopicManagementHelper provides methods that allows creating topic objects and registering/deregistering to topics.Methods in jade.core.messaging that return ServiceHelper Modifier and Type Method Description ServiceHelperMessagingService. getHelper(Agent a)ServiceHelperTopicManagementFEService. getHelper(Agent a)ServiceHelperTopicManagementService. getHelper(Agent a)Return the TopicManagementHelper for a given agent -
Uses of ServiceHelper in jade.core.mobility
Subinterfaces of ServiceHelper in jade.core.mobility Modifier and Type Interface Description interfaceAgentMobilityHelperThe vertical interface for the JADE kernel-level service managing the mobility-related agent life cycle: migration and clonation.Methods in jade.core.mobility that return ServiceHelper Modifier and Type Method Description ServiceHelperAgentMobilityService. getHelper(Agent a) -
Uses of ServiceHelper in jade.core.replication
Subinterfaces of ServiceHelper in jade.core.replication Modifier and Type Interface Description interfaceAgentReplicationHelperHelper class that allows agents to exploit the features of the AGentReplicationServiceMethods in jade.core.replication that return ServiceHelper Modifier and Type Method Description ServiceHelperAgentReplicationService. getHelper(Agent a)Return the AgentReplicationHelper for a given agent -
Uses of ServiceHelper in jade.core.resource
Subinterfaces of ServiceHelper in jade.core.resource Modifier and Type Interface Description interfaceResourceManagementHelperThe ResourceManagementHelper provides methods that allows to access resources available on the main or other containers.Methods in jade.core.resource that return ServiceHelper Modifier and Type Method Description ServiceHelperResourceManagementService. getHelper(Agent a) -
Uses of ServiceHelper in jade.core.sam
Subinterfaces of ServiceHelper in jade.core.sam Modifier and Type Interface Description interfaceSAMHelperHelper interface for the System Activity Monitoring (SAM) Service.
The SAM Service allows collecting system activity information such as the average time to perform a given operations or the number of events of a given type.Methods in jade.core.sam that return ServiceHelper Modifier and Type Method Description ServiceHelperSAMService. getHelper(Agent a) -
Uses of ServiceHelper in jade.imtp.leap.nio
Subinterfaces of ServiceHelper in jade.imtp.leap.nio Modifier and Type Interface Description interfaceBEManagementHelperHelper interface to the BEManagementService.Methods in jade.imtp.leap.nio that return ServiceHelper Modifier and Type Method Description ServiceHelperBEManagementService. getHelper(Agent a)Retrieve the helper of this Service
-