Package | Description |
---|---|
jadex.bdi | |
jadex.bpmn | |
jadex.bridge.service | |
jadex.bridge.service.component | |
jadex.micro |
Modifier and Type | Class and Description |
---|---|
class |
BDIAgentFactory
Factory for creating Jadex V2 BDI agents.
|
Modifier and Type | Class and Description |
---|---|
class |
BpmnFactory
Factory for loading bpmn processes.
|
Modifier and Type | Class and Description |
---|---|
class |
BasicService
Basic service provide a simple default isValid() implementation
that returns true after start service and false afterwards.
|
Modifier and Type | Method and Description |
---|---|
IFuture<Void> |
IServiceContainer.addService(IInternalService service,
ProvidedServiceInfo info)
Add a service to the container.
|
IFuture<Void> |
BasicServiceContainer.addService(IInternalService service,
ProvidedServiceInfo info)
Add a service to the container.
|
IFuture<Void> |
BasicServiceContainer.serviceShutdowned(IInternalService service)
Called after a service has been shutdowned.
|
IFuture<Void> |
BasicServiceContainer.serviceStarted(IInternalService service)
Called after a service has been started.
|
Modifier and Type | Method and Description |
---|---|
static IInternalService |
BasicServiceInvocationHandler.createDelegationProvidedServiceProxy(IInternalAccess ia,
IComponentAdapter adapter,
IServiceIdentifier sid,
RequiredServiceInfo info,
RequiredServiceBinding binding,
ClassLoader classloader,
boolean realtime)
Static method for creating a delegation service proxy for
provided service that is not offered by the component itself.
|
static IInternalService |
BasicServiceInvocationHandler.createProvidedServiceProxy(IInternalAccess ia,
IComponentAdapter adapter,
Object service,
String name,
Class<?> type,
String proxytype,
IServiceInvocationInterceptor[] ics,
boolean copy,
boolean realtime,
IResourceIdentifier rid,
boolean monitoring,
IResultCommand<Object,Class<?>> componentfetcher)
Static method for creating a standard service proxy for a provided service.
|
Modifier and Type | Method and Description |
---|---|
IFuture<Void> |
ComponentServiceContainer.serviceShutdowned(IInternalService service)
Called after a service has been shutdowned.
|
IFuture<Void> |
ComponentServiceContainer.serviceStarted(IInternalService service)
Called after a service has been started.
|
Modifier and Type | Class and Description |
---|---|
class |
MicroAgentFactory
Factory for creating micro agents.
|
Copyright © 2013. All Rights Reserved.