Home
last modified time | relevance | path

Searched refs:errorObject (Results 1 – 1 of 1) sorted by relevance

/external/nist-sip/java/gov/nist/javax/sip/
DSipProviderImpl.java912 Object errorObject = transactionErrorEvent.getSource(); in transactionErrorEvent() local
916 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() local
936 if (errorObject instanceof SIPServerTransaction) { in transactionErrorEvent()
937 ev = new TimeoutEvent(this, (ServerTransaction) errorObject, in transactionErrorEvent()
940 SIPClientTransaction clientTx = (SIPClientTransaction) errorObject; in transactionErrorEvent()
[all …]