|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jclouds.reflect.Invocation
@Beta public final class Invocation
Context needed to call Invokable.invoke(Object, Object...)
| Method Summary | |
|---|---|
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()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
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 nullspublic boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||