@Beta public final class Invocation extends Object
Invokable.invoke(Object, Object...)
Modifier and Type | Method and Description |
---|---|
static Invocation |
create(com.google.common.reflect.Invokable<?,?> invokable)
invocation without arguments.
|
static Invocation |
create(com.google.common.reflect.Invokable<?,?> invokable,
List<Object> args) |
boolean |
equals(Object o) |
List<Object> |
getArgs()
arguments applied to
getInvokable() during Invokable.invoke(Object, Object...) |
com.google.common.reflect.Invokable<?,?> |
getInvokable()
what we can invoke
|
int |
hashCode() |
String |
toString() |
public static Invocation create(com.google.common.reflect.Invokable<?,?> invokable, List<Object> args)
args
- as these represent parameters, can contain nullspublic static Invocation create(com.google.common.reflect.Invokable<?,?> invokable)
IllegalArgumentException
- if in invokable requires argumentspublic com.google.common.reflect.Invokable<?,?> getInvokable()
public List<Object> getArgs()
getInvokable()
during Invokable.invoke(Object, Object...)
args
- as these represent parameters, can contain nullsCopyright © 2009-2013 jclouds. All Rights Reserved.