Uses of Class
org.sape.carbon.core.component.proxy.Invocation

Packages that use Invocation
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 Invocation in org.sape.carbon.core.component.lifecycle
 

Methods in org.sape.carbon.core.component.lifecycle with parameters of type Invocation
 Object DefaultLifecycleInterceptor.invoke(Invocation invocation)
          This method must implement the invocation of any necessary actions and the chaining the next interceptor.
 

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

Methods in org.sape.carbon.core.component.proxy with parameters of type Invocation
 Object ProxyInvoker.invoke(Invocation invocation)
          Handles the delegation to the target of the component call.
 Object Interceptor.invoke(Invocation invocation)
          This method must implement the invocation of any necessary actions and the chaining the next interceptor.
protected  Object AbstractInterceptor.callNextInterceptor(Invocation invocation)
          Will forward on an interceptor call to the next interceptor in the chain.
 

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

Methods in org.sape.carbon.core.config.interceptor with parameters of type Invocation
 Object DefaultConfigurationInterceptor.invoke(Invocation invocation)
          This implementation watches for calls to the configure lifecycle method.
 

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

Methods in org.sape.carbon.services.instrumentation.statistics with parameters of type Invocation
 Object DefaultStatisticsInterceptor.invoke(Invocation invocation)
          This method must implement the invocation of any necessary actions and the chaining the next interceptor.
 

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

Methods in org.sape.carbon.services.management.interceptor with parameters of type Invocation
 Object DefaultManagementInterceptorImpl.invoke(Invocation invocation)
          Intercepts calls to the LifecycleInterceptor interface in order to handle deregistering the MBean from the MBeanServer when the component is destroyed.
 



Copyright 1999-2003 Sapient Corporation. All Rights Reserved.