Uses of Class
jade.core.BaseService
-
-
Uses of BaseService in jade.core.event
Subclasses of BaseService in jade.core.event Modifier and Type Class Description classNotificationServiceThe JADE service to manage the event notification subsystem installed on the platform. -
Uses of BaseService in jade.core.faultRecovery
Subclasses of BaseService in jade.core.faultRecovery Modifier and Type Class Description classFaultRecoveryServiceThe FaultRecovery service allows recovering a platform after a fault and a successive restart of the main container. -
Uses of BaseService in jade.core.management
Subclasses of BaseService in jade.core.management Modifier and Type Class Description classAgentManagementServiceThe JADE service to manage the basic agent life cycle: creation, destruction, suspension and resumption.classBEAgentManagementServiceThe JADE service to manage the basic agent life cycle: creation, destruction, suspension and resumption, in the special case of a Back-End Container. -
Uses of BaseService in jade.core.messaging
Subclasses of BaseService in jade.core.messaging Modifier and Type Class Description classLightMessagingServiceA minimal version of the JADE service to manage the message passing subsystem installed on the platform.classMessagingServiceThe JADE service to manage the message passing subsystem installed on the platform.classMomMessagingServiceclassPersistentDeliveryServiceThe JADE service to manage the persistent storage of undelivered ACL messages installed on the platform.classTopicManagementServiceTopicManagement service main class -
Uses of BaseService in jade.core.mobility
Subclasses of BaseService in jade.core.mobility Modifier and Type Class Description classAgentMobilityServiceThe JADE service to manage mobility-related agent life cycle: migration and clonation. -
Uses of BaseService in jade.core.nodeMonitoring
Subclasses of BaseService in jade.core.nodeMonitoring Modifier and Type Class Description classNodeMonitoringServiceBase service for services that implements ad hoc node monitoring mechanisms such as the UDPNodeMonitoringServiceclassUDPNodeMonitoringServiceUDP based implementation of the NodeMonitoringService. -
Uses of BaseService in jade.core.replication
Subclasses of BaseService in jade.core.replication Modifier and Type Class Description classAddressNotificationServiceA kernel-level service to manage a ring of Main Containers, keeping the various replicas in sync and providing failure detection and recovery to make JADE tolerate Main Container crashes.classAgentReplicationServiceclassMainReplicationServiceA kernel-level service to manage a ring of Main Containers, keeping the various replicas in sync and providing failure detection and recovery to make JADE tolerate Main Container crashes. -
Uses of BaseService in jade.core.resource
Subclasses of BaseService in jade.core.resource Modifier and Type Class Description classResourceManagementServiceResourceManagement service main class -
Uses of BaseService in jade.core.sam
Subclasses of BaseService in jade.core.sam Modifier and Type Class Description classSAMServiceJADE Kernel service supporting System Activity Monitoring (SAM). -
Uses of BaseService in jade.imtp.leap.nio
Subclasses of BaseService in jade.imtp.leap.nio Modifier and Type Class Description classBEManagementServiceThis service handles BEContainer creation requests and manages IO operations for data exchanged between the created BEContainers and their FEContainers in an asynchronous way using java.nio
Having this functionality implemented as a service allows propagating (through the ServiceHelper) BackEnd related events (e.g.
-