Save This Page
Home » jboss-5.0.0.CR1-src » org.jboss.mx » server » [javadoc | source]
org.jboss.mx.server
public class: Invocation [javadoc | source]
java.lang.Object
   org.jboss.mx.server.InvocationContext
      org.jboss.mx.server.Invocation
Field Summary
 int ic_counter     
 Object retVal     
Fields inherited from org.jboss.mx.server.InvocationContext:
OP_INVOKE,  OP_GETATTRIBUTE,  OP_SETATTRIBUTE,  OP_GETMBEANINFO,  OPERATION_IMPACT,  ATTRIBUTE_ACCESS,  NOCLASSES,  interceptors,  dispatcher,  target,  descriptor,  invoker,  attributeTypeClass,  returnTypeClass,  signatureClasses
Constructor:
 public Invocation() 
 public Invocation(InvocationContext ic) 
Method from org.jboss.mx.server.Invocation Summary:
addContext,   dispatch,   getArgs,   getAttributeTypeClass,   getReturnTypeClass,   getSignatureClasses,   invoke,   nextInterceptor,   setArgs,   toString
Methods from org.jboss.mx.server.InvocationContext:
copy,   getAttributeType,   getAttributeTypeClass,   getDescriptor,   getDispatcher,   getInterceptors,   getInvoker,   getName,   getReturnType,   getReturnTypeClass,   getSignature,   getSignatureClasses,   getTarget,   getType,   isReadable,   isWritable,   setAttributeType,   setDescriptor,   setDispatcher,   setInterceptors,   setInvoker,   setName,   setReadable,   setReturnType,   setSignature,   setSignature,   setTarget,   setType,   setWritable,   toString
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.jboss.mx.server.Invocation Detail:
 public  void addContext(InvocationContext ctx) 
 public Object dispatch() throws Throwable 
 public Object[] getArgs() 
 public Class getAttributeTypeClass() throws ClassNotFoundException 
 public Class getReturnTypeClass() throws ClassNotFoundException 
 public Class[] getSignatureClasses() throws ClassNotFoundException 
 public Object invoke() throws Throwable 
 public AbstractInterceptor nextInterceptor() 
 public  void setArgs(Object[] args) 
 public String toString()