|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.datanucleus.management.ManagementManager
public class ManagementManager
Management interface for JPOX. Management operations and attributes
are exposed through this interface that holds statistics linked to a PMF instance.
The mechanics for starting and stopping JMX servers are not defined here,
and must be done by plug-ins, by providing the implementation of
ManagementServer.
This Manager controls the lifecycle of management servers.
A management server is started when an instance of this class is created,
and its shutdown when the close operation is invoked
The management server startup is triggered when the Manager gets enabled.
| Constructor Summary | |
|---|---|
ManagementManager(OMFContext ctxt)
Constructor for Management |
|
| Method Summary | |
|---|---|
void |
close()
Close a instance. |
ManagementServer |
getManagementServer()
Object the Management Server |
boolean |
isOpen()
Whether this Manager is not closed |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ManagementManager(OMFContext ctxt)
ctxt - the ObjectManagerFactory context that we are operating for| Method Detail |
|---|
public ManagementServer getManagementServer()
public boolean isOpen()
public void close()
NucleusException - if the manager is closed
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||