Uses of Interface
org.sape.carbon.core.component.proxy.Interceptor

Packages that use Interceptor
org.sape.carbon.core.component.lifecycle   
org.sape.carbon.core.component.proxy   
org.sape.carbon.core.config.interceptor   
org.sape.carbon.services.instrumentation.statistics   
org.sape.carbon.services.management.interceptor   
 

Uses of Interceptor in org.sape.carbon.core.component.lifecycle
 

Classes in org.sape.carbon.core.component.lifecycle that implement Interceptor
 class DefaultLifecycleInterceptor
          This is the default implementation of the lifecycle interceptor interface.
 

Uses of Interceptor in org.sape.carbon.core.component.proxy
 

Classes in org.sape.carbon.core.component.proxy that implement Interceptor
 class AbstractInterceptor
          This is the abstract interceptor that can provide basic tracking and next interceptor calling for subclassed interceptors.
 class ProxyInvoker
          This class provides the final invocation on the targe class.
 

Fields in org.sape.carbon.core.component.proxy declared as Interceptor
protected  Interceptor DefaultComponentProxyInvocationHandler.headInterceptor
          A reference to the first interceptor in the chain.
protected  Interceptor AbstractInterceptor.nextInterceptor
          The next interceptor in the chain after this one.
 

Methods in org.sape.carbon.core.component.proxy with parameters of type Interceptor
 void ProxyInvoker.setNextInterceptor(Interceptor interceptor)
          This method sets the next interceptor as the next in the chain from the current interceptor.
 void Interceptor.setNextInterceptor(Interceptor interceptor)
          This method sets the next interceptor as the next in the chain from the current interceptor.
private  void DefaultComponentProxyInvocationHandler.addInterceptor(Interceptor interceptor)
          Adds an interceptor the chain.
 void AbstractInterceptor.setNextInterceptor(Interceptor interceptor)
          Prepares the interceptor chain by setting the next interceptor that this one will forward to.
 

Uses of Interceptor in org.sape.carbon.core.config.interceptor
 

Classes in org.sape.carbon.core.config.interceptor that implement Interceptor
 class DefaultConfigurationInterceptor
           The default implementation of ConfigurationInterceptor.
 

Fields in org.sape.carbon.core.config.interceptor declared as Interceptor
protected  Interceptor DefaultConfigurationInterceptor.nextInterceptor
          Next interceptor in the chain.
 

Methods in org.sape.carbon.core.config.interceptor with parameters of type Interceptor
 void DefaultConfigurationInterceptor.setNextInterceptor(Interceptor interceptor)
          This method sets the next interceptor as the next in the chain from the current interceptor.
 

Uses of Interceptor in org.sape.carbon.services.instrumentation.statistics
 

Classes in org.sape.carbon.services.instrumentation.statistics that implement Interceptor
 class DefaultStatisticsInterceptor
          This Component Interceptor can be utilized to track the execution of Carbon components.
 

Fields in org.sape.carbon.services.instrumentation.statistics declared as Interceptor
protected  Interceptor DefaultStatisticsInterceptor.nextInterceptor
          The reference to the next interceptor in the chain
 

Methods in org.sape.carbon.services.instrumentation.statistics with parameters of type Interceptor
 void DefaultStatisticsInterceptor.setNextInterceptor(Interceptor interceptor)
          This method sets the next interceptor as the next in the chain from the current interceptor.
 

Uses of Interceptor in org.sape.carbon.services.management.interceptor
 

Classes in org.sape.carbon.services.management.interceptor that implement Interceptor
 class DefaultManagementInterceptorImpl
          This is an interceptor implementation that provides JMX integration for Carbon Components.
 

Fields in org.sape.carbon.services.management.interceptor declared as Interceptor
protected  Interceptor DefaultManagementInterceptorImpl.nextInterceptor
          The next interceptor in the chain
 

Methods in org.sape.carbon.services.management.interceptor with parameters of type Interceptor
 void DefaultManagementInterceptorImpl.setNextInterceptor(Interceptor interceptor)
          This method sets the next interceptor as the next in the chain from the current interceptor.
 



Copyright 1999-2003 Sapient Corporation. All Rights Reserved.