gov.nist.javax.sip.stack
インタフェース PendingRecord

既知の実装クラスの一覧:
SIPClientTransaction, SIPDialog, SIPServerTransaction

public interface PendingRecord


メソッドの概要
 void clearPending()
          Clear any pending request flag.
 boolean hasPending()
          Return true if this has a pending request
 boolean isTerminated()
          Signal that we are done with this record.
 void processPending()
          Process the pending request.
 

メソッドの詳細

hasPending

boolean hasPending()
Return true if this has a pending request


clearPending

void clearPending()
Clear any pending request flag.


processPending

void processPending()
Process the pending request.


isTerminated

boolean isTerminated()
Signal that we are done with this record.