public class SessionInstance extends Object
| Constructor and Description |
|---|
SessionInstance() |
| Modifier and Type | Method and Description |
|---|---|
SessionScope |
getScope()
This method returns the top level scope associated with this
session instance.
|
boolean |
hasCompleted()
This method determines whether the session instance has completed.
|
void |
setScope(SessionScope scope)
This method sets the top level scope associated with this
session instance.
|
String |
toString() |
public SessionScope getScope()
public void setScope(SessionScope scope)
scope - The session scopepublic boolean hasCompleted()
Copyright © 2014. All Rights Reserved.