Graphene Implementation 1.0.0.CR3

org.jboss.arquillian.ajocado.framework.internal
Class WaitingProxy<T extends Waiting<T>>

java.lang.Object
  extended by org.jboss.arquillian.ajocado.framework.internal.WaitingProxy<T>
Type Parameters:
T - type of waiting
All Implemented Interfaces:
InvocationHandler

public class WaitingProxy<T extends Waiting<T>>
extends Object
implements InvocationHandler

Version:
$Revision$
Author:
Lukas Fryc

Constructor Summary
WaitingProxy(T waiting, GrapheneConfiguration.TimeoutType timeoutType)
           
 
Method Summary
static
<T extends Waiting<T>>
T
create(T waiting, GrapheneConfiguration.TimeoutType timeoutType)
           
 Object invoke(Object proxy, Method method, Object[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WaitingProxy

public WaitingProxy(T waiting,
                    GrapheneConfiguration.TimeoutType timeoutType)
Method Detail

create

public static <T extends Waiting<T>> T create(T waiting,
                                              GrapheneConfiguration.TimeoutType timeoutType)

invoke

public Object invoke(Object proxy,
                     Method method,
                     Object[] args)
              throws Throwable
Specified by:
invoke in interface InvocationHandler
Throws:
Throwable

Graphene Implementation 1.0.0.CR3

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.