|
Oracle Corporation | |||||||||||
PREV NEXT | FRAMES NO FRAMES |
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.
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.
|
Oracle Corporation | |||||||||||
PREV NEXT | FRAMES NO FRAMES |