| Interface | Description |
|---|---|
| Converter |
Converter interface.
|
| DataElement | |
| DataType | |
| Introspectable |
Introspectable extends the
SimpleIntrospectable
interface and adds the connection capability to the parent
interface. |
| RemoteAccess |
This is the primary interface that GUI can
use to browse the remote objects.
|
| RemoteCall |
RemoteCall interface defines the data
structure that packs the data about a single invocation
of an Operation instance. |
| RemoteResponse |
A data structure representing an asynchronous notification
(monitor, callback, alarm).
|
| RemoteResponseCallback |
This callback interface is implemented by the GUI.
|
| SimpleIntrospectable |
This interface represents the remote object.
|
| Class | Description |
|---|---|
| Attribute |
Attribute is a class that represents an attribute
(or Java property) design pattern on remote objects.
|
| DataElementFormatter | |
| DataEnum | |
| DataStruct | |
| Invocation |
This type denotes a transient process that has been created
as a side-effect of the remote call on the remote machine.
|
| Operation |
Data structure that describes the operation declared
by a given introspectable.
|
| Enum | Description |
|---|---|
| DataType.ArrayTypes |
| Exception | Description |
|---|---|
| DataException | |
| IntrospectionInconsistentException |
Exception denoting an error in the remote introspection
process.
|
| NonStickyComponentReleased |
Engine should throw this exception whenever there is
an error in the communication with the remote server
or whenever the result that arrived was unexpected
(for example non-initialized data, null references etc.).
|
| NonStickyConnectFailedRemoteException |
Engine should throw this exception whenever there is
an error in the communication with the remote server
or whenever the result that arrived was unexpected
(for example non-initialized data, null references etc.).
|
| RemoteException |
Engine should throw this exception whenever there is
an error in the communication with the remote server
or whenever the result that arrived was unexpected
(for example non-initialized data, null references etc.).
|