org.apache.ldap.server.interceptor
Class InterceptorContext

java.lang.Object
  extended byorg.apache.ldap.server.interceptor.InterceptorContext

public class InterceptorContext
extends java.lang.Object

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

Constructor Summary
InterceptorContext(java.util.Map environment, SystemPartition systemPartition, GlobalRegistries globalRegistries, RootNexus rootNexus, java.util.Map config)
           
 
Method Summary
 java.util.Map getConfig()
           
 java.util.Map getEnvironment()
           
 GlobalRegistries getGlobalRegistries()
           
 RootNexus getRootNexus()
           
 SystemPartition getSystemPartition()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InterceptorContext

public InterceptorContext(java.util.Map environment,
                          SystemPartition systemPartition,
                          GlobalRegistries globalRegistries,
                          RootNexus rootNexus,
                          java.util.Map config)
Method Detail

getEnvironment

public java.util.Map getEnvironment()

getConfig

public java.util.Map getConfig()

getGlobalRegistries

public GlobalRegistries getGlobalRegistries()

getRootNexus

public RootNexus getRootNexus()

getSystemPartition

public SystemPartition getSystemPartition()