Uses of Class
org.xins.common.TimeOutException

Packages that use TimeOutException
org.xins.common Generic utility classes. 
org.xins.common.service Service calling classes, supporting load-balancing and failover. 
 

Uses of TimeOutException in org.xins.common
 

Methods in org.xins.common that throw TimeOutException
static void TimeOutController.execute(Runnable task, int timeOut)
          Runs the specified task with a specific time-out.
 

Uses of TimeOutException in org.xins.common.service
 

Methods in org.xins.common.service that throw TimeOutException
protected  void ServiceCaller.controlTimeOut(Runnable task, TargetDescriptor descriptor)
          Runs the specified task.
 



See http://www.xins.org/.