org.jboss.jca.spi
Interface ComponentStack


public interface ComponentStack

ComponentStack.

Version:
$Revision: 1.1 $
Author:
Adrian Brock

Method Summary
 void popMetaAwareObject(Set unsharableResources)
          Pop a component context
 void pushMetaAwareObject(Object rawKey, Set unsharableResources)
          Push a component context
 

Method Detail

pushMetaAwareObject

void pushMetaAwareObject(Object rawKey,
                         Set unsharableResources)
                         throws javax.resource.ResourceException
Push a component context

Parameters:
rawKey - the raw key, e.g. the servlet or ejb context
unsharableResources - a set of real jndi names marked as unshareable
Throws:
javax.resource.ResourceException - for any error

popMetaAwareObject

void popMetaAwareObject(Set unsharableResources)
                        throws javax.resource.ResourceException
Pop a component context

Parameters:
unsharableResources - a set of real jndi names marked as unshareable
Throws:
javax.resource.ResourceException - for any error


Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.