org.apache.openejb.core.transaction
Interface TransactionContainer

All Superinterfaces:
Container
All Known Implementing Classes:
CmpContainer, EntityContainer, MdbContainer, RpcContainerWrapper, StatefulContainer, StatelessContainer

public interface TransactionContainer
extends Container


Method Summary
 void discardInstance(Object instance, ThreadContext context)
           
 
Methods inherited from interface org.apache.openejb.Container
deploy, deployments, getContainerID, getContainerType, getDeploymentInfo, undeploy
 

Method Detail

discardInstance

void discardInstance(Object instance,
                     ThreadContext context)


Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.