flex.messaging.util
Class TimeoutManager

java.lang.Object
  extended by flex.messaging.util.TimeoutManager

public class TimeoutManager
extends Object

This class provides a means of managing TimeoutCapable objects. It leverages facilities in the the Java concurrency package to provide a common utility for scheduling timeout Futures and managing the underlying worker thread pools.


Constructor Summary
TimeoutManager()
           
TimeoutManager(edu.emory.mathcs.backport.java.util.concurrent.ThreadFactory tf)
           
 
Method Summary
 edu.emory.mathcs.backport.java.util.concurrent.Future scheduleTimeout(TimeoutCapable t)
           
 void shutdown()
           
 boolean unscheduleTimeout(TimeoutAbstractObject timeoutAbstract)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TimeoutManager

public TimeoutManager()

TimeoutManager

public TimeoutManager(edu.emory.mathcs.backport.java.util.concurrent.ThreadFactory tf)
Method Detail

scheduleTimeout

public edu.emory.mathcs.backport.java.util.concurrent.Future scheduleTimeout(TimeoutCapable t)

unscheduleTimeout

public boolean unscheduleTimeout(TimeoutAbstractObject timeoutAbstract)

shutdown

public void shutdown()


Copyright © 2008 Adobe Systems Inc. All Rights Reserved.

 

Send me an e-mail when comments are added to this page | Comment Report

Current page: http://livedocs.adobe.com/blazeds/1/javadoc/flex/messaging/util/TimeoutManager.html