Package | Description |
---|---|
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.service.component | |
jadex.bridge.service.types.cms | |
jadex.bridge.service.types.monitoring | |
jadex.micro |
Modifier and Type | Method and Description |
---|---|
Cause |
Cause.createNext()
Create the next cause.
|
Cause |
ServiceCall.getCause()
Get the cause.
|
Cause |
BulkMonitoringEvent.getCause()
Get the cause.
|
Modifier and Type | Method and Description |
---|---|
void |
ServiceCall.setCause(Cause cause)
Set the cause.
|
void |
BulkMonitoringEvent.setCause(Cause cause)
Set the cause.
|
Constructor and Description |
---|
Cause(Cause other)
Create a new cause as clone of the other.
|
Cause(Cause old,
String targetname)
Create a new cause rolling old one.
|
Constructor and Description |
---|
BasicServiceInvocationHandler(IInternalAccess comp,
IServiceIdentifier sid,
Logger logger,
boolean realtime,
Cause cause,
boolean required)
Create a new invocation handler.
|
BasicServiceInvocationHandler(IInternalAccess comp,
IService service,
Logger logger,
boolean realtime,
Cause cause,
boolean required)
Create a new invocation handler.
|
BasicServiceInvocationHandler(IInternalAccess comp,
ServiceInfo service,
Logger logger,
boolean realtime,
Cause cause)
Create a new invocation handler.
|
ServiceInvocationContext(Object proxy,
Method method,
IServiceInvocationInterceptor[] interceptors,
IComponentIdentifier platform,
boolean realtime,
IServiceIdentifier sid,
Cause crcause)
Create a new context.
|
Modifier and Type | Method and Description |
---|---|
Cause |
IComponentDescription.getCause()
Get the cause for creating the component.
|
Cause |
CMSComponentDescription.getCause()
Get the cause.
|
Modifier and Type | Method and Description |
---|---|
void |
CMSComponentDescription.setCause(Cause cause)
Set the cause.
|
Constructor and Description |
---|
CMSComponentDescription(IComponentIdentifier cid,
String type,
Boolean master,
Boolean daemon,
Boolean autoshutdown,
IMonitoringService.PublishEventLevel monitoring,
Boolean synchronous,
String modelname,
String localtype,
IResourceIdentifier rid,
long creationtime,
IComponentIdentifier creator,
Cause cause)
Create a new CESComponentDescription.
|
Modifier and Type | Method and Description |
---|---|
Cause |
MonitoringEvent.getCause()
Get the cause.
|
Cause |
IMonitoringEvent.getCause()
Get the cause.
|
Modifier and Type | Method and Description |
---|---|
void |
MonitoringEvent.setCause(Cause cause)
Set the cause.
|
void |
IMonitoringEvent.setCause(Cause cause)
Set the cause.
|
Constructor and Description |
---|
MonitoringEvent(IComponentIdentifier source,
long crtime,
String type,
Cause cause,
long time,
IMonitoringService.PublishEventLevel importance)
Create a new monitoring event.
|
MonitoringEvent(IComponentIdentifier source,
long crtime,
String sourcedesc,
String type,
Cause cause,
long time,
IMonitoringService.PublishEventLevel importance)
Create a new monitoring event.
|
MonitoringEvent(IComponentIdentifier source,
long crtime,
String sourcdesc,
String type,
Cause cause,
long time,
IMonitoringService.PublishEventLevel level,
Map<String,Object> props)
Create a new monitoring event.
|
Modifier and Type | Method and Description |
---|---|
Cause |
MicroAgentInterpreter.StepInfo.getCause()
Get the cause.
|
Modifier and Type | Method and Description |
---|---|
void |
MicroAgentInterpreter.StepInfo.setCause(Cause cause)
Set the cause.
|
Constructor and Description |
---|
MicroAgentInterpreter.StepInfo(IComponentStep<?> step,
Future<?> future,
ServiceCall call,
Cause cause)
Create a new StepInfo.
|
Copyright © 2013. All Rights Reserved.