Uses of Class
org.ow2.orchestra.pvm.internal.wire.descriptor.ArgDescriptor

Packages that use ArgDescriptor
org.ow2.orchestra.pvm.internal.util   
org.ow2.orchestra.pvm.internal.wire.descriptor   
org.ow2.orchestra.pvm.internal.wire.operation   
org.ow2.orchestra.pvm.internal.wire.xml   
 

Uses of ArgDescriptor in org.ow2.orchestra.pvm.internal.util
 

Method parameters in org.ow2.orchestra.pvm.internal.util with type arguments of type ArgDescriptor
static Constructor<?> ReflectUtil.findConstructor(Class<?> clazz, List<ArgDescriptor> argDescriptors, Object[] args)
           
static Method ReflectUtil.findMethod(Class<?> clazz, String methodName, List<ArgDescriptor> argDescriptors, Object[] args)
           
static String ReflectUtil.getSignature(String methodName, List<ArgDescriptor> argDescriptors, Object[] args)
           
static boolean ReflectUtil.isArgumentMatch(Class<?>[] parameterTypes, List<ArgDescriptor> argDescriptors, Object[] args)
           
 

Uses of ArgDescriptor in org.ow2.orchestra.pvm.internal.wire.descriptor
 

Methods in org.ow2.orchestra.pvm.internal.wire.descriptor that return types with arguments of type ArgDescriptor
 List<ArgDescriptor> ObjectDescriptor.getArgDescriptors()
          Gets the list of descriptors to use to create method arguments.
 

Methods in org.ow2.orchestra.pvm.internal.wire.descriptor with parameters of type ArgDescriptor
 void ObjectDescriptor.addArgDescriptor(ArgDescriptor argDescriptor)
          Adds a argument descriptor to the list of arguments descriptor to used when invoking the specified method.
 

Method parameters in org.ow2.orchestra.pvm.internal.wire.descriptor with type arguments of type ArgDescriptor
static Object[] ObjectDescriptor.getArgs(WireContext wireContext, List<ArgDescriptor> argDescriptors)
          Creates a list of arguments (objects) from a list of argument descriptors.
 void ObjectDescriptor.setArgDescriptors(List<ArgDescriptor> argDescriptors)
          Sets the list of descriptors to use to create method arguments.
 

Uses of ArgDescriptor in org.ow2.orchestra.pvm.internal.wire.operation
 

Methods in org.ow2.orchestra.pvm.internal.wire.operation that return types with arguments of type ArgDescriptor
 List<ArgDescriptor> InvokeOperation.getArgDescriptors()
          Gets the list of descriptor to create arguments supplied to the method .
 List<ArgDescriptor> SubscribeOperation.getArgDescriptors()
          Gets the list of argDescriptor used to create the arguments given to the method (only if a specific method has to be called).
 

Methods in org.ow2.orchestra.pvm.internal.wire.operation with parameters of type ArgDescriptor
 void InvokeOperation.addArgDescriptor(ArgDescriptor argDescriptor)
          Adds a descriptor to the list of arguments descriptors.
 

Method parameters in org.ow2.orchestra.pvm.internal.wire.operation with type arguments of type ArgDescriptor
 void InvokeOperation.setArgDescriptors(List<ArgDescriptor> argDescriptors)
          Sets the list of descriptor to create arguments supplied to the method .
 void SubscribeOperation.setArgDescriptors(List<ArgDescriptor> argDescriptors)
          Sets the list of argDescriptor used to create the arguments given to the method.
 

Constructor parameters in org.ow2.orchestra.pvm.internal.wire.operation with type arguments of type ArgDescriptor
MethodInvokerListener(String methodName, List<ArgDescriptor> argDescriptors, WireContext wireContext, Object target)
          Creates a new Wrapper.
 

Uses of ArgDescriptor in org.ow2.orchestra.pvm.internal.wire.xml
 

Methods in org.ow2.orchestra.pvm.internal.wire.xml that return types with arguments of type ArgDescriptor
 List<ArgDescriptor> WireParser.parseArgs(List<Element> argElements, Parse parse)
          Parses the list of arguments of a method.
 



Copyright © 2011 OW2 Consortium. All Rights Reserved.