Searched defs:toExit (Results 1 - 1 of 1) sorted by relevance

/external/nist-sip/java/gov/nist/javax/sip/stack/
H A DSIPTransactionStack.java210 protected boolean toExit; field in class:SIPTransactionStack
423 this.toExit = false;
1646 this.toExit = true;
1877 * return the status of the toExit flag.
1882 return !toExit;

Completed in 42 milliseconds