org.openejb.entity.bmp
Class BMPEntityInterceptorBuilder

java.lang.Object
  extended byorg.openejb.AbstractInterceptorBuilder
      extended byorg.openejb.entity.bmp.BMPEntityInterceptorBuilder
All Implemented Interfaces:
InterceptorBuilder, Serializable

public class BMPEntityInterceptorBuilder
extends AbstractInterceptorBuilder

Version:
$Revision: 445411 $ $Date: 2005-04-18 21:05:16 +0200 (Mon, 18 Apr 2005) $
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.openejb.AbstractInterceptorBuilder
componentContext, containerId, doAsCurrentCaller, ejbName, instanceCache, instanceFactory, instancePool, permissionManager, policyContextId, runAs, securityEnabled, trackedConnectionAssociator, transactionContextManager, transactionPolicyManager, useContextHandler, vtable
 
Constructor Summary
BMPEntityInterceptorBuilder()
           
 
Method Summary
 TwoChains buildInterceptorChains()
           
 boolean isReentrant()
           
 void setReentrant(boolean reentrant)
           
 
Methods inherited from class org.openejb.AbstractInterceptorBuilder
setComponentContext, setContainerId, setDoAsCurrentCaller, setEJBName, setInstanceCache, setInstanceFactory, setInstancePool, setPermissionManager, setPolicyContextId, setRunAs, setSecurityEnabled, setTrackedConnectionAssociator, setTransactionContextManager, setTransactionPolicyManager, setUseContextHandler, setVtable
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BMPEntityInterceptorBuilder

public BMPEntityInterceptorBuilder()
Method Detail

isReentrant

public boolean isReentrant()

setReentrant

public void setReentrant(boolean reentrant)

buildInterceptorChains

public TwoChains buildInterceptorChains()


Copyright © 1999-2006 OpenEJB. All Rights Reserved.