Apache CXF API

org.apache.cxf.ws.rm
Interface RetransmissionStatus

All Known Implementing Classes:
RetransmissionQueueImpl.ResendCandidate

public interface RetransmissionStatus


Method Summary
 long getBackoff()
           
 Date getNext()
           
 long getNextInterval()
           
 Date getPrevious()
           
 int getResends()
           
 boolean isPending()
           
 boolean isSuspended()
           
 

Method Detail

getNext

Date getNext()
Returns:
the next transmission time

getPrevious

Date getPrevious()
Returns:
the previous transmission time

getResends

int getResends()
Returns:
the resends

getNextInterval

long getNextInterval()
Returns:
the nextInterval

getBackoff

long getBackoff()
Returns:
the backoff

isPending

boolean isPending()
Returns:
the pending

isSuspended

boolean isSuspended()
Returns:
the suspended

Apache CXF API

Apache CXF