|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.cjdbc.controller.jmx.JmxAgent
org.objectweb.cjdbc.controller.jmx.CjdbcJmxAgent
Used to separate concerns between CJDBC jmx side and the jmx itself This is the C-JDBC Controller console that allows remote administration and monitoring of any C-JDBC Controller.
Field Summary |
Fields inherited from class org.objectweb.cjdbc.controller.jmx.JmxAgent |
adaptors, domainName, logger, server |
Constructor Summary | |
CjdbcJmxAgent()
Calls super contructor and set the domain name to cjdbc |
|
CjdbcJmxAgent(java.lang.String hostname)
Calls super contructor with a hostname to bind to and sets the domain name to cjdbc |
Method Summary | |
void |
registerMBean(java.lang.Object object)
Register Controller or VirtualDatabase to that MBean agent |
Methods inherited from class org.objectweb.cjdbc.controller.jmx.JmxAgent |
addInterceptor, enableAdaptor, register, setDomainName, setSsl, start, stop |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public CjdbcJmxAgent() throws java.lang.Exception
java.lang.Exception
- if failspublic CjdbcJmxAgent(java.lang.String hostname) throws java.lang.Exception
hostname
- of the host to bind to
java.lang.Exception
- if failsMethod Detail |
public void registerMBean(java.lang.Object object) throws JmxException
Controller
or VirtualDatabase
to that MBean agent
registerMBean
in class JmxAgent
object
- the object to register in the mbean server
JmxException
- if fails
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |