站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 4.0.1 sp1 common API Documentation 英文版文档

TimeoutTarget (JBoss/Common API) - JBoss 4.0.1 sp1 common API Documentation 英文版文档


org.jboss.util.timeout
Interface TimeoutTarget


public interface TimeoutTarget

The interface of objects that can receive timeouts.

Version:
$Revision: 1.1 $
Author:
Ole Husgaard

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

Method Detail

timedOut

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



Copyright © 2002 JBoss Group, LLC. All Rights Reserved.