public interface ImmutableSession
Modifier and Type | Method and Description |
---|---|
ImmutableSessionAttributes |
getAttributes()
Returns this session's attributes.
|
SessionContext |
getContext()
Returns the application context of this session.
|
String |
getId()
Specifies this session's unique identifier.
|
ImmutableSessionMetaData |
getMetaData()
Returns this session's meta data.
|
boolean |
isValid()
Indicates whether or not this session was invalidated.
|
String getId()
ImmutableSessionMetaData getMetaData()
IllegalStateException
- if this session is invalidboolean isValid()
ImmutableSessionAttributes getAttributes()
IllegalStateException
- if this session is invalidSessionContext getContext()
Copyright © 2013 JBoss by Red Hat. All rights reserved.