Package com.sun.corba.ee.impl.transport
Interface Timeoutable
public interface Timeoutable
Interface for an object that can timeout waiting for activity.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
checkForTimeout
(long timeSinceLastActivity) Checks to see if a timeout has occurred.
-
Method Details
-
checkForTimeout
void checkForTimeout(long timeSinceLastActivity) Checks to see if a timeout has occurred.- Parameters:
timeSinceLastActivity
- the time in msec since the last activity for this action.
-