Modifier and Type | Method and Description |
---|---|
void |
ObjectSerializer.setPluginManager(IPluginManager manager)
Sets the plug-in manager that is used to retrieve remote plug-in descriptions.
|
Modifier and Type | Method and Description |
---|---|
IPluginManager |
IMultiplexPlugin.getPluginManager()
Returns the plug-in manager of the multiplexer plug-in.
|
Modifier and Type | Method and Description |
---|---|
IPluginManager |
MxIPProactiveRouting.getPluginManager()
Returns the plug-in manager.
|
IPluginManager |
MxIPMulticastTransceiver.getPluginManager()
Returns a reference to the plug-in manager as required by the
multiplexer plug-in interface.
|
IPluginManager |
MxIPBroadcastTransceiver.getPluginManager()
Returns a reference to the plug-in manager as required by the
multiplexer plug-in interface.
|
Modifier and Type | Method and Description |
---|---|
void |
SecureModifier.setPluginManager(IPluginManager manager)
Sets the plug-in manager that is used to retrieve remote plug-in descriptions.
|
Modifier and Type | Class and Description |
---|---|
class |
PluginManager
This class is the core of the plug-in architecture.
|
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 |
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.
|
Modifier and Type | Method and Description |
---|---|
void |
IModifier.setPluginManager(IPluginManager manager)
Sets the plug-in manager of this plug-in.
|