org.ow2.jasmine.probe.jmxconnection
Interface JmxConnectionService

All Known Implementing Classes:
JmxConnectionServiceImpl

public interface JmxConnectionService

Main interface of the OSGi service.


Method Summary
 JmxConnectionFactory getJmxConnectionFactory(java.lang.String targetUrl, java.util.Map<java.lang.String,java.lang.String> env)
          Get the JmxConnectionFactory for these parameters.
 

Method Detail

getJmxConnectionFactory

JmxConnectionFactory getJmxConnectionFactory(java.lang.String targetUrl,
                                             java.util.Map<java.lang.String,java.lang.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.


Copyright © 2011 OW2 Consortium. All Rights Reserved.