Searched refs:errorObject (Results 1 – 1 of 1) sorted by relevance
912 Object errorObject = transactionErrorEvent.getSource(); in transactionErrorEvent() local916 if (errorObject instanceof SIPServerTransaction) { in transactionErrorEvent()917 ev = new TimeoutEvent(this, (ServerTransaction) errorObject, in transactionErrorEvent()920 SIPClientTransaction clientTx = (SIPClientTransaction) errorObject; in transactionErrorEvent()925 ev = new TimeoutEvent(this, (ClientTransaction) errorObject, in transactionErrorEvent()929 this.handleEvent(ev, (SIPTransaction) errorObject); in transactionErrorEvent()932 Object errorObject = transactionErrorEvent.getSource(); in transactionErrorEvent() local936 if (errorObject instanceof SIPServerTransaction) { in transactionErrorEvent()937 ev = new TimeoutEvent(this, (ServerTransaction) errorObject, in transactionErrorEvent()940 SIPClientTransaction clientTx = (SIPClientTransaction) errorObject; in transactionErrorEvent()[all …]