A connection between a Java Open Client and AppServer can be in one of the following three states that define the status of the current AppServer method call:
STREAMING — There is at least one open output ResultSet. AppServer methods cannot be executed when the connection is in the
STREAMING state. To determine whether a connection is in the
STREAMING state, invoke the
_isStreaming() method on any proxy object sharing the connection.