org.ow2.jasmine.probe.jmxconnection
Interface JmxConnectionService

All Known Implementing Classes:
JmxConnectionServiceImpl

public interface JmxConnectionService

Main interface of the jasmineJmxConnectionService OSGi service.


Method Summary
 JmxConnectionFactory getJmxConnectionFactory(String targetUrl, Map<String,String> env)
          Get the JmxConnectionFactory for these parameters.
 void removeJmxConnectionFactory(String targetUrl)
          Remove the JmxConnectionFactory corresponding to the given url
 

Method Detail

getJmxConnectionFactory

JmxConnectionFactory getJmxConnectionFactory(String targetUrl,
                                             Map<String,String> env)
                                             throws JmxConnectionException
Get the JmxConnectionFactory for these parameters.

Parameters:
targetUrl - jmx url for the target
env - properties for connector creation
Throws:
JmxConnectionException - Thrown if connector could not be created, contains the cause.

removeJmxConnectionFactory

void removeJmxConnectionFactory(String targetUrl)
Remove the JmxConnectionFactory corresponding to the given url

Parameters:
targetUrl - jmx url


Copyright © 2013 OW2 Consortium. All Rights Reserved.