org.openejb.slsb
Class StatelessInterceptorBuilder

java.lang.Object
  extended byorg.openejb.AbstractInterceptorBuilder
      extended byorg.openejb.slsb.StatelessInterceptorBuilder
All Implemented Interfaces:
InterceptorBuilder, Serializable

public class StatelessInterceptorBuilder
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
StatelessInterceptorBuilder()
           
 
Method Summary
 TwoChains buildInterceptorChains()
           
 HandlerChainConfiguration getHandlerChainConfiguration()
           
 void setHandlerChainConfiguration(HandlerChainConfiguration handlerChainConfiguration)
           
 
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

StatelessInterceptorBuilder

public StatelessInterceptorBuilder()
Method Detail

buildInterceptorChains

public TwoChains buildInterceptorChains()

getHandlerChainConfiguration

public HandlerChainConfiguration getHandlerChainConfiguration()

setHandlerChainConfiguration

public void setHandlerChainConfiguration(HandlerChainConfiguration handlerChainConfiguration)


Copyright © 1999-2006 OpenEJB. All Rights Reserved.