org.eclipse.jetty.server.handler.jmx
类 ContextHandlerMBean
java.lang.Object
org.eclipse.jetty.jmx.ObjectMBean
org.eclipse.jetty.server.handler.jmx.AbstractHandlerMBean
org.eclipse.jetty.server.handler.jmx.ContextHandlerMBean
- 所有已实现的接口:
- DynamicMBean
public class ContextHandlerMBean
- extends AbstractHandlerMBean
| 从类 org.eclipse.jetty.jmx.ObjectMBean 继承的方法 |
defineAttribute, getAttribute, getAttributes, getManagedObject, getMBeanContainer, getMBeanInfo, getObjectName, invoke, mbeanFor, setAttribute, setAttributes, setMBeanContainer |
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ContextHandlerMBean
public ContextHandlerMBean(Object managedObject)
getContextAttributes
public Map getContextAttributes()
setContextAttribute
public void setContextAttribute(String name,
Object value)
setContextAttribute
public void setContextAttribute(String name,
String value)
removeContextAttribute
public void removeContextAttribute(String name)
Copyright © 2013. All Rights Reserved.