org.opennms.netmgt.provision.detector.jmx.client
Class JBossClient

java.lang.Object
  extended by org.opennms.netmgt.provision.detector.jmx.client.JMXClient
      extended by org.opennms.netmgt.provision.detector.jmx.client.JBossClient
All Implemented Interfaces:
Client<ConnectionWrapper,Integer>

public class JBossClient
extends JMXClient

JBossClient class.

Version:
$Id: $
Author:
ranger

Constructor Summary
JBossClient()
           
 
Method Summary
protected  Map<String,Object> generateMap(int port, int timeout)
          generateMap
protected  ConnectionWrapper getMBeanServerConnection(Map<String,Object> parameterMap, InetAddress address)
          getMBeanServerConnection
 
Methods inherited from class org.opennms.netmgt.provision.detector.jmx.client.JMXClient
close, connect, receiveBanner, sendRequest
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JBossClient

public JBossClient()
Method Detail

getMBeanServerConnection

protected ConnectionWrapper getMBeanServerConnection(Map<String,Object> parameterMap,
                                                     InetAddress address)

getMBeanServerConnection

Specified by:
getMBeanServerConnection in class JMXClient
Parameters:
parameterMap - a Map object.
address - a InetAddress object.
Returns:
a ConnectionWrapper object.

generateMap

protected Map<String,Object> generateMap(int port,
                                         int timeout)

generateMap

Specified by:
generateMap in class JMXClient
Parameters:
port - a int.
timeout - a int.
Returns:
a Map object.


Copyright © 2011. All Rights Reserved.