Static Public Member Functions | |
| static void | init (String args, boolean firstTime) throws Exception |
| static void | startService () |
| static void | stopService () |
Static Package Attributes | |
| static HtmlAdaptorServer | adapterServer = null |
JMXRIHttpService service provides a JMX server throught the Sun RI. An HTTP adaptor is launch to access management functions in running agent servers.
The JMXRIHttpService service needs an argument: the TCP port. By default port 8082 is used.
Definition at line 42 of file JMXRIHttpService.java.
| static void com.scalagent.jmx.JMXRIHttpService.init | ( | String | args, | |
| boolean | firstTime | |||
| ) | throws Exception [static] |
Initializes the service.
| args | parameters from the configuration file | |
| firstTime | true when service starts anew |
Definition at line 51 of file JMXRIHttpService.java.
References com.scalagent.jmx.JMXRIHttpService.adapterServer, and com.scalagent.jmx.JMXRIHttpService.startService().
Here is the call graph for this function:

1.5.0