See: Description
Interface | Description |
---|---|
IComponentChangeEvent |
Type for component events.
|
IComponentIdentifier |
Interface for component identifiers.
|
IComponentInstance |
Component interface to be used (invoked) by platform (adapters).
|
IComponentListener |
Interface for entities that want to be
notified on certain component lifecycle events.
|
IComponentStep<T> |
Interface for a component step.
|
IConnection | |
IErrorReport |
The interface for an error report of loaded models.
|
IExternalAccess |
The interface for accessing components from the outside.
|
IGlobalResourceIdentifier |
Global resources are identified by their unique resource id.
|
IInputConnection |
Interface for input connection stream.
|
IInternalAccess |
Common interface for all component types.
|
ILocalResourceIdentifier |
Interface for resource identification.
|
IMessageAdapter |
Interface for external messages to be passed to a kernel component.
|
IMultiKernelListener |
Kernel listener.
|
IOutputConnection |
Interface for output connection.
|
IRemoteMessageListener |
Message service listener interface.
|
IResourceIdentifier |
Interface for resource identification.
|
ISearchConstraints |
Interface for search constraints.
|
ITransferableStep |
Marker interface for transferable component steps.
|
Class | Description |
---|---|
AbstractErrorReportBuilder |
Helper class for building error reports.
|
BulkComponentChangeEvent | |
CheckedAction |
Can be used as external action, which will only be executed when
isValid() is true.
|
ClassInfo |
The class info struct serves for saving class information.
|
ComponentAdapter |
Adapter for the IComponentListener interface.
|
ComponentChangeEvent |
The component change event.
|
ComponentIdentifier |
An component identifier (AID), see FIPASC00023.
|
ComponentResultListener<E> |
The result listener for executing listener invocations as a component step.
|
ComponentStepAdapter |
A component listener to be notified about component steps.
|
DefaultMessageAdapter |
The adapter for messages on the standalone platform.
|
ErrorReport |
Error report that holds information about model errors.
|
FactoryFilter |
Filtering specific component factories.
|
GlobalResourceIdentifier |
Default implementation for global resource identification.
|
IntermediateComponentResultListener<E> |
Intermediate listener that invokes listeners on component thread.
|
LocalResourceIdentifier |
Default implementation for resource identification.
|
RemoteChangeListenerHandler |
A listener to be installed remotely in a component.
|
RemoteComponentListener |
A listener to be installed remotely in a component.
|
RemoteComponentListener.Entry | |
ResourceIdentifier |
Default implementation for resource identification.
|
ServiceCall |
Information about a current service call.
|
TerminationAdapter |
Adapter for component listener that makes it easy to get notified
when termination occurs.
|
TimeoutIntermediateResultListener<E> | |
TimeoutResultListener<E> |
Listener that allows to automatically trigger a timeout when
no result (or exception) was received after some timeout interval.
|
VersionInfo |
Some version infos for Jadex.
|
Exception | Description |
---|---|
ComponentCreationException |
Thrown when component creation failed.
|
ComponentTerminatedException |
Thrown when operations are invoked after an component has been terminated.
|
ContentException |
A content exception occurs, if the content cannot be properly
extracted from a message with language and ontology set.
|
MessageFailureException |
An exception indicating a message failure (e.g. unknown receiver).
|
ServiceTerminatedException |
Thrown when operations are invoked after a service has been shut down.
|
Copyright © 2012. All Rights Reserved.