org.jboss.util.timeout
Interface TimeoutTarget

All Known Implementing Classes:
TransactionImpl (src)

public interface TimeoutTarget

The interface of objects that can receive timeouts.


Method Summary
 void timedOut(Timeout (src)  timeout)
          The timeout callback function is invoked when the timeout expires.
 

Method Detail

timedOut

public void timedOut(Timeout (src)  timeout)
The timeout callback function is invoked when the timeout expires.