org.apache.qpid.transport.util
Class Waiter

java.lang.Object
  extended by org.apache.qpid.transport.util.Waiter

public final class Waiter
extends Object

Waiter


Constructor Summary
Waiter(Object lock, long timeout)
           
 
Method Summary
 void await()
           
 boolean hasTime()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Waiter

public Waiter(Object lock,
              long timeout)
Method Detail

hasTime

public boolean hasTime()

await

public void await()


Licensed to the Apache Software Foundation