org.mortbay.jetty.nio
Class SelectChannelConnector.RetryContinuation
java.lang.Object
org.mortbay.thread.Timeout.Task
org.mortbay.jetty.nio.SelectChannelConnector.RetryContinuation
- All Implemented Interfaces:
- java.lang.Runnable, Continuation
- Enclosing class:
- SelectChannelConnector
public static class SelectChannelConnector.RetryContinuation
- extends Timeout.Task
- implements Continuation, java.lang.Runnable
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
SelectChannelConnector.RetryContinuation
public SelectChannelConnector.RetryContinuation()
getObject
public java.lang.Object getObject()
- Specified by:
getObject in interface Continuation
getTimeout
public long getTimeout()
isNew
public boolean isNew()
- Specified by:
isNew in interface Continuation
isPending
public boolean isPending()
- Specified by:
isPending in interface Continuation
isResumed
public boolean isResumed()
- Specified by:
isResumed in interface Continuation
reset
public void reset()
- Specified by:
reset in interface Continuation
suspend
public boolean suspend(long timeout)
- Specified by:
suspend in interface Continuation
resume
public void resume()
- Specified by:
resume in interface Continuation
expire
public void expire()
- Overrides:
expire in class Timeout.Task
run
public void run()
- Specified by:
run in interface java.lang.Runnable
undispatch
public boolean undispatch()
setObject
public void setObject(java.lang.Object object)
- Specified by:
setObject in interface Continuation
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
Copyright © 1995-2010 Mort Bay Consulting. All Rights Reserved.