|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface GrizzlyContinuation
Simple Continuation interface.
Method Summary | |
---|---|
Object |
getObject()
Accessor for the object associated with this continuation |
void |
resume()
Resume an continuation. |
void |
setObject(Object object)
Accessor for the object associated with this continuation |
void |
suspend(long sleepTime)
Suspend the connection for a maximum of sleepTime milliseconds |
Method Detail |
---|
void suspend(long sleepTime)
sleepTime
- The maximum time to waitvoid resume() throws Exception
Exception
Object getObject()
void setObject(Object object)
object
- the object associated with this continuation
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |