Uses of Class
jade.core.ProfileException
-
Packages that use ProfileException 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 -
-
Uses of ProfileException in jade.core
Methods in jade.core that throw ProfileException Modifier and Type Method Description static jade.core.MulticastMainDetectionListenerMainDetectionManager. createListener(ProfileImpl profile, IMTPManager m)static voidMainDetectionManager. detect(ProfileImpl profile)protected abstract jade.core.CommandProcessorProfile. getCommandProcessor()Obtain a reference to the container Command Processor, which manages kernel-level commands dispatching them to the proper platform services.protected jade.core.CommandProcessorProfileImpl. getCommandProcessor()protected abstract IMTPManagerProfile. getIMTPManager()protected IMTPManagerProfileImpl. getIMTPManager()static BackEndManagerBackEndManager. getInstance(Profile p)protected abstract MainContainerImplProfile. getMain()protected MainContainerImplProfileImpl. getMain()protected PlatformManagerProfileImpl. getPlatformManager()abstract ResourceManagerProfile. getResourceManager()ResourceManagerProfileImpl. getResourceManager()protected abstract ServiceFinderProfile. getServiceFinder()Obtain a reference to the platform Service Finder, with which kernel-level services can be looked up.protected ServiceFinderProfileImpl. getServiceFinder()Access the platform service finder.protected abstract ServiceManagerProfile. getServiceManager()Obtain a reference to the platform Service Manager, with which kernel-level services can be added and removed.protected ServiceManagerProfileImpl. getServiceManager()Access the platform service manager.abstract ListProfile. getSpecifiers(String key)Retrieve a list of Specifiers from the configuration properties.ListProfileImpl. getSpecifiers(String key)Retrieve a list of Specifiers from the configuration properties.voidBaseService. init(AgentContainer ac, Profile p)voidService. init(AgentContainer ac, Profile p)Performs the passive initialization step of the service.protected voidBackEndContainer. startNode()Constructors in jade.core that throw ProfileException Constructor Description BackEndContainer(Properties props, BEConnectionManager cm)MainContainerImpl(Profile p, PlatformManagerImpl pm)ProfileImpl(String fileName)Create a Profile object initialized with the settings specified in a given property file -
Uses of ProfileException in jade.core.event
Methods in jade.core.event that throw ProfileException Modifier and Type Method Description voidNotificationService. init(AgentContainer ac, Profile p) -
Uses of ProfileException in jade.core.faultRecovery
Methods in jade.core.faultRecovery that throw ProfileException Modifier and Type Method Description voidFaultRecoveryService. init(AgentContainer ac, Profile p) -
Uses of ProfileException in jade.core.management
Methods in jade.core.management that throw ProfileException Modifier and Type Method Description voidAgentManagementService. init(AgentContainer ac, Profile p)voidBEAgentManagementService. init(AgentContainer ac, Profile p) -
Uses of ProfileException in jade.core.messaging
Methods in jade.core.messaging that throw ProfileException 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) -
Uses of ProfileException in jade.core.mobility
Methods in jade.core.mobility that throw ProfileException Modifier and Type Method Description voidAgentMobilityService. init(AgentContainer ac, Profile p) -
Uses of ProfileException in jade.core.nodeMonitoring
Methods in jade.core.nodeMonitoring that throw ProfileException Modifier and Type Method Description voidNodeMonitoringService. init(AgentContainer ac, Profile p)voidUDPNodeMonitoringService. init(AgentContainer ac, Profile p) -
Uses of ProfileException in jade.core.replication
Methods in jade.core.replication that throw ProfileException 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 ProfileException in jade.core.resource
Methods in jade.core.resource that throw ProfileException Modifier and Type Method Description voidResourceManagementService. init(AgentContainer ac, Profile p) -
Uses of ProfileException in jade.core.sam
Methods in jade.core.sam that throw ProfileException Modifier and Type Method Description voidSAMService. init(AgentContainer ac, Profile p) -
Uses of ProfileException in jade.imtp.leap.nio
Methods in jade.imtp.leap.nio that throw ProfileException Modifier and Type Method Description voidBEManagementService. init(AgentContainer ac, Profile p)
-