Package | Description |
---|---|
info.pppc.base.plugin.ip | |
info.pppc.base.system | |
info.pppc.base.system.plugin |
Modifier and Type | Method and Description |
---|---|
void |
MxIPMulticastTransceiver.setTransceiverManager(ITransceiverManager manager)
Sets the transceiver manager to a wrapper in order to enable the
interception of session accepts.
|
void |
MxIPBroadcastTransceiver.setTransceiverManager(ITransceiverManager manager)
Sets the transceiver manager to a wrapper in order to enable the
interception of session accepts.
|
void |
IPMulticastTransceiver.setTransceiverManager(ITransceiverManager manager)
Called by the plug-in manager during initialization of the plug-in.
|
void |
IPBroadcastTransceiver.setTransceiverManager(ITransceiverManager manager)
Called by the plug-in manager during initialization of the plug-in.
|
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 |
IRoutingManager
The interface of the plug-in manager that is exposed to routing plug-ins.
|
Modifier and Type | Method and Description |
---|---|
void |
ITransceiver.setTransceiverManager(ITransceiverManager manager)
Sets the plug-in manager of this plug-in.
|