|
Apache CXF API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.cxf.transport.jms.continuations.JMSContinuationWrapper
public class JMSContinuationWrapper
| Constructor Summary | |
|---|---|
JMSContinuationWrapper(Bus b,
Message m,
MessageObserver observer,
java.util.List<JMSContinuationWrapper> cList)
|
|
| Method Summary | |
|---|---|
protected void |
cancelTimerTask()
|
protected void |
createTimerTask(long timeout)
|
protected void |
doResume()
|
java.lang.Object |
getObject()
Get arbitrary object associated with the continuation for context |
boolean |
isNew()
Is this a newly created Continuation. |
boolean |
isPending()
Get the pending status |
boolean |
isResumed()
Get the resumed status |
void |
reset()
Reset the continuation |
void |
resume()
Resume a suspended request |
void |
setObject(java.lang.Object o)
Sets arbitrary object associated with the continuation for context |
boolean |
suspend(long timeout)
This method will suspend the request for the timeout or until resume is called |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JMSContinuationWrapper(Bus b,
Message m,
MessageObserver observer,
java.util.List<JMSContinuationWrapper> cList)
| Method Detail |
|---|
public java.lang.Object getObject()
ContinuationWrapper
getObject in interface ContinuationWrapperpublic boolean isNew()
ContinuationWrapper
isNew in interface ContinuationWrapperpublic boolean isPending()
ContinuationWrapper
isPending in interface ContinuationWrapperpublic boolean isResumed()
ContinuationWrapper
isResumed in interface ContinuationWrapperpublic void reset()
ContinuationWrapper
reset in interface ContinuationWrapperpublic void resume()
ContinuationWrapper
resume in interface ContinuationWrapperprotected void doResume()
public void setObject(java.lang.Object o)
ContinuationWrapper
setObject in interface ContinuationWrappero - An arbitrary object to associate with the continuationpublic boolean suspend(long timeout)
ContinuationWrapper
suspend in interface ContinuationWrapperprotected void createTimerTask(long timeout)
protected void cancelTimerTask()
|
Apache CXF API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||