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 继承的字段
_managed
 
构造方法摘要
ContextHandlerMBean(Object managedObject)
           
 
方法摘要
 Map getContextAttributes()
           
 void removeContextAttribute(String name)
           
 void setContextAttribute(String name, Object value)
           
 void setContextAttribute(String name, String value)
           
 
从类 org.eclipse.jetty.server.handler.jmx.AbstractHandlerMBean 继承的方法
getContextName, getObjectContextBasis, getObjectNameBasis
 
从类 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.