站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 4.0.1 sp1 jmx API Documentation 英文版文档

Uses of Class org.jboss.mx.server.Invocation (JBoss/JMX API) - JBoss 4.0.1 sp1 jmx API Documentation 英文版文档


Uses of Class
org.jboss.mx.server.Invocation

Packages that use Invocation
org.jboss.mx.interceptor   
org.jboss.mx.modelmbean   
org.jboss.mx.server   
 

Uses of Invocation in org.jboss.mx.interceptor
 

Methods in org.jboss.mx.interceptor with parameters of type Invocation
 Object StandardMBeanInfoInterceptor.invoke(Invocation invocation)
           
 Object ReflectedDispatcher.invoke(Invocation invocation)
           
 Object PersistenceInterceptor.invoke(Invocation invocation)
           
 Object ModelMBeanOperationInterceptor.invoke(Invocation invocation)
           
 Object ModelMBeanInfoInterceptor.invoke(Invocation invocation)
          Return the MBeanInfo from the invocation MBeanInvoker
 Object ModelMBeanAttributeInterceptor.invoke(Invocation invocation)
           
 Object Interceptor.invoke(Invocation invocation)
          The invoke method is called when the invocation object passes this interceptor.
 Object AttributeDispatcher.invoke(Invocation invocation)
          Dispatch the attribute set or get.
 Object AbstractInterceptor.invoke(Invocation invocation)
          The default invoke implementation queries the invocation object for the next interceptor in the chain.
 

Uses of Invocation in org.jboss.mx.modelmbean
 

Methods in org.jboss.mx.modelmbean with parameters of type Invocation
protected  void ModelMBeanInvoker.override(Invocation invocation)
           
 

Uses of Invocation in org.jboss.mx.server
 

Methods in org.jboss.mx.server with parameters of type Invocation
protected  void AbstractMBeanInvoker.override(Invocation invocation)
          Placeholder to allow subclasses to override the invocation
 



Copyright © 2002 JBoss Group, LLC. All Rights Reserved.