当前页面:
在线文档首页 >
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
org.jboss.mx.server.InvocationContext
org.jboss.mx.server.Invocation
- All Implemented Interfaces:
- Dispatcher
- public class Invocation
- extends InvocationContext
- implements Dispatcher
- Version:
- $Revision: 1.5.2.3 $
- Author:
- Juha Lindfors.
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 |
Invocation
public Invocation()
Invocation
public Invocation(InvocationContext ic)
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.