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 void
doSystemExit()
doSystemExitvoid
doTestLoadLibraries()
doTestLoadLibrariesvoid
dumpThreads()
dumpThreadsjava.lang.Long
getUptime()
getUptimevoid
init()
initjava.util.List<java.lang.String>
status()
statusvoid
stop()
stop
-
-
-
Method Detail
-
init
void init()
init
-
dumpThreads
void dumpThreads()
dumpThreads
-
status
java.util.List<java.lang.String> status()
status
- Returns:
- a
List
object.
-
stop
void stop()
stop
-
doSystemExit
void doSystemExit()
doSystemExit
-
doTestLoadLibraries
void doTestLoadLibraries()
doTestLoadLibraries
-
getUptime
java.lang.Long getUptime()
getUptime
- Returns:
- a
Long
expressing the time, in milliseconds, since the manager first started
-
-