public interface ComponentStack
Modifier and Type | Method and Description |
---|---|
void |
popMetaAwareObject(Set unsharableResources)
Pop a component context
|
void |
pushMetaAwareObject(Object rawKey,
Set unsharableResources)
Push a component context
|
void pushMetaAwareObject(Object rawKey, Set unsharableResources) throws javax.resource.ResourceException
rawKey
- the raw key, e.g. the servlet or ejb contextunsharableResources
- a set of real jndi names marked as unshareablejavax.resource.ResourceException
- for any errorvoid popMetaAwareObject(Set unsharableResources) throws javax.resource.ResourceException
unsharableResources
- a set of real jndi names marked as unshareablejavax.resource.ResourceException
- for any errorCopyright © 2021 JBoss by Red Hat. All rights reserved.