ch.elca.el4j.services.monitoring.jmx
Class ClassLoaderMBean

java.lang.Object
  extended by ch.elca.el4j.services.monitoring.jmx.ClassLoaderMBean
All Implemented Interfaces:
DynamicMBean

public class ClassLoaderMBean
extends Object
implements DynamicMBean

Provides functionality to investigate the ClassLoaders and Classpaths in use.

Author:
Simon Stelling (SST)
File-location:
ClassLoaderMBean
Last check-in date:
2010-12-21 11:08:04 +0100 (Di, 21. Dez 2010) by swismer for revision 4253

Constructor Summary
ClassLoaderMBean()
          Default Constructor.
 
Method Summary
 Object getAttribute(String attribute)
          
 AttributeList getAttributes(String[] attributes)
          
 MBeanInfo getMBeanInfo()
          
 Object invoke(String actionName, Object[] params, String[] signature)
          
 void setAttribute(Attribute attribute)
          
 AttributeList setAttributes(AttributeList attributes)
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClassLoaderMBean

public ClassLoaderMBean()
Default Constructor.

Method Detail

getAttribute

public Object getAttribute(String attribute)
                    throws AttributeNotFoundException,
                           MBeanException,
                           ReflectionException

Specified by:
getAttribute in interface DynamicMBean
Throws:
AttributeNotFoundException
MBeanException
ReflectionException

getAttributes

public AttributeList getAttributes(String[] attributes)

Specified by:
getAttributes in interface DynamicMBean

getMBeanInfo

public MBeanInfo getMBeanInfo()

Specified by:
getMBeanInfo in interface DynamicMBean

invoke

public Object invoke(String actionName,
                     Object[] params,
                     String[] signature)
              throws MBeanException,
                     ReflectionException

Specified by:
invoke in interface DynamicMBean
Throws:
MBeanException
ReflectionException

setAttribute

public void setAttribute(Attribute attribute)
                  throws AttributeNotFoundException,
                         InvalidAttributeValueException,
                         MBeanException,
                         ReflectionException

Specified by:
setAttribute in interface DynamicMBean
Throws:
AttributeNotFoundException
InvalidAttributeValueException
MBeanException
ReflectionException

setAttributes

public AttributeList setAttributes(AttributeList attributes)

Specified by:
setAttributes in interface DynamicMBean


Copyright © 2005-2011 ELCA. All Rights Reserved.