org.ow2.jasmine.probe.jmxconnection
Interface JmxConnectionFactory

All Known Implementing Classes:
JmxConnectionFactoryImpl

public interface JmxConnectionFactory


Method Summary
 void close()
          Close the Factory: Not use any longer: release resources.
 MBeanServerConnection getMBeanServerConnection()
          Get a MBeanServerConnection
 

Method Detail

close

void close()
           throws JmxConnectionException
Close the Factory: Not use any longer: release resources.

Throws:
JmxConnectionException - Cannot close the Connector

getMBeanServerConnection

MBeanServerConnection getMBeanServerConnection()
                                               throws JmxConnectionException
Get a MBeanServerConnection

Returns:
the MBeanServerConnection
Throws:
JmxConnectionException - Connection could not be established


Copyright © 2013 OW2 Consortium. All Rights Reserved.