org.jboss.mx.server
Class Invocation

java.lang.Object
  extended byorg.jboss.mx.server.InvocationContext (src) 
      extended byorg.jboss.mx.server.Invocation

public class Invocation
extends InvocationContext (src)


Field Summary
 
Fields inherited from class org.jboss.mx.server.InvocationContext (src)
ATTRIBUTE_ACCESS, NOCLASSES, OP_GETATTRIBUTE, OP_GETMBEANINFO, OP_INVOKE, OP_SETATTRIBUTE, OPERATION_IMPACT
 
Constructor Summary
Invocation()
           
Invocation(InvocationContext (src)  ic)
           
 
Method Summary
 void addContext(InvocationContext (src)  ctx)
           
 java.lang.Object dispatch()
           
 java.lang.Object[] getArgs()
           
 java.lang.Class getAttributeTypeClass()
           
 java.lang.Class getReturnTypeClass()
           
 java.lang.Class[] getSignatureClasses()
           
 java.lang.Object invoke()
           
 AbstractInterceptor (src) nextInterceptor()
           
 void setArgs(java.lang.Object[] args)
           
 java.lang.String toString()
           
 
Methods inherited from class org.jboss.mx.server.InvocationContext (src)
copy, getAttributeType, getDescriptor, getDispatcher, getInterceptors, getInvoker, getName, getReturnType, getSignature, getTarget, getType, isReadable, isWritable, setAttributeType, setDescriptor, setDispatcher, setInterceptors, setInvoker, setName, setReadable, setReturnType, 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 (src)  ic)
Method Detail

addContext

public void addContext(InvocationContext (src)  ctx)

setArgs

public void setArgs(java.lang.Object[] args)

getArgs

public java.lang.Object[] getArgs()

nextInterceptor

public AbstractInterceptor (src)  nextInterceptor()

invoke

public java.lang.Object invoke()
                        throws java.lang.Throwable
Throws:
java.lang.Throwable

dispatch

public java.lang.Object dispatch()
                          throws java.lang.Throwable
Throws:
java.lang.Throwable

toString

public java.lang.String toString()

getAttributeTypeClass

public java.lang.Class getAttributeTypeClass()
                                      throws java.lang.ClassNotFoundException
Overrides:
getAttributeTypeClass in class InvocationContext (src)
Throws:
java.lang.ClassNotFoundException

getReturnTypeClass

public java.lang.Class getReturnTypeClass()
                                   throws java.lang.ClassNotFoundException
Overrides:
getReturnTypeClass in class InvocationContext (src)
Throws:
java.lang.ClassNotFoundException

getSignatureClasses

public java.lang.Class[] getSignatureClasses()
                                      throws java.lang.ClassNotFoundException
Overrides:
getSignatureClasses in class InvocationContext (src)
Throws:
java.lang.ClassNotFoundException