org.apache.ldap.server.interceptor
Interface NextInterceptor


public interface NextInterceptor

Represents the next Interceptor in the interceptor chain.

Version:
$Rev: 159316 $, $Date: 2005-03-28 17:20:10 -0500 (Mon, 28 Mar 2005) $
Author:
Apache Directory Project
See Also:
Interceptor, InterceptorChain

Method Summary
 void process(Invocation incovation)
          Passes the control of current invocation to the next Interceptor in the InterceptorChain.
 

Method Detail

process

public void process(Invocation incovation)
             throws javax.naming.NamingException
Passes the control of current invocation to the next Interceptor in the InterceptorChain.

Parameters:
incovation -
Throws:
javax.naming.NamingException