org.openejb.entity.cmp
Class CMPEntityInterceptorBuilder

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

public class CMPEntityInterceptorBuilder
extends AbstractInterceptorBuilder

Version:
$Revision: 446207 $ $Date: 2006-05-27 14:00:16 +0200 (Sat, 27 May 2006) $
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
CMPEntityInterceptorBuilder()
           
 
Method Summary
 TwoChains buildInterceptorChains()
           
 org.tranql.cache.CacheFlushStrategyFactory getCacheFlushStrategyFactory()
           
 org.tranql.intertxcache.FrontEndCache getFrontEndCache()
           
 boolean isReentrant()
           
 void setCacheFlushStrategyFactory(org.tranql.cache.CacheFlushStrategyFactory strategyFactory)
           
 void setFrontEndCache(org.tranql.intertxcache.FrontEndCache cache)
           
 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

CMPEntityInterceptorBuilder

public CMPEntityInterceptorBuilder()
Method Detail

getCacheFlushStrategyFactory

public org.tranql.cache.CacheFlushStrategyFactory getCacheFlushStrategyFactory()

setCacheFlushStrategyFactory

public void setCacheFlushStrategyFactory(org.tranql.cache.CacheFlushStrategyFactory strategyFactory)

getFrontEndCache

public org.tranql.intertxcache.FrontEndCache getFrontEndCache()

setFrontEndCache

public void setFrontEndCache(org.tranql.intertxcache.FrontEndCache cache)

isReentrant

public boolean isReentrant()

setReentrant

public void setReentrant(boolean reentrant)

buildInterceptorChains

public TwoChains buildInterceptorChains()


Copyright © 1999-2006 OpenEJB. All Rights Reserved.