Package | Description |
---|---|
info.pppc.base.plugin.common.util | |
info.pppc.base.system | |
info.pppc.base.system.operation | |
info.pppc.base.system.plugin |
Constructor and Description |
---|
FloodConnector(IOperator operator,
IPacketConnector connector)
Creates a new flood connector that uses the specified connector
as underlying implementation.
|
FloodConnector(IOperator operator,
IPacketConnector connector,
short scope)
Creates a flood connector that uses the specified connector as
underlying implementation.
|
FloodConnector(IOperator operator,
IPacketConnector connector,
short scope,
int limit)
Creates a flood connector that uses the specified connector as
underlying implementation.
|
TimeoutConnector(IPlugin plugin,
IOperator operator,
java.io.InputStream in,
java.io.OutputStream out,
boolean mode,
long timeout)
Creates a new timeout connector for the specified plug-in.
|
Modifier and Type | Class and Description |
---|---|
class |
InvocationBroker
The invocation broker is responsible for synchronization, threading and performing remote
and local calls.
|
class |
PluginManager
This class is the core of the plug-in architecture.
|
Modifier and Type | Class and Description |
---|---|
class |
OperationPool
The operation pool can be used to limit the number of threads created
by the system to some fixed value.
|
Constructor and Description |
---|
MultiOperation(IOperator operator)
Creates a new multi operation without any operations.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IDiscoveryManager
The discovery manager is the interface of the plug-in manager exposed to
discovery plug-ins.
|
interface |
IPluginManager
Each plug-in gets a reference to a manager.
|
interface |
IRoutingManager
The interface of the plug-in manager that is exposed to routing plug-ins.
|
interface |
ISemanticManager
The semantic manager is the interface that enables semantic plug-ins to
access the internals of the invocation broker.
|
interface |
ITransceiverManager
The transceiver manager is the interface of the plug-in manager exposed to
transceiver plug-ins.
|