SAS Institute. The Power to Know

SAS(R) 9.2 Integration Technologies: Java Client Developer's Guide

Previous Page | Next Page

Using SAS Foundation Services

Session Service

The Session Service enables applications to do the following:

  • create a session context. A session context is a control structure that maintains state information within a bound session, facilitating resource management and context passing.

  • bind objects to a session context.

  • use the session context as a convenience container for passing multiple contexts.

  • use the session context as a convenience container for passing other services, such as User Services and Logging Services.

  • notify bound objects when they are removed from the session context or when the session context is destroyed, so that objects can perform any necessary cleanup.

For detailed usage documentation and examples, see com.sas.services.session in the Foundation Services class documentation at http://support.sas.com/92api .

For information about configuring a Session Service, see Modifying the Session and User Service Configurations in the SAS Foundation Services: Administrator's Guide.

Previous Page | Next Page | Top of Page