|
Apache CXF API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RetryStatus
A generic interface to represent the retrying status of a repeating activity at some WS-RM component.
Method Summary | |
---|---|
long |
getBackoff()
|
int |
getMaxRetries()
|
Date |
getNext()
|
long |
getNextInterval()
|
Date |
getPrevious()
|
int |
getRetries()
|
boolean |
isPending()
|
boolean |
isSuspended()
|
Method Detail |
---|
Date getNext()
Date getPrevious()
int getRetries()
int getMaxRetries()
long getNextInterval()
long getBackoff()
boolean isPending()
boolean isSuspended()
|
Apache CXF API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |