public class ClassMethodArgs extends Object
ClassMethodArgs(Class<?> asyncClass, Method method, Object[] args)
boolean
equals(Object obj)
Object[]
getArgs()
Class<?>
getAsyncClass()
Method
getMethod()
int
hashCode()
String
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public ClassMethodArgs(Class<?> asyncClass, Method method, @Nullable Object[] args)
public String toString()
toString
Object
public Method getMethod()
public Object[] getArgs()
public int hashCode()
hashCode
public boolean equals(Object obj)
equals
public Class<?> getAsyncClass()
Copyright © 2009-2012 jclouds. All Rights Reserved.