Rio Project 4.2 API Documentation
org.rioproject.jmx
Class GenericMBeanInvoker
java.lang.Object
org.rioproject.jmx.GenericMBeanInvoker
public class GenericMBeanInvoker
- extends Object
A generic handler that creates a MBeanServerConnection
and connects to a MBeanServer and gets the value of
an attribute
- Author:
- Dennis Reedy
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GETTER
public static final String GETTER
- See Also:
- Constant Field Values
GenericMBeanInvoker
public GenericMBeanInvoker()
setObjectName
public void setObjectName(ObjectName objectName)
setAttribute
public void setAttribute(String attribute)
setMBeanServerConnection
public void setMBeanServerConnection(MBeanServerConnection mbsc)
getValue
public Object getValue()
Copyright © 2006-2011 Rio Project. All Rights Reserved.