Lines Matching refs:getState

360         if (TransactionState.COMPLETED == this.getState()) {
419 sipStack.getStackLogger().logDebug("TransactionState " + this.getState());
422 if (TransactionState.PROCEEDING == getState()
423 || TransactionState.CALLING == getState()) {
449 if (getState() == null) {
505 if (getState() == null)
509 if ((TransactionState.COMPLETED == this.getState() || TransactionState.TERMINATED == this
510 .getState())
518 + getState());
609 if (TransactionState.TRYING == this.getState()) {
635 } else if (TransactionState.PROCEEDING == this.getState()) {
660 " Not sending response to TU! " + getState());
727 if (TransactionState.TERMINATED == this.getState()) {
755 } else if (TransactionState.CALLING == this.getState()) {
820 } else if (TransactionState.PROCEEDING == this.getState()) {
866 } else if (TransactionState.COMPLETED == this.getState()) {
890 if (this.getState() != null)
934 } else if (ct.getState() == null) {
985 if (this.getState() == null || !this.isMapped)
989 TransactionState s = this.getState();
1019 && this.getState() == TransactionState.CALLING) {
1048 if (TransactionState.CALLING == this.getState()
1049 || TransactionState.TRYING == this.getState()
1050 || TransactionState.PROCEEDING == this.getState()) {
1054 && (dialog.getState() == null || dialog.getState() == DialogState.EARLY)) {
1073 if (TransactionState.COMPLETED != this.getState()) {
1080 && ((inviteTx.getState() == TransactionState.CALLING || inviteTx
1081 .getState() == TransactionState.PROCEEDING))
1107 throw new SipException("Bad state " + getState());
1128 throw new SipException("bad state " + getState());
1216 throw new SipException("bad state " + getState());
1295 if (super.getState() != TransactionState.COMPLETED