org.jboss.jca.core.spi.connectionmanager
Interface ComponentStack

All Known Subinterfaces:
CachedConnectionManager

public interface ComponentStack

ComponentStack.

Author:
Adrian Brock, Jesper Pedersen

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 © 2012 JBoss, by Red Hat (http://www.jboss.org/ironjacamar)