JMCloseSession
Ends a Java runtime session and removes the allocatedJMSessionRefobject.
OSStatus JMCloseSession (JMSessionRef session);
session- The session to be removed.
DISCUSSION
A successful call toJMCloseSessionalso frees any resources allocated by JManager. However, any resources that you explicitly allocated on behalf of JManager must be explicitly deallocated.SEE ALSO
TheJMOpenSessionfunction (page 21).