Uses of Class
jade.core.Profile
-
Packages that use Profile Package Description jade This package simply contains classes to bootstrap JADE system.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 jade.imtp.leap.JICP jade.imtp.leap.nio jade.imtp.rmi jade.mtp jade.mtp.http jade.mtp.http.https jade.mtp.iiop -
-
Uses of Profile in jade
Subclasses of Profile in jade Modifier and Type Class Description classBootProfileImplA profile implementation enhanced to support boot's argument parsing. -
Uses of Profile in jade.core
Subclasses of Profile in jade.core Modifier and Type Class Description classProfileImplThis class allows the JADE core to retrieve configuration-dependent classes and boot parameters.Fields in jade.core declared as Profile Modifier and Type Field Description protected ProfileAgentContainerImpl. myProfileMethods in jade.core with parameters of type Profile Modifier and Type Method Description voidBaseService. boot(Profile p)voidService. boot(Profile p)Performs the active initialization step of a kernel-level service.AgentContainerRuntime. createAgentContainer(Profile p)Creates a new agent container in the current JVM, providing access through a proxy object.AgentContainerRuntime. createMainContainer(Profile p)Creates a new main container in the current JVM, providing access through a proxy object.static BackEndManagerBackEndManager. getInstance(Profile p)voidBaseService. init(AgentContainer ac, Profile p)voidService. init(AgentContainer ac, Profile p)Performs the passive initialization step of the service.voidIMTPManager. initialize(Profile p)Initialize this IMTPManagervoidResourceManager. initialize(Profile p)voidRuntime. startUp(Profile p)Starts a JADE container in the Single-container modality.Constructors in jade.core with parameters of type Profile Constructor Description MainContainerImpl(Profile p, PlatformManagerImpl pm) -
Uses of Profile in jade.core.event
Methods in jade.core.event with parameters of type Profile Modifier and Type Method Description voidNotificationService. init(AgentContainer ac, Profile p) -
Uses of Profile in jade.core.faultRecovery
Methods in jade.core.faultRecovery with parameters of type Profile Modifier and Type Method Description voidFaultRecoveryService. boot(Profile p)voidFaultRecoveryService. init(AgentContainer ac, Profile p)voidPersistentStorage. init(Profile p)Initialize this persistent storage -
Uses of Profile in jade.core.management
Methods in jade.core.management with parameters of type Profile Modifier and Type Method Description voidAgentManagementService. init(AgentContainer ac, Profile p)voidBEAgentManagementService. init(AgentContainer ac, Profile p) -
Uses of Profile in jade.core.messaging
Fields in jade.core.messaging declared as Profile Modifier and Type Field Description protected ProfileMessagingService. myProfileMethods in jade.core.messaging with parameters of type Profile Modifier and Type Method Description voidLightMessagingService. boot(Profile myProfile)voidMessagingService. boot(Profile myProfile)Performs the active initialization step of a kernel-level service: Activates the ACL codecs and MTPs as specified in the givenProfileinstance.voidMomMessagingService. boot(Profile myProfile)voidPersistentDeliveryService. boot(Profile myProfile)Activate the PersistentDeliveryManager and instantiate the PersistentDeliveryFilter.voidTopicManagementService. boot(Profile p)voidLightMessagingService. init(AgentContainer ac, Profile p)Performs the passive initialization step of the service.voidMessageStorage. init(Profile p)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 Profile in jade.core.mobility
Methods in jade.core.mobility with parameters of type Profile Modifier and Type Method Description voidAgentMobilityService. boot(Profile myProfile)voidAgentMobilityService. init(AgentContainer ac, Profile p) -
Uses of Profile in jade.core.nodeMonitoring
Methods in jade.core.nodeMonitoring with parameters of type Profile Modifier and Type Method Description voidNodeMonitoringService. init(AgentContainer ac, Profile p)voidUDPNodeMonitoringService. init(AgentContainer ac, Profile p)voidNetworkChecker. initialize(Profile p) -
Uses of Profile in jade.core.replication
Methods in jade.core.replication with parameters of type Profile Modifier and Type Method Description voidAddressNotificationService. boot(Profile p)voidAgentReplicationService. boot(Profile p)voidMainReplicationService. boot(Profile p)voidAddressNotificationService. init(AgentContainer ac, Profile p)voidAgentReplicationService. init(AgentContainer ac, Profile p)voidMainReplicationService. init(AgentContainer ac, Profile p) -
Uses of Profile in jade.core.resource
Methods in jade.core.resource with parameters of type Profile Modifier and Type Method Description voidResourceManagementService. boot(Profile p)voidResourceManagementService. init(AgentContainer ac, Profile p) -
Uses of Profile in jade.core.sam
Methods in jade.core.sam with parameters of type Profile Modifier and Type Method Description voidSAMService. boot(Profile p)voidSAMService. init(AgentContainer ac, Profile p)voidSAMInfoHandler. initialize(Profile p) -
Uses of Profile in jade.imtp.leap
Methods in jade.imtp.leap with parameters of type Profile Modifier and Type Method Description TransportAddressICP. activate(ICP.Listener l, String peerID, Profile p)Start listening for platform management commandsvoidLEAPIMTPManager. initialize(Profile p)Initialize the support for intra-platform communication -
Uses of Profile in jade.imtp.leap.JICP
Methods in jade.imtp.leap.JICP with parameters of type Profile Modifier and Type Method Description TransportAddressJICPPeer. activate(ICP.Listener l, String peerID, Profile p)Start listening for internal platform messages on the specified portTransportAddressJICPSPeer. activate(ICP.Listener l, String peerID, Profile p)TransportAddressMaskableJICPPeer. activate(ICP.Listener l, String peerID, Profile p)Start listening for internal platform messages on the specified portConstructors in jade.imtp.leap.JICP with parameters of type Profile Constructor Description JICPServer(Profile p, JICPPeer myPeer, ICP.Listener l, ConnectionFactory f, int max)Constructor declaration -
Uses of Profile in jade.imtp.leap.nio
Methods in jade.imtp.leap.nio with parameters of type Profile Modifier and Type Method Description voidBEManagementService. boot(Profile p)This method is called by the JADE runtime just after this service has been installed.voidBEManagementService. init(AgentContainer ac, Profile p) -
Uses of Profile in jade.imtp.rmi
Methods in jade.imtp.rmi with parameters of type Profile Modifier and Type Method Description voidRMIIMTPManager. initialize(Profile p) -
Uses of Profile in jade.mtp
Methods in jade.mtp with parameters of type Profile Modifier and Type Method Description TransportAddressInChannel. activate(InChannel.Dispatcher disp, Profile p)Activates an MTP handler for incoming messages on a default address.voidInChannel. activate(InChannel.Dispatcher disp, TransportAddress ta, Profile p)Activates an MTP handler for incoming messages on a specific address. -
Uses of Profile in jade.mtp.http
Methods in jade.mtp.http with parameters of type Profile Modifier and Type Method Description TransportAddressMessageTransportProtocol. activate(InChannel.Dispatcher disp, Profile p)voidMessageTransportProtocol. activate(InChannel.Dispatcher disp, TransportAddress ta, Profile p)Actual method to activate the HTTP MTP.voidHTTPSocketFactory. configure(Profile profile, HTTPAddress hta) -
Uses of Profile in jade.mtp.http.https
Methods in jade.mtp.http.https with parameters of type Profile Modifier and Type Method Description voidFriendListAuthentication. init(Profile profile)voidHTTPSKeyManager. init(Profile profile)This method is used to pass profile data to trust Managers.voidHTTPSTrustManager. init(Profile profile)This method is used to pass profile data to trust Managers.voidKeyStoreKeyManager. init(Profile profile)voidNoAuthentication. init(Profile profile)voidStrongAuthentication. init(Profile profile) -
Uses of Profile in jade.mtp.iiop
Methods in jade.mtp.iiop with parameters of type Profile Modifier and Type Method Description TransportAddressMessageTransportProtocol. activate(InChannel.Dispatcher disp, Profile p)voidMessageTransportProtocol. activate(InChannel.Dispatcher disp, TransportAddress ta, Profile p)
-