Releasing a Flow
An application can signal to Converged Application Server that it is no longer interested in using Flow by invoking the Flow.release() method. Converged Application Server uses that signal while making the decision to stop the keep-alive and/or terminating the underlying transport association. Since more than one application may be using the same transport association, Flow.release() should not be considered equivalent to terminating the transport association.