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,
Collection<JMSContinuation> cList,
org.springframework.jms.listener.AbstractMessageListenerContainer jmsListener,
JMSConfiguration jmsConfig) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
cancelTimerTask() |
protected void |
createTimerTask(long timeout) |
protected void |
doResume() |
Object |
getObject() |
boolean |
isNew() |
boolean |
isPending() |
boolean |
isResumed() |
protected void |
modifyList(boolean remove) |
void |
reset() |
void |
resume() |
void |
setObject(Object o) |
boolean |
suspend(long timeout) |
protected void |
updateContinuations(boolean remove) |
public JMSContinuation(org.apache.cxf.Bus b,
org.apache.cxf.message.Message m,
org.apache.cxf.transport.MessageObserver observer,
Collection<JMSContinuation> cList,
org.springframework.jms.listener.AbstractMessageListenerContainer jmsListener,
JMSConfiguration jmsConfig)
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()
protected void updateContinuations(boolean remove)
protected void modifyList(boolean remove)
Apache CXF