org.jboss.mx.server
Class Invocation

java.lang.Object
  extended by org.jboss.mx.server.InvocationContext
      extended by org.jboss.mx.server.Invocation

public class Invocation
extends InvocationContext

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

Field Summary
 
Fields inherited from class org.jboss.mx.server.InvocationContext
ATTRIBUTE_ACCESS, NOCLASSES, 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[] getArgs()
           
 Class getAttributeTypeClass()
           
 Class getReturnTypeClass()
           
 Class[] getSignatureClasses()
           
 Object invoke()
           
 AbstractInterceptor nextInterceptor()
           
 void setArgs(Object[] args)
           
 String toString()
          Print what's inside the InvocationContext
 
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
 
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()

nextInterceptor

public AbstractInterceptor nextInterceptor()

invoke

public Object invoke()
              throws Throwable
Throws:
Throwable

dispatch

public Object dispatch()
                throws Throwable
Throws:
Throwable

toString

public String toString()
Description copied from class: InvocationContext
Print what's inside the InvocationContext

Overrides:
toString in class InvocationContext

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.