org.opennms.netmgt.xmlrpcd.jmx
Class Provisioner

java.lang.Object
  extended by org.opennms.netmgt.xmlrpcd.jmx.Provisioner
All Implemented Interfaces:
BaseOnmsMBean, ProvisionerMBean

public class Provisioner
extends Object
implements ProvisionerMBean

Provisioner class.

Version:
$Id: $
Author:
ranger

Constructor Summary
Provisioner()
           
 
Method Summary
 int getStatus()
          Returns the status of this Fiber.
 String getStatusText()
          getStatusText
 void init()
          init
 void start()
          start
 String status()
          status
 void stop()
          stop
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Provisioner

public Provisioner()
Method Detail

init

public void init()

init

Specified by:
init in interface BaseOnmsMBean

start

public void start()

start

Specified by:
start in interface BaseOnmsMBean

stop

public void stop()

stop

Specified by:
stop in interface BaseOnmsMBean

getStatus

public int getStatus()
Returns the status of this Fiber.

Specified by:
getStatus in interface BaseOnmsMBean
Returns:
a int.

getStatusText

public String getStatusText()

getStatusText

Specified by:
getStatusText in interface BaseOnmsMBean
Returns:
a String object.

status

public String status()

status

Specified by:
status in interface BaseOnmsMBean
Returns:
a String object.


Copyright © 2011. All Rights Reserved.