org.jboss.cache.marshall
Class MethodCallFactory

java.lang.Object
  extended by org.jboss.cache.marshall.MethodCallFactory

public class MethodCallFactory
extends java.lang.Object

Factory class to create instances of org.jgroups.blocks.MethodCall

Version:
$Revision: 1.3 $
Author:
Galder Zamarreno

Constructor Summary
MethodCallFactory()
           
 
Method Summary
static JBCMethodCall create(java.lang.reflect.Method method, java.lang.Object[] arguments)
          Creates and initialised an instance of MethodCall
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MethodCallFactory

public MethodCallFactory()
Method Detail

create

public static JBCMethodCall create(java.lang.reflect.Method method,
                                   java.lang.Object[] arguments)
Creates and initialised an instance of MethodCall

Parameters:
method - Method instance of the MethodCall
arguments - list of parameters
Returns:
a new instance of MethodCall with the method id initialised


Copyright © 1998-2005 JBoss Inc . All Rights Reserved.