|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opennms.netmgt.provision.support.jmx.connectors.JBossConnectionWrapper
public class JBossConnectionWrapper
The JBossConnectionWrapper class manages the connection to the JBoss server. The JBossConnectionFactory creates the connection to the server and closes the connection to the naming server, so the close() method doesn't need to do anything.
| Constructor Summary | |
|---|---|
JBossConnectionWrapper(MBeanServer mbeanServer)
Constructor for JBossConnectionWrapper. |
|
| Method Summary | |
|---|---|
void |
close()
close |
MBeanServerConnection |
getMBeanServer()
getMBeanServer |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JBossConnectionWrapper(MBeanServer mbeanServer)
Constructor for JBossConnectionWrapper.
mbeanServer - a MBeanServer object.| Method Detail |
|---|
public void close()
close
close in interface ConnectionWrapperpublic MBeanServerConnection getMBeanServer()
getMBeanServer
getMBeanServer in interface ConnectionWrapperMBeanServerConnection object.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||