Package | Description |
---|---|
jade |
This package simply contains classes to bootstrap JADE
system.
|
jade.core |
This package contains the microkernel of JADE
system.
|
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.
|
Modifier and Type | Method and Description |
---|---|
static Properties |
MicroBoot.parseCmdLineArgs(java.lang.String[] args) |
static Properties |
Boot.parseCmdLineArgs(java.lang.String[] args) |
Modifier and Type | Field and Description |
---|---|
protected Properties |
ProfileImpl.bootProps |
Modifier and Type | Method and Description |
---|---|
Properties |
AID.getAllUserDefinedSlot()
Returns the user-defined slots as properties.
|
Properties |
ProfileImpl.getBootProperties()
Retrieve the configuration properties as they were passed to this Profile object, i.e. without
internal initializations automatically performed by the Profile class.
|
abstract Properties |
Profile.getBootProperties()
Retrieve the configuration properties as they were passed to this Profile object, i.e. without
internal initializations automatically performed by the Profile class.
|
Properties |
Agent.getBootProperties()
Return the configuration properties exactly as they were passed to the Profile before
starting the local JADE container.
|
Properties |
ProfileImpl.getProperties()
Return the underlying properties collection.
|
Modifier and Type | Method and Description |
---|---|
static void |
MicroRuntime.startJADE(Properties p,
java.lang.Runnable r)
Start up the JADE runtime.
|
Constructor and Description |
---|
ProfileImpl(Properties aProp)
Creates a Profile implementation using the given properties to
configure the platform startup process.
|
Modifier and Type | Method and Description |
---|---|
Properties |
ACLMessage.getAllUserDefinedParameters()
Return all user defined parameters of this ACLMessage in form of a Properties object
|
Modifier and Type | Method and Description |
---|---|
void |
ACLMessage.setAllUserDefinedParameters(Properties userDefProps)
Replace all user defined parameters of this ACLMessage with the specified Properties object.
|
Modifier and Type | Class and Description |
---|---|
class |
ExtendedProperties
Provides enhanced property management.
|
Modifier and Type | Method and Description |
---|---|
static void |
Logger.initialize(Properties pp)
Initialize the logging mechanism.
|
Modifier and Type | Method and Description |
---|---|
static Properties |
Properties.toLeapProperties(java.util.Properties pp) |
Modifier and Type | Method and Description |
---|---|
static void |
JadeGateway.init(java.lang.String agentClassName,
java.lang.Object[] agentArgs,
Properties jadeProfile)
Initialize this gateway by passing the proper configuration parameters
|
void |
DynamicJadeGateway.init(java.lang.String agentClassName,
java.lang.Object[] agentArgs,
Properties jadeProfile)
Initialize this gateway by passing the proper configuration parameters
|
static void |
JadeGateway.init(java.lang.String agentClassName,
Properties jadeProfile) |
void |
DynamicJadeGateway.init(java.lang.String agentClassName,
Properties jadeProfile) |
void |
DynamicJadeGateway.init(java.lang.String agentName,
java.lang.String agentClassName,
java.lang.Object[] agentArgs,
Properties jadeProfile)
Initialize this gateway by passing the proper configuration parameters
|