Rio Project 4.2 API Documentation



org.rioproject.jmx
Class GenericMBeanInvoker

java.lang.Object
  extended by 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

Field Summary
static String GETTER
           
 
Constructor Summary
GenericMBeanInvoker()
           
 
Method Summary
 Object getValue()
           
 void setAttribute(String attribute)
           
 void setMBeanServerConnection(MBeanServerConnection mbsc)
           
 void setObjectName(ObjectName objectName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

GETTER

public static final String GETTER
See Also:
Constant Field Values
Constructor Detail

GenericMBeanInvoker

public GenericMBeanInvoker()
Method Detail

setObjectName

public void setObjectName(ObjectName objectName)

setAttribute

public void setAttribute(String attribute)

setMBeanServerConnection

public void setMBeanServerConnection(MBeanServerConnection mbsc)

getValue

public Object getValue()

Copyright © Rio Project.

Copyright © 2006-2011 Rio Project. All Rights Reserved.