org.apache.catalina.mbeans
public class StandardServerMBean extends BaseModelMBean
A ModelMBean implementation for the
org.apache.catalina.core.StandardServer component.
attributeBroadcaster, generalBroadcaster, managedBean, oname, resource, resourceType| Constructor and Description |
|---|
StandardServerMBean()
Construct a
ModelMBean with default
ModelMBeanInfo information. |
| Modifier and Type | Method and Description |
|---|---|
void |
store()
Write the configuration information for this entire
Server
out to the server.xml configuration file. |
addAttributeChangeNotificationListener, addNotificationListener, getAttribute, getAttributes, getClassName, getJmxName, getManagedResource, getMBeanInfo, getModelerType, getNotificationInfo, getObjectName, invoke, postDeregister, postRegister, preDeregister, preRegister, removeAttributeChangeNotificationListener, removeAttributeChangeNotificationListener, removeNotificationListener, removeNotificationListener, removeNotificationListener, sendAttributeChangeNotification, sendAttributeChangeNotification, sendNotification, sendNotification, setAttribute, setAttributes, setManagedBean, setManagedResource, toStringpublic StandardServerMBean()
throws javax.management.MBeanException,
javax.management.RuntimeOperationsException
ModelMBean with default
ModelMBeanInfo information.javax.management.MBeanException - if the initializer of an object
throws an exceptionjavax.management.RuntimeOperationsException - if an IllegalArgumentException
occurspublic void store()
throws javax.management.InstanceNotFoundException,
javax.management.MBeanException,
javax.management.RuntimeOperationsException
Server
out to the server.xml configuration file.javax.management.InstanceNotFoundException - if the managed resource object
cannot be foundjavax.management.MBeanException - if the initializer of the object throws
an exception, or persistence is not supportedjavax.management.RuntimeOperationsException - if an exception is reported
by the persistence mechanismCopyright © 2000-2013 Apache Software Foundation. All Rights Reserved.