Modifier and Type | Class and Description |
---|---|
class |
LeaseRegistry
The lease registry can be used to observe objects on another system
using local listeners.
|
Modifier and Type | Class and Description |
---|---|
class |
ProactiveDiscovery
A discovery plug-in that performs a simple proactive announcement of plug-in descriptions.
|
class |
ProactiveRouting
The proactive implements simple multi-hop routing with proactive route distribution.
|
class |
TimedDiscovery
A discovery plug-in that performs proactive announcement of plug-in descriptions.
|
Modifier and Type | Class and Description |
---|---|
class |
RoutingOperation
The forwarding operation forwards data from one stream to another.
|
Modifier and Type | Class and Description |
---|---|
class |
IPBroadcastTransceiver
The ip broadcast transceiver plug-in delivers a transport end point based on
ip.
|
class |
IPMulticastTransceiver
The ip multicast transceiver plug-in delivers a transport end point based on ip.
|
class |
MxIPBroadcastTransceiver
The multiplexing ip transceiver is a net transceiver that performs
connection multiplexing in order to reduce the number of tcp
connections opened by the transceiver.
|
class |
MxIPMulticastTransceiver
The multiplexing ip transceiver is a net transceiver that performs
connection multiplexing in order to reduce the number of tcp
connections opened by the transceiver.
|
class |
MxIPProactiveRouting
The mx ip proactive routing plug-in implements proactive routing with
ip-based gateway functionality.
|
Modifier and Type | Class and Description |
---|---|
class |
IPPacketConnector
A connector that encapsulates a datagram socket.
|
Modifier and Type | Class and Description |
---|---|
class |
DeviceRegistry
This class implements a local registry for locally available plug-ins
and their descriptions.
|
Modifier and Type | Method and Description |
---|---|
void |
PluginManager.performOperation(IOperation operation)
Performs the specified operation using the invocation broker that is
bound to this plug-in manager.
|
void |
InvocationBroker.performOperation(IOperation operation)
Called by some plug-in or application to execute an operation.
|
void |
PluginManager.performOperation(IOperation operation,
IMonitor monitor)
Performs the specified operation using the specified operation monitor.
|
void |
InvocationBroker.performOperation(IOperation operation,
IMonitor monitor)
Called by some plug-in or application to execute an operation.
|
Modifier and Type | Method and Description |
---|---|
IOperation[] |
MultiOperation.getOperations()
Returns the operations that are contained in the multi operation.
|
Modifier and Type | Method and Description |
---|---|
void |
MultiOperation.addOperation(IOperation operation)
Adds the specified operation to the set of operations that should
be executed.
|
void |
OperationPool.performOperation(IOperation operation)
Executes the specified operation using a default monitor.
|
void |
IOperator.performOperation(IOperation operation)
Performs the specified operation asynchronously using some monitor.
|
void |
OperationPool.performOperation(IOperation operation,
IMonitor monitor)
Executes the specified operation using the specified monitor.
|
void |
IOperator.performOperation(IOperation operation,
IMonitor monitor)
Performs the specified operation asynchronously using the specified
monitor.
|
boolean |
MultiOperation.removeOperation(IOperation operation)
Removes the specified operation from the set of operations that
should be executed.
|