org.apache.directory.server.core.configuration
Class MutableInterceptorConfiguration

java.lang.Object
  extended byorg.apache.directory.server.core.configuration.InterceptorConfiguration
      extended byorg.apache.directory.server.core.configuration.MutableInterceptorConfiguration

public class MutableInterceptorConfiguration
extends InterceptorConfiguration

A mutable version of InterceptorConfiguration.

Version:
$Rev: 434579 $, $Date: 2006-08-25 02:19:11 +0200 (Fri, 25 Aug 2006) $
Author:
Apache Directory Project

Constructor Summary
MutableInterceptorConfiguration()
          Creates a new instance.
 
Method Summary
 void setInterceptor(Interceptor interceptor)
          Sets the Interceptor that this configuration configures.
 void setName(java.lang.String name)
          Sets the name of the Interceptor.
 
Methods inherited from class org.apache.directory.server.core.configuration.InterceptorConfiguration
getInterceptor, getName, validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MutableInterceptorConfiguration

public MutableInterceptorConfiguration()
Creates a new instance.

Method Detail

setInterceptor

public void setInterceptor(Interceptor interceptor)
Description copied from class: InterceptorConfiguration
Sets the Interceptor that this configuration configures.

Overrides:
setInterceptor in class InterceptorConfiguration

setName

public void setName(java.lang.String name)
Description copied from class: InterceptorConfiguration
Sets the name of the Interceptor.

Overrides:
setName in class InterceptorConfiguration