Package com.sun.corba.ee.impl.transport
Interface Timeoutable
-
public interface Timeoutable
Interface for an object that can timeout waiting for activity.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
checkForTimeout(long timeSinceLastActivity)
Checks to see if a timeout has occurred.
-