|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.sf.xbus.admin.jmx.AdministratorJMXServer
public class AdministratorJMXServer
| Field Summary | |
|---|---|
protected static java.lang.String |
ADMINISTRATION_MBEAN
|
| Constructor Summary | |
|---|---|
AdministratorJMXServer()
|
|
| Method Summary | |
|---|---|
protected static javax.management.remote.JMXServiceURL |
getJMXServiceURL()
Returns an URL to address the JMXServer. |
protected static javax.management.MBeanServerConnection |
getMBeanServer()
Returns a connection to the JMXServer. |
protected static java.lang.String |
getPassword()
Returns the password to access the JMX server, read out of the configuration. |
protected static java.lang.String |
getUser()
Returns the user to access the JMX server, read out of the configuration. |
static void |
start()
Starts the JMX server |
static void |
stop()
Stops the JMX server |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected static final java.lang.String ADMINISTRATION_MBEAN
| Constructor Detail |
|---|
public AdministratorJMXServer()
| Method Detail |
|---|
public static void start()
public static void stop()
protected static javax.management.MBeanServerConnection getMBeanServer()
throws XException
XException - if something goes wrong
protected static javax.management.remote.JMXServiceURL getJMXServiceURL()
throws XException
XException - if something goes wrong
protected static java.lang.String getUser()
throws XException
XException - if something goes wrong
protected static java.lang.String getPassword()
throws XException
XException - if something goes wrong
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||