|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.caucho.services.server.GenericService
com.caucho.jmx.remote.ReadJMXService
public class ReadJMXService
JMX service.
Field Summary |
---|
Fields inherited from class com.caucho.services.server.GenericService |
---|
config |
Constructor Summary | |
---|---|
ReadJMXService()
|
Method Summary | |
---|---|
java.lang.Object |
getAttribute(java.lang.String objectName,
java.lang.String attributeName)
Returns an attribute. |
javax.management.MBeanInfo |
getMBeanInfo(java.lang.String objectName)
Returns the mbean info |
void |
init()
Initialize the server. |
void |
setMBeanServer(javax.management.MBeanServerConnection server)
Sets the mbean server. |
Methods inherited from class com.caucho.services.server.GenericService |
---|
destroy, getInitParameter, getObjectId, getRequest, getServiceId, getServiceName, getServletConfig, getServletContext, init, log |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ReadJMXService()
Method Detail |
---|
public void setMBeanServer(javax.management.MBeanServerConnection server)
public void init()
init
in class GenericService
public javax.management.MBeanInfo getMBeanInfo(java.lang.String objectName) throws javax.management.JMException, java.io.IOException
getMBeanInfo
in interface RemoteJMX
javax.management.JMException
java.io.IOException
public java.lang.Object getAttribute(java.lang.String objectName, java.lang.String attributeName) throws javax.management.JMException, java.io.IOException
getAttribute
in interface RemoteJMX
javax.management.JMException
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |