|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.cache.marshall.MethodCallFactory
public class MethodCallFactory
Factory class to create instances of org.jboss.cache.marshall.MethodCall
| Constructor Summary | |
|---|---|
MethodCallFactory()
|
|
| Method Summary | |
|---|---|
static MethodCall |
create(java.lang.reflect.Method method,
java.lang.Object... arguments)
Creates and initialised an instance of MethodCall |
static MethodCall |
createWithNullId(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 |
|---|
public MethodCallFactory()
| Method Detail |
|---|
public static MethodCall create(java.lang.reflect.Method method,
java.lang.Object... arguments)
method - Method instance of the MethodCallarguments - list of parameters
public static MethodCall createWithNullId(java.lang.reflect.Method method,
java.lang.Object... arguments)
method - Method instance of the MethodCallarguments - list of parameters
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||