com.atlassian.selenium
Class MethodHandlerCallable

java.lang.Object
  extended by com.atlassian.selenium.MethodHandlerCallable
All Implemented Interfaces:
Callable

public class MethodHandlerCallable
extends Object
implements Callable


Field Summary
protected  Object[] args
           
protected  SeleniumClient client
           
protected  Exception ex
           
protected  Method method
           
protected  Object ret
           
 
Constructor Summary
MethodHandlerCallable(Method method, SeleniumClient client, Object[] args)
           
 
Method Summary
 Object call()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

client

protected final SeleniumClient client

method

protected final Method method

ret

protected Object ret

args

protected final Object[] args

ex

protected Exception ex
Constructor Detail

MethodHandlerCallable

public MethodHandlerCallable(Method method,
                             SeleniumClient client,
                             Object[] args)
Method Detail

call

public Object call()
            throws Exception
Specified by:
call in interface Callable
Throws:
Exception


Copyright © 2010 Atlassian Pty Ltd. All Rights Reserved.