The session ownership facility allows SLEE resource adaptors to interact with the session ownership subsystem.

The principal interface to the session ownership facility is SessionOwnershipFacility. A resource adaptor uses this facility to store, retrieve, or delete session ownership records. Each of these operations is executed asynchronously. If the resource adaptor is interested in the result of the operation (and for retrieves this is likely always the case), the resource adaptor can provide a listener object when invoking the operation. The listener object will receive a callback, typically from another thread, when the operation result becomes available.

Full API documentation for the session ownership facility is available here.

Tip Since Rhino 2.6.1
Previous page Next page