当前页面:
在线文档首页 >
JBoss 4.0.1 sp1 jmx API Documentation 英文版文档
Invocation (JBoss/JMX API) - JBoss 4.0.1 sp1 jmx API Documentation 英文版文档
org.jboss.mx.server
Class Invocation
java.lang.Object
org.jboss.mx.server.InvocationContext
org.jboss.mx.server.Invocation
- public class Invocation
- extends InvocationContext
- Version:
- $Revision: 1.9 $
- Author:
- Juha Lindfors.
Methods inherited from class org.jboss.mx.server.InvocationContext |
copy, getAttributeType, getDescriptor, getDispatcher, getInterceptors, getInvoker, getName, getReturnType, getSignature, getTarget, getType, isReadable, isWritable, setAttributeType, setDescriptor, setDispatcher, setInterceptors, setInvoker, setName, setReadable, setReturnType, 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()
nextInterceptor
public AbstractInterceptor nextInterceptor()
invoke
public Object invoke()
throws Throwable
- Throws:
Throwable
dispatch
public Object dispatch()
throws Throwable
- Throws:
Throwable
toString
public String toString()
getAttributeTypeClass
public Class getAttributeTypeClass()
throws ClassNotFoundException
- Overrides:
getAttributeTypeClass
in class InvocationContext
- Throws:
ClassNotFoundException
getReturnTypeClass
public Class getReturnTypeClass()
throws ClassNotFoundException
- Overrides:
getReturnTypeClass
in class InvocationContext
- Throws:
ClassNotFoundException
getSignatureClasses
public Class[] getSignatureClasses()
throws ClassNotFoundException
- Overrides:
getSignatureClasses
in class InvocationContext
- Throws:
ClassNotFoundException
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.