org.ow2.jasmine.probe.jmxconnection
Interface JmxConnectionService
- All Known Implementing Classes:
- JmxConnectionServiceImpl
public interface JmxConnectionService
Main interface of the OSGi service.
getJmxConnectionFactory
JmxConnectionFactory getJmxConnectionFactory(String targetUrl,
Map<String,Object> env)
throws JmxConnectionException
- Get the JmxConnectionFactory for these parameters.
- Parameters:
targetUrl - jmx url for the targetenv - properties for connector creation
- Throws:
JmxConnectionException - Thrown if connector could not be created, contains the cause.
Copyright © 2011 OW2 Consortium. All Rights Reserved.