public class JMSContinuation extends Object implements org.apache.cxf.continuations.Continuation
| Constructor and Description |
|---|
JMSContinuation(org.apache.cxf.Bus b,
org.apache.cxf.message.Message m,
org.apache.cxf.transport.MessageObserver observer,
Counter suspendendContinuations) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
cancelTimerTask() |
protected void |
createTimerTask(long timeout) |
protected void |
doResume() |
Object |
getObject() |
boolean |
isNew() |
boolean |
isPending() |
boolean |
isReadyForWrite() |
boolean |
isResumed() |
boolean |
isTimeout() |
void |
reset() |
void |
resume() |
void |
setObject(Object o) |
boolean |
suspend(long timeout) |
public JMSContinuation(org.apache.cxf.Bus b,
org.apache.cxf.message.Message m,
org.apache.cxf.transport.MessageObserver observer,
Counter suspendendContinuations)
public Object getObject()
getObject in interface org.apache.cxf.continuations.Continuationpublic boolean isNew()
isNew in interface org.apache.cxf.continuations.Continuationpublic boolean isPending()
isPending in interface org.apache.cxf.continuations.Continuationpublic boolean isResumed()
isResumed in interface org.apache.cxf.continuations.Continuationpublic void reset()
reset in interface org.apache.cxf.continuations.Continuationpublic void resume()
resume in interface org.apache.cxf.continuations.Continuationprotected void doResume()
public void setObject(Object o)
setObject in interface org.apache.cxf.continuations.Continuationpublic boolean suspend(long timeout)
suspend in interface org.apache.cxf.continuations.Continuationprotected void createTimerTask(long timeout)
protected void cancelTimerTask()
public boolean isReadyForWrite()
isReadyForWrite in interface org.apache.cxf.continuations.Continuationpublic boolean isTimeout()
isTimeout in interface org.apache.cxf.continuations.ContinuationApache CXF