Index


Class wsc.SESSIONSTATE

Class Summary
Constructor Attributes Constructor Name and Description
 
Enum for session state.
Field Summary
Field Attributes Field Name and Description
 
session has been normally closed
 
session has connected with server
 
session met some exception and has been abnormally closed
 
session is merely created
 
session's connection with server is broken; client is reconnecting to server
 
client is reloading the session data from browser local cache
Class Detail
wsc.SESSIONSTATE()
Enum for session state.
Field Detail
{String} CLOSED
session has been normally closed

{String} CONNECTED
session has connected with server

{String} FAILED
session met some exception and has been abnormally closed

{String} NONE
session is merely created

{String} RECONNECTING
session's connection with server is broken; client is reconnecting to server

{String} RELOADING
client is reloading the session data from browser local cache

Copyright © 2005, 2013, Oracle and/or its affiliates. All rights reserved.