|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jmx4odp.j4oNet.InitialJsRegistry
public class InitialJsRegistry
This file reads the InitialJsRegistry.properties file to return a proxy to the established JsRegistryManager. If a MBeanServer is passed in, it will try to grab an instance from the local MBeanServer, else it will create a remote MBeanServer connection.
| Constructor Summary | |
|---|---|
InitialJsRegistry()
Creates new InitialRegistry |
|
| Method Summary | |
|---|---|
JmxServiceObj |
getInitialJmxServiceObj()
This will return a JSO that contains the information in the InitialJsRegistry.properties file. |
JsRegistryManagerMBean |
getInitialRegistryManager()
This is the same as calling getInitialRegistryManager((MBeanServer) null) |
JsRegistryManagerMBean |
getInitialRegistryManager(JmxServiceObj jso)
The information in the JSO will override the information in the InitialJsRegistry.properties file. |
JsRegistryManagerMBean |
getInitialRegistryManager(javax.management.MBeanServer mbs)
If the MBeanServer is null, it will use the MBeanServerManager to try to find the one it started in the JVM. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public InitialJsRegistry()
| Method Detail |
|---|
public JsRegistryManagerMBean getInitialRegistryManager()
throws java.lang.Exception
java.lang.Exception
public JsRegistryManagerMBean getInitialRegistryManager(javax.management.MBeanServer mbs)
throws java.lang.Exception
java.lang.Exception
public JsRegistryManagerMBean getInitialRegistryManager(JmxServiceObj jso)
throws java.lang.Exception
java.lang.Exception
public JmxServiceObj getInitialJmxServiceObj()
throws java.lang.Exception
java.lang.Exception
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||