org.opennms.netmgt.vmmgr
Class SpringBoard

java.lang.Object
  extended by org.opennms.netmgt.vmmgr.SpringBoard
All Implemented Interfaces:
SpringBoardMBean

public class SpringBoard
extends Object
implements SpringBoardMBean


Constructor Summary
SpringBoard()
           
 
Method Summary
 String getContextDir()
           
 void setContextDir(String contextDir)
           
 void start()
           
 List status()
           
 void stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SpringBoard

public SpringBoard()
Method Detail

getContextDir

public String getContextDir()
Specified by:
getContextDir in interface SpringBoardMBean

setContextDir

public void setContextDir(String contextDir)
Specified by:
setContextDir in interface SpringBoardMBean

start

public void start()
Specified by:
start in interface SpringBoardMBean

status

public List status()
Specified by:
status in interface SpringBoardMBean

stop

public void stop()
Specified by:
stop in interface SpringBoardMBean


Copyright © 2009. All Rights Reserved.