Methods Summary |
---|
public com.sun.enterprise.config.ConfigContext | getAdminConfigContext()Get admin config context. Admin config context provides access to the
configuration on the disk. This may be different from runtime context
if one or changes have not been applied dynamically to the runtime.
|
public java.util.logging.Logger | getAdminLogger()Get admin logger.
|
public java.net.URL | getAdminMBeanRegistryURL()Get Admin MBeanRegistry xml file location
|
public java.lang.String | getDomainName()Get domain name
|
public java.lang.String | getDottedNameMBeanImplClassName()returns the appropriate dotted name mbean implementation class.
|
public javax.management.MBeanServer | getMBeanServer()Get MBeanServer in use for admin, runtime and monitoring MBeans.
|
public com.sun.enterprise.admin.util.proxy.Interceptor | getMBeanServerInterceptor()Get interceptor for mbean server used. In general, this method will
be used only while initializing MBeanServer to setup its interceptor.
|
public com.sun.enterprise.config.ConfigContext | getRuntimeConfigContext()Get runtime config context. Runtime config context provides access to
the configuration that the server is running with. The server reads
the configuration from disk at startup time, the configuration is
then updated for every change that is applied dynamically.
|
public java.net.URL | getRuntimeMBeanRegistryURL()Get Admin MBeanRegistry xml file location
|
public java.lang.String | getServerName()Get server name.
|
public void | setAdminConfigContext(com.sun.enterprise.config.ConfigContext ctx)Set admin config context. This is the context used for updating
configuration on the disk.
|
public void | setAdminLogger(java.util.logging.Logger logger)Set admin logger.
|
public void | setAdminMBeanRegistryURL(java.net.URL url)Get Admin MBeanRegistry xml file location
|
public void | setDomainName(java.lang.String domainName)Set domain name.
|
public void | setMBeanServer(javax.management.MBeanServer mbs)Set MBeanServer used for admin, runtime and monitoring MBeans.
|
public void | setMBeanServerInterceptor(com.sun.enterprise.admin.util.proxy.Interceptor interceptor)Set interceptor. If set prior to creating an MBeanServer, the default
implementation of SunOneMBeanServer factory will apply the interceptor
to every MBeanServer call.
|
public void | setRuntimeConfigContext(com.sun.enterprise.config.ConfigContext ctx)Set runtime config context. If server runtime handles a configuration
change dynamically, the context of the runtime is updated with the new
changes.
|
public void | setRuntimeMBeanRegistryURL(java.net.URL url)Get Runtime MBeanRegistry xml file location
|
public void | setServerName(java.lang.String serverName)Set server name.
|