org.rutil.jmx
Interface MBeanServerConnectionCallback


public interface MBeanServerConnectionCallback

A callback to execute one or more operations with a connection without worring about obtaining/releasing the connection.

Author:
mohan
See Also:
JMXHelper

Method Summary
 void execute(javax.management.MBeanServerConnection mBeanServerConnection)
           
 

Method Detail

execute

void execute(javax.management.MBeanServerConnection mBeanServerConnection)
             throws java.lang.Exception
Throws:
java.lang.Exception