public class SimpleImmutableSession extends Object implements ImmutableSession
Constructor and Description |
---|
SimpleImmutableSession(ImmutableSession session) |
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.
|
public SimpleImmutableSession(ImmutableSession session)
public String getId()
ImmutableSession
getId
in interface ImmutableSession
public ImmutableSessionMetaData getMetaData()
ImmutableSession
getMetaData
in interface ImmutableSession
public boolean isValid()
ImmutableSession
isValid
in interface ImmutableSession
public ImmutableSessionAttributes getAttributes()
ImmutableSession
getAttributes
in interface ImmutableSession
public SessionContext getContext()
ImmutableSession
getContext
in interface ImmutableSession
Copyright © 2013 JBoss by Red Hat. All rights reserved.