|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jmonks.batch.framework.management.JobConnectorHelper org.jmonks.batch.framework.management.jmxmp.JMXMPConnectorHelper
JMXMPConnectorHelper creates the JMX connector server based on the JMX Messaging protocol and leaves the lookup location details to the class going to implement this abstract class. The machine the job being run will be used as the host name and the port will be selected automatically by the JMX connector server factory.
Constructor Summary | |
JMXMPConnectorHelper()
|
Method Summary | |
javax.management.remote.JMXConnectorServer |
createConnectorServer()
Creates the JMX connector server based on JMX Messaging protocol. |
Methods inherited from class org.jmonks.batch.framework.management.JobConnectorHelper |
getJobConnectorHelper, init, registerConnectorServer, unregisterConnectorServer |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public JMXMPConnectorHelper()
Method Detail |
public javax.management.remote.JMXConnectorServer createConnectorServer()
createConnectorServer
in class JobConnectorHelper
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |