|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface MBeanSupport
Creates an MBean server and registers MBeans with the created server. The registered MBeans are unregistered when Registry is shut down.
| Method Summary | |
|---|---|
void |
register(Object bean,
ObjectName objectName)
Registers the specified MBean with the server. |
void |
register(Object bean,
String name)
Registers the specific MBean with the server. |
void |
unregister(ObjectName objectName)
Unregisters the specified MBean from the server. |
| Method Detail |
|---|
void register(Object bean,
ObjectName objectName)
bean - the MBean instanceobjectName - the name for the MBean
void register(Object bean,
String name)
bean - the MBean instancename - string name used to create an ObjectNamevoid unregister(ObjectName objectName)
objectName - the name for the MBean
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||