|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.geronimo.jmxremoting.JMXConnector
A Connector that supports the server sideof JSR 160 JMX Remoting.
Field Summary | |
static org.apache.geronimo.gbean.GBeanInfo |
GBEAN_INFO
|
Constructor Summary | |
JMXConnector(org.apache.geronimo.kernel.Kernel kernel,
String objectName,
ClassLoader classLoader)
Constructor for creating the connector. |
Method Summary | |
void |
doFail()
|
void |
doStart()
|
void |
doStop()
|
String |
getApplicationConfigName()
Return the name of the JAAS Application Configuration Entry this connector uses to authenticate users. |
static org.apache.geronimo.gbean.GBeanInfo |
getGBeanInfo()
|
String |
getURL()
Return the JMX URL for this connector. |
void |
setApplicationConfigName(String applicationConfigName)
Set the name of the JAAS Application Configuration Entry this connector should use to authenticate users. |
void |
setURL(String url)
Set the JMX URL for this connector |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final org.apache.geronimo.gbean.GBeanInfo GBEAN_INFO
Constructor Detail |
public JMXConnector(org.apache.geronimo.kernel.Kernel kernel, String objectName, ClassLoader classLoader)
kernel
- a reference to the kernelobjectName
- this connector's object nameclassLoader
- the classLoader used to create this connectorMethod Detail |
public String getApplicationConfigName()
public void setApplicationConfigName(String applicationConfigName)
applicationConfigName
- the authentication configuration namepublic String getURL()
public void setURL(String url)
url
- the JMX URL for this connectorpublic void doStart() throws org.apache.geronimo.gbean.WaitingException, Exception
doStart
in interface org.apache.geronimo.gbean.GBeanLifecycle
org.apache.geronimo.gbean.WaitingException
Exception
public void doStop() throws Exception
doStop
in interface org.apache.geronimo.gbean.GBeanLifecycle
Exception
public void doFail()
doFail
in interface org.apache.geronimo.gbean.GBeanLifecycle
public static org.apache.geronimo.gbean.GBeanInfo getGBeanInfo()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |