public class CompositeImmutableSession extends Object implements ImmutableSession
| Constructor and Description |
|---|
CompositeImmutableSession(String id,
ImmutableSessionMetaData metaData,
ImmutableSessionAttributes attributes) |
| Modifier and Type | Method and Description |
|---|---|
ImmutableSessionAttributes |
getAttributes() |
String |
getId() |
ImmutableSessionMetaData |
getMetaData() |
public CompositeImmutableSession(String id, ImmutableSessionMetaData metaData, ImmutableSessionAttributes attributes)
public String getId()
getId in interface ImmutableSessionpublic ImmutableSessionAttributes getAttributes()
getAttributes in interface ImmutableSessionpublic ImmutableSessionMetaData getMetaData()
getMetaData in interface ImmutableSessionCopyright © 2019 JBoss by Red Hat. All rights reserved.