org.pfsw.tools.beluga.admin
Class AdminMBean

java.lang.Object
  extended by org.pf.reflect.DynamicMBeanDelegator<AdminMBean>
      extended by org.pfsw.tools.beluga.admin.AdminMBean
All Implemented Interfaces:
DynamicMBean

public class AdminMBean
extends org.pf.reflect.DynamicMBeanDelegator<AdminMBean>

The MBean that allows Beluga administration and monitoring via JMX.

Version:
1.0
Author:
Manfred Duchrow

Constructor Summary
AdminMBean(AdminServer adminServer)
          Initialize the new instance with default values.
 
Method Summary
 int getNumberOfOpenConnections()
           
 String getVersionInformation()
           
 void shutdown()
           
 
Methods inherited from class org.pf.reflect.DynamicMBeanDelegator
getAttribute, getAttributes, getMBeanInfo, getReceiver, invoke, setAttribute, setAttributes, setManagedBeanInfo, setReceiver
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AdminMBean

public AdminMBean(AdminServer adminServer)
Initialize the new instance with default values.

Method Detail

getVersionInformation

public String getVersionInformation()

getNumberOfOpenConnections

public int getNumberOfOpenConnections()

shutdown

public void shutdown()


Copyright © 2012 Manfred Duchrow Consulting & Software. All Rights Reserved.