com.atlassian.selenium
Class MethodHandlerCallable
java.lang.Object
com.atlassian.selenium.MethodHandlerCallable
- All Implemented Interfaces:
- Callable
public class MethodHandlerCallable
- extends Object
- implements Callable
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
client
protected final SeleniumClient client
method
protected final Method method
ret
protected Object ret
args
protected final Object[] args
ex
protected Exception ex
MethodHandlerCallable
public MethodHandlerCallable(Method method,
SeleniumClient client,
Object[] args)
call
public Object call()
throws Exception
- Specified by:
call in interface Callable
- Throws:
Exception
Copyright © 2010 Atlassian Pty Ltd. All Rights Reserved.