| Interface | Description |
|---|---|
| MicroAgentServer |
The MicroAgentServer interface.
|
| OpenData |
This interface identifies the open data types.
|
| Subscription |
Subscription objects are returned as a result of registering a method subscription.
|
| SubscriptionHandler |
SubscriptionHandler objects are used as parameters to
MicroAgentServer.subscribe()
They handle the subscription results. |
| Class | Description |
|---|---|
| Agent |
Agent objects are used to identify microagents.
|
| CompositeData |
An open data type used to build aggregates.
|
| CompositeDataDescriptor |
This subclass of DataDescriptor is used to describe objects of type CompositeData.
|
| DataDescriptor |
Describes a data object which is used as either an argument parameter
or return parameter in a MethodDescriptor
|
| DataElement |
Used to represent data objects in name-value pairs.
|
| MethodDescriptor |
MethodDescriptor objects are used to describe the methods of microagents.
|
| MethodInvocation |
This class is used to represent a method invocation.
|
| MethodSubscription |
This class is used to represent a method subscription.
|
| MicroAgentData |
This class is used to encapsulate data returned by microagent methods.
|
| MicroAgentDescriptor |
This class is used to describe a microagent and its methods.
|
| MicroAgentID |
MicroAgentID objects are used to identify microagents.
|
| TabularData |
An open data type used to tabular data structures.
|
| TabularDataDescriptor |
This subclass of DataDescriptor is used to describe objects of type TabularData.
|
| TalonUtil |
This class consolidates all the convenience utility methods that operate on open data.
|
| Exception | Description |
|---|---|
| MicroAgentException |
An exception used to signal errors when interacting with microagents.
|
| MicroAgentNotFoundException |
An exception used to signal that a microagent was not found while trying
to perform some action relating to it
|
Copyright © 2000-2021 TIBCO Inc. All Rights Reserved.