Interface | Description |
---|---|
IExtension |
Constant definitions for extension points that are part of the plug-in manager.
|
IInvocationHandler |
An invocation handler is something that is capable of handling
invocations.
|
ISession |
The session is used to create a communication stack and to request new stacks.
|
IStreamHandler |
The stream handler interface is used to enable streaming with
BASE plug-ins at the application layer.
|
Class | Description |
---|---|
DeviceDescription |
The description of the device.
|
DeviceRegistry |
This class implements a local registry for locally available plug-ins
and their descriptions.
|
FutureResult |
The future service result is the result that
is returned in response to deferred synchronous
calls.
|
Invocation |
Implementation of an invocation that is used for data exchange between
local and remote objects.
|
InvocationBroker |
The invocation broker is responsible for synchronization, threading and performing remote
and local calls.
|
ObjectID |
The ObjectID identifies a unique object on a certain system.
|
ObjectRegistry |
A registry for local objects managed by the invocation broker.
|
PluginDescription |
Object which describes a plug-in implementation and can be propagated to other systems.
|
PluginManager |
This class is the core of the plug-in architecture.
|
Proxy |
The superclass for all proxies.
|
ReferenceID |
A reference identifier represents a remote object reference.
|
Result |
The result is the container that is transfered
between skeletons and proxies.
|
Skeleton |
The superclass for all skeletons.
|
StreamDescriptor |
The stream descriptor is used to initiate streaming connections at the application
layer using base plug-ins.
|
SystemID |
The system id identifies a single system.
|
Exception | Description |
---|---|
InvocationException |
This exception is used to denote communication exceptions
that occurred in base.
|