public interface ComponentStack
Modifier and Type | Method and Description |
---|---|
void |
popMetaAwareObject(java.util.Set unsharableResources)
Pop a component context
|
void |
pushMetaAwareObject(java.lang.Object rawKey,
java.util.Set unsharableResources)
Push a component context
|
void pushMetaAwareObject(java.lang.Object rawKey, java.util.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(java.util.Set unsharableResources) throws javax.resource.ResourceException
unsharableResources
- a set of real jndi names marked as unshareablejavax.resource.ResourceException
- for any errorCopyright © 2013 IronJacamar (http://www.ironjacamar.org)