Package | Description |
---|---|
jadex.bdi | |
jadex.bdi.runtime | |
jadex.bridge |
This package contains the interfaces of the adapter layer,
which is used to establish a connection between the Jadex runtime
system and an underlying platform.
|
jadex.bridge.modelinfo | |
jadex.bridge.service | |
jadex.bridge.service.types.awareness | |
jadex.bridge.service.types.cms | |
jadex.bridge.service.types.factory | |
jadex.bridge.service.types.library | |
jadex.bridge.service.types.marshal | |
jadex.bridge.service.types.security | |
jadex.bridge.service.types.settings | |
jadex.extension.envsupport.environment | |
jadex.micro |
Modifier and Type | Method and Description |
---|---|
IFuture<IMECapability> |
IDynamicBDIFactory.createAgentModel(String name,
String pkg,
String[] imports,
IResourceIdentifier rid)
Create a new agent model, which can be manually edited before
starting.
|
IFuture<IModelInfo> |
IDynamicBDIFactory.registerAgentModel(IMECapability model,
String filename)
Register a manually edited agent model in the factory.
|
Modifier and Type | Method and Description |
---|---|
IFuture<IModelInfo> |
IDynamicBDIFactory.registerAgentModel(IMECapability model,
String filename)
Register a manually edited agent model in the factory.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IBDIExternalAccess
The interface for external threads.
|
Modifier and Type | Class and Description |
---|---|
class |
GlobalResourceIdentifier
Default implementation for global resource identification.
|
interface |
IComponentListener
Interface for entities that want to be
notified on certain component lifecycle events.
|
interface |
IExternalAccess
The interface for accessing components from the outside.
|
interface |
IMultiKernelListener
Kernel listener.
|
interface |
IRemoteMessageListener
Message service listener interface.
|
class |
LocalResourceIdentifier
Default implementation for resource identification.
|
class |
ResourceIdentifier
Default implementation for resource identification.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IModelInfo
This model interface to be used (invoked) by tools and adapters.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IService
The interface for platform services.
|
Modifier and Type | Method and Description |
---|---|
IFuture<Boolean> |
IAwarenessManagementService.addAwarenessInfo(AwarenessInfo info)
Announce an awareness info.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ICMSComponentListener
Interface for locally listening to element changes.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IComponentAdapter
The adapter for a specific platform component (e.g. a JADE agent).
|
interface |
IComponentAdapterFactory
Interface for platform specific component adapter factories.
|
Modifier and Type | Method and Description |
---|---|
IFuture<Tuple2<IComponentInstance,IComponentAdapter>> |
IComponentFactory.createComponentInstance(IComponentDescription desc,
IComponentAdapterFactory factory,
IModelInfo model,
String config,
Map<String,Object> arguments,
IExternalAccess parent,
RequiredServiceBinding[] bindings,
boolean copy,
boolean realtime,
IIntermediateResultListener<Tuple2<String,Object>> resultlistener,
Future<Void> init)
Create a component instance.
|
IFuture<byte[]> |
IComponentFactory.getComponentTypeIcon(String type)
Get a default icon for a component type.
|
Modifier and Type | Method and Description |
---|---|
IFuture<Tuple2<IComponentInstance,IComponentAdapter>> |
IComponentFactory.createComponentInstance(IComponentDescription desc,
IComponentAdapterFactory factory,
IModelInfo model,
String config,
Map<String,Object> arguments,
IExternalAccess parent,
RequiredServiceBinding[] bindings,
boolean copy,
boolean realtime,
IIntermediateResultListener<Tuple2<String,Object>> resultlistener,
Future<Void> init)
Create a component instance.
|
IFuture<Tuple2<IComponentInstance,IComponentAdapter>> |
IComponentFactory.createComponentInstance(IComponentDescription desc,
IComponentAdapterFactory factory,
IModelInfo model,
String config,
Map<String,Object> arguments,
IExternalAccess parent,
RequiredServiceBinding[] bindings,
boolean copy,
boolean realtime,
IIntermediateResultListener<Tuple2<String,Object>> resultlistener,
Future<Void> init)
Create a component instance.
|
Modifier and Type | Method and Description |
---|---|
IFuture<ClassLoader> |
ILibraryService.getClassLoader(IResourceIdentifier rid)
Returns the classloader for a resource identifier.
|
IFuture<ClassLoader> |
ILibraryService.getClassLoader(IResourceIdentifier rid,
boolean workspace)
Returns the classloader for a resource identifier.
|
Modifier and Type | Method and Description |
---|---|
void |
IMarshalService.addCloneProcessor(ITraverseProcessor proc)
Add a clone processor.
|
void |
IMarshalService.removeCloneProcessor(ITraverseProcessor proc)
Remove a clone processor.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IAuthorizable
Interface for requests to be passed to the
security service for validation.
|
Modifier and Type | Method and Description |
---|---|
IFuture<Void> |
ISettingsService.registerPropertiesProvider(String id,
IPropertiesProvider provider)
Register a property provider.
|
Modifier and Type | Class and Description |
---|---|
class |
SpaceObject
Default implementation of a space object.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IMicroExternalAccess
External access interface for micro agents.
|
Copyright © 2012. All Rights Reserved.