Creating a Session
-
SessionFactory creates specific implementation of the Session
-
URL name of the Session
-
New Session is added the Registry
-
Operation should be always executed by JSDT server
|
Joining a Session
-
Client must join a Session before it can share data with other Clients
-
Client can be a member of multiple sessions
|
Leaving a Session
-
terminates association with the Session
-
removes any resources created by the leaving Client
-
closes connection with the server that supported the Session
|