JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
org.jboss.util.timeout
Interface TimeoutTarget
All Known Implementing Classes:
TimeoutFactory.TimeoutTargetImpl
public interface
TimeoutTarget
The interface of objects that can receive timeouts.
Version:
$Revision$
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
void
timedOut
(
Timeout
timeout)
The timeout callback function is invoked when the timeout expires.
Method Detail
timedOut
void timedOut(
Timeout
timeout)
The timeout callback function is invoked when the timeout expires.
Parameters:
timeout
-
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method