flex.messaging.util
Class TimeoutManager
java.lang.Object
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.
TimeoutManager
public TimeoutManager ()
TimeoutManager
public TimeoutManager (edu.emory.mathcs.backport.java.util.concurrent.ThreadFactory tf)
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
Add Comment