org.ow2.jonas.jndi.interceptors.impl
Class Interceptors

java.lang.Object
  extended by org.ow2.jonas.jndi.interceptors.impl.Interceptors

public class Interceptors
extends Object

Defines the object that is containing all the interceptors.

Author:
Florent Benoit

Constructor Summary
Interceptors()
          Default constructor.
 
Method Summary
 List<org.ow2.carol.jndi.intercept.ContextInterceptor> getContextInterceptors()
          Gets the list of interceptors.
 void setContextInterceptors(List<org.ow2.carol.jndi.intercept.ContextInterceptor> interceptors)
          Sets the list of interceptors.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Interceptors

public Interceptors()
Default constructor.

Method Detail

getContextInterceptors

public List<org.ow2.carol.jndi.intercept.ContextInterceptor> getContextInterceptors()
Gets the list of interceptors.

Returns:
the list of interceptors.

setContextInterceptors

public void setContextInterceptors(List<org.ow2.carol.jndi.intercept.ContextInterceptor> interceptors)
Sets the list of interceptors.

Parameters:
interceptors - the list of interceptors.


Copyright © 2010 OW2 Consortium. All Rights Reserved.