Package org.opennms.netmgt.vmmgr
Interface ManagerMBean
-
- All Known Implementing Classes:
Manager
public interface ManagerMBean
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voiddoSystemExit()doSystemExitvoiddoTestLoadLibraries()doTestLoadLibrariesvoiddumpThreads()dumpThreadsjava.lang.LonggetUptime()getUptimevoidinit()initjava.util.List<java.lang.String>status()statusvoidstop()stop
-
-
-
Method Detail
-
init
void init()
init
-
dumpThreads
void dumpThreads()
dumpThreads
-
status
java.util.List<java.lang.String> status()
status
- Returns:
- a
Listobject.
-
stop
void stop()
stop
-
doSystemExit
void doSystemExit()
doSystemExit
-
doTestLoadLibraries
void doTestLoadLibraries()
doTestLoadLibraries
-
getUptime
java.lang.Long getUptime()
getUptime
- Returns:
- a
Longexpressing the time, in milliseconds, since the manager first started
-
-