|
Oracle Communications Services Gatekeeper Java API Reference 5.0 E21717-02 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
A C D E F I J K M N O P Q R S T W
ManagedPluginService
. AbstractManagedPlugin is a helper class for implementing a PluginService. A plug-in that implements this interface will have one plug-in instance created if it registers any north or south interfaces.This is example code how to register into the mbean manager:
mbean = new MyMBeanImpl(); MBeanManager.registerMBean(mbean, MyMBean.class.getName(), serviceContext.getName(), serviceContext.getName());
Note: The instanceName and the displayName in the example above are the same, but does not necessarily have to be so.
ManagedPluginService
. Managed plug-in class. Implemented by the plug-in to be able to register in the plug-in manager.PluginInstance
's.A C D E F I J K M N O P Q R S T W
|
Oracle Communications Services Gatekeeper Java API Reference 5.0 E21717-02 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |