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

Invocation (JBoss/JMX API) - JBoss 3.2.7 jmx API Documentation 英文版文档


org.jboss.mx.server
Class Invocation

java.lang.Object
  extended byorg.jboss.mx.server.InvocationContext
      extended byorg.jboss.mx.server.Invocation
All Implemented Interfaces:
Dispatcher

public class Invocation
extends InvocationContext
implements Dispatcher

Version:
$Revision: 1.5.2.3 $
Author:
Juha Lindfors.

Field Summary
 
Fields inherited from class org.jboss.mx.server.InvocationContext
ATTRIBUTE_ACCESS, NULL_DISPATCHER, OP_GETATTRIBUTE, OP_GETMBEANINFO, OP_INVOKE, OP_SETATTRIBUTE, OPERATION_IMPACT
 
Constructor Summary
Invocation()
           
Invocation(InvocationContext ic)
           
 
Method Summary
 void addContext(InvocationContext ctx)
           
 Object dispatch()
           
 Object dispatch(Object[] args)
           
 Object[] getArgs()
           
 Object invoke()
           
 AbstractInterceptor nextInterceptor()
           
 void setArgs(Object[] args)
           
 String toString()
           
 
Methods inherited from class org.jboss.mx.server.InvocationContext
copy, getAttributeType, getDescriptor, getDispatcher, getInterceptors, getInvoker, getName, getResource, getSignature, getType, isWritable, setAttributeType, setDescriptor, setDispatcher, setInterceptors, setInvoker, setName, setType, setWritable
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Invocation

public Invocation()

Invocation

public Invocation(InvocationContext ic)
Method Detail

addContext

public void addContext(InvocationContext ctx)

setArgs

public void setArgs(Object[] args)

getArgs

public Object[] getArgs()

dispatch

public Object dispatch()
                throws InvocationException
Throws:
InvocationException

dispatch

public Object dispatch(Object[] args)
                throws InvocationException
Specified by:
dispatch in interface Dispatcher
Throws:
InvocationException

nextInterceptor

public AbstractInterceptor nextInterceptor()

invoke

public Object invoke()
              throws InvocationException
Throws:
InvocationException

toString

public String toString()


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