org.openejb.slsb
Class HandlerChainConfiguration
java.lang.Object
org.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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HandlerChainConfiguration
public HandlerChainConfiguration(List handlerInfoList,
String[] roles)
- These constructor arguments intentionally match those of HandlerChainInterceptor
- Parameters:
handlerInfoList
- roles
- - See Also:
HandlerChainInterceptor
getHandlerInfoList
public List getHandlerInfoList()
getRoles
public String[] getRoles()
Copyright © 1999-2006 OpenEJB. All Rights Reserved.