Uses of Class
jade.util.leap.Properties
-
Packages that use Properties Package Description jade This package simply contains classes to bootstrap JADE system.jade.core This package contains the microkernel of JADE system.jade.imtp.leap jade.imtp.leap.http jade.imtp.leap.JICP jade.imtp.leap.nio jade.imtp.leap.sms jade.lang.acl This package contains the support for the FIPA Agent Communication Language (ACL) including the ACLMessage class, the parser, the encoder, and an helper class for representing templates of ACL messages.jade.util jade.util.leap This package contains a set of classes that provides a replacement for the Java collection framework that is not supported by J2ME.jade.wrapper.gateway This is a subpackage of jade.wrapper and contains a set of classes that enables a non-JADE application to issue commands to a JADE-based application. -
-
Uses of Properties in jade
Methods in jade that return Properties Modifier and Type Method Description static PropertiesBoot. parseCmdLineArgs(String[] args)static PropertiesMicroBoot. parseCmdLineArgs(String[] args) -
Uses of Properties in jade.core
Fields in jade.core declared as Properties Modifier and Type Field Description protected PropertiesProfileImpl. bootPropsMethods in jade.core that return Properties Modifier and Type Method Description PropertiesAID. getAllUserDefinedSlot()Returns the user-defined slots as properties.PropertiesAgent. getBootProperties()Return the configuration properties exactly as they were passed to the Profile before starting the local JADE container.abstract PropertiesProfile. getBootProperties()Retrieve the configuration properties as they were passed to this Profile object, i.e.PropertiesProfileImpl. getBootProperties()Retrieve the configuration properties as they were passed to this Profile object, i.e.PropertiesProfileImpl. getProperties()Return the underlying properties collection.Methods in jade.core with parameters of type Properties Modifier and Type Method Description BackEndFEConnectionManager. getBackEnd(FrontEnd fe, Properties props)Set up a permanent connection to a remote BackEnd and return a stub of it.FrontEndBEConnectionManager. getFrontEnd(BackEnd be, Properties props)Return a stub of the remote FrontEnd that is connected to the local BackEnd.static voidMicroRuntime. startJADE(Properties p, Runnable r)Start up the JADE runtime.Constructors in jade.core with parameters of type Properties Constructor Description BackEndContainer(Properties props, BEConnectionManager cm)ProfileImpl(Properties aProp)Creates a Profile implementation using the given properties to configure the platform startup process. -
Uses of Properties in jade.imtp.leap
Methods in jade.imtp.leap that return Properties Modifier and Type Method Description static PropertiesFrontEndStub. parseCreateMediatorRequest(String s)Methods in jade.imtp.leap with parameters of type Properties Modifier and Type Method Description static StringBufferBackEndStub. encodeCreateMediatorRequest(Properties pp)The method encodes the create mediator request, setting all the common properties retrived in the passed property parameter.static StringFrontEndStub. encodeCreateMediatorResponse(Properties pp)static StringFrontEndStub. encodeProperties(Properties pp)static voidBackEndStub. parseCreateMediatorResponse(String responseMessage, Properties pp)Constructors in jade.imtp.leap with parameters of type Properties Constructor Description BackEndStub(Dispatcher d, Properties props) -
Uses of Properties in jade.imtp.leap.http
Methods in jade.imtp.leap.http with parameters of type Properties Modifier and Type Method Description BackEndHTTPFEDispatcher. getBackEnd(FrontEnd fe, Properties p)Create a BackEnd in the fixed network and return a stub to communicate with itFrontEndHTTPBEDispatcher. getFrontEnd(BackEnd be, Properties props)Return a stub of the remote FrontEnd that is connected to the local BackEnd.voidHTTPBEDispatcher. init(JICPMediatorManager mgr, String id, Properties props)Initialize parameters and activate the BackEndContainerprotected BackEndSkelHTTPBEDispatcher. startBackEndContainer(Properties props) -
Uses of Properties in jade.imtp.leap.JICP
Methods in jade.imtp.leap.JICP that return Properties Modifier and Type Method Description PropertiesPDPContextManager. getPDPContextInfo(InetAddress addr, String owner)Methods in jade.imtp.leap.JICP with parameters of type Properties Modifier and Type Method Description BackEndBIFEDispatcher. getBackEnd(FrontEnd fe, Properties props)Connect to a remote BackEnd and return a stub to communicate with itBackEndFrontEndDispatcher. getBackEnd(FrontEnd fe, Properties props)Connect to a remote BackEnd and return a stub to communicate with itFrontEndBIBEDispatcher. getFrontEnd(BackEnd be, Properties props)Return a stub of the remote FrontEnd that is connected to the local BackEnd.voidBIBEDispatcher. init(JICPMediatorManager mgr, String id, Properties props)Initialize parameters and start the embedded threadvoidJICPMediator. init(JICPMediatorManager mgr, String id, Properties props)Initialize this JICPMediatorvoidPDPContextManager. init(Properties p)protected BackEndSkelBIBEDispatcher. startBackEndContainer(Properties props) -
Uses of Properties in jade.imtp.leap.nio
Methods in jade.imtp.leap.nio that return Properties Modifier and Type Method Description PropertiesBackEndDispatcher. getProperties()Retrieve the startup Properties for this NIOBEDispatcher.PropertiesNIOBEDispatcher. getProperties()Retrieve the startup Properties for this NIOBEDispatcher.PropertiesNIOHTTPBEDispatcher. getProperties()PropertiesNIOMediator. getProperties()Retrieve the startup Properties for this NIOMediator.Methods in jade.imtp.leap.nio with parameters of type Properties Modifier and Type Method Description FrontEndBackEndDispatcher. getFrontEnd(BackEnd be, Properties props)Return a stub of the remote FrontEnd that is connected to the local BackEnd.FrontEndNIOBEDispatcher. getFrontEnd(BackEnd be, Properties props)Return a stub of the remote FrontEnd that is connected to the local BackEnd.FrontEndNIOHTTPBEDispatcher. getFrontEnd(BackEnd be, Properties props)Return a stub of the remote FrontEnd that is connected to the local BackEnd.voidBackEndDispatcher. init(JICPMediatorManager mgr, String id, Properties props)Initialize this NIOMediatorvoidNIOBEDispatcher. init(JICPMediatorManager mgr, String id, Properties props)Initialize this JICPMediatorvoidNIOHTTPBEDispatcher. init(JICPMediatorManager mgr, String id, Properties props)Initialize parameters and activate the BackEndContainerprotected BackEndSkelBackEndDispatcher. startBackEndContainer(Properties props)protected BackEndSkelNIOBEDispatcher. startBackEndContainer(Properties props) -
Uses of Properties in jade.imtp.leap.sms
Fields in jade.imtp.leap.sms declared as Properties Modifier and Type Field Description protected PropertiesSMSManager. myPropertiesMethods in jade.imtp.leap.sms with parameters of type Properties Modifier and Type Method Description static SMSManagerSMSManager. getInstance(Properties pp)protected voidPhoneBasedSMSManager. init(Properties pp)voidSMSBEDispatcher. init(JICPMediatorManager mgr, String id, Properties props)protected voidSMSManager. init(Properties pp)voidSMSManagerGui. init(Properties pp) -
Uses of Properties in jade.lang.acl
Methods in jade.lang.acl that return Properties Modifier and Type Method Description PropertiesACLMessage. getAllUserDefinedParameters()Return all user defined parameters of this ACLMessage in form of a Properties objectMethods in jade.lang.acl with parameters of type Properties Modifier and Type Method Description voidACLMessage. setAllUserDefinedParameters(Properties userDefProps)Replace all user defined parameters of this ACLMessage with the specified Properties object. -
Uses of Properties in jade.util
Subclasses of Properties in jade.util Modifier and Type Class Description classExtendedPropertiesProvides enhanced property management.
1) Allows specifying property values containing strings of the form ${key}.Methods in jade.util with parameters of type Properties Modifier and Type Method Description static voidLogger. initialize(Properties pp)Initialize the logging mechanism.ObjectObjectManager.Loader. load(String className, Properties pp) -
Uses of Properties in jade.util.leap
Methods in jade.util.leap that return Properties Modifier and Type Method Description static PropertiesProperties. toLeapProperties(Properties pp) -
Uses of Properties in jade.wrapper.gateway
Methods in jade.wrapper.gateway with parameters of type Properties Modifier and Type Method Description voidDynamicJadeGateway. init(String agentClassName, Properties jadeProfile)voidDynamicJadeGateway. init(String agentClassName, Object[] agentArgs, Properties jadeProfile)Initialize this gateway by passing the proper configuration parametersvoidDynamicJadeGateway. init(String agentName, String agentClassName, Object[] agentArgs, Properties jadeProfile)Initialize this gateway by passing the proper configuration parametersstatic voidJadeGateway. init(String agentClassName, Properties jadeProfile)static voidJadeGateway. init(String agentClassName, Object[] agentArgs, Properties jadeProfile)Initialize this gateway by passing the proper configuration parameters
-