public class SessionCreationMetaDataEntry<L> extends Object
| Constructor and Description |
|---|
SessionCreationMetaDataEntry(SessionCreationMetaData metaData) |
SessionCreationMetaDataEntry(SessionCreationMetaData metaData,
AtomicReference<L> localContext) |
| Modifier and Type | Method and Description |
|---|---|
AtomicReference<L> |
getLocalContext() |
SessionCreationMetaData |
getMetaData() |
String |
toString() |
public SessionCreationMetaDataEntry(SessionCreationMetaData metaData)
public SessionCreationMetaDataEntry(SessionCreationMetaData metaData, AtomicReference<L> localContext)
public SessionCreationMetaData getMetaData()
public AtomicReference<L> getLocalContext()
Copyright © 2021 JBoss by Red Hat. All rights reserved.