org.openejb.slsb
Class HandlerChainConfiguration

java.lang.Object
  extended byorg.openejb.slsb.HandlerChainConfiguration
All Implemented Interfaces:
Serializable

public class HandlerChainConfiguration
extends Object
implements Serializable

This class lives only to hold the constructor args of HandlerChainInterceptor

Version:
$Revision: 445401 $ $Date: 2005-04-16 03:07:29 +0200 (Sat, 16 Apr 2005) $
See Also:
HandlerChainInterceptor, Serialized Form

Constructor Summary
HandlerChainConfiguration(List handlerInfoList, String[] roles)
          These constructor arguments intentionally match those of HandlerChainInterceptor
 
Method Summary
 List getHandlerInfoList()
           
 String[] getRoles()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HandlerChainConfiguration

public HandlerChainConfiguration(List handlerInfoList,
                                 String[] roles)
These constructor arguments intentionally match those of HandlerChainInterceptor

Parameters:
handlerInfoList -
roles -
See Also:
HandlerChainInterceptor
Method Detail

getHandlerInfoList

public List getHandlerInfoList()

getRoles

public String[] getRoles()


Copyright © 1999-2006 OpenEJB. All Rights Reserved.