|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ComponentProxyInvocationHandler in org.sape.carbon.core.component.factory |
Methods in org.sape.carbon.core.component.factory that return ComponentProxyInvocationHandler | |
private ComponentProxyInvocationHandler |
DefaultComponentFactory.buildProxyInvocationHandler(ComponentTemplateConfiguration componentTemplateConfiguration)
Factory method for the component proxy invocation handler. |
Methods in org.sape.carbon.core.component.factory with parameters of type ComponentProxyInvocationHandler | |
private Decorator |
DefaultComponentFactory.buildDecorator(DecoratorConfiguration decoratorConfiguration,
FunctionalInterface functionalImplementation,
ComponentConfiguration componentConfiguration,
ComponentProxyInvocationHandler proxyInvocationHandler)
Factory method for component assistants. |
Uses of ComponentProxyInvocationHandler in org.sape.carbon.core.component.lifecycle |
Fields in org.sape.carbon.core.component.lifecycle declared as ComponentProxyInvocationHandler | |
private ComponentProxyInvocationHandler |
DefaultLifecycleInterceptor.proxyInvocationHandler
A reference to the component proxy invocation handler. |
Methods in org.sape.carbon.core.component.lifecycle with parameters of type ComponentProxyInvocationHandler | |
Decorator |
LifecycleInterceptorFactory.getInstance(FunctionalInterface functionalImplementation,
ComponentConfiguration componentConfiguration,
ComponentProxyInvocationHandler proxyInvocationHandler,
Configuration decoratorConfiguration)
Constructs Lifecycle Interceptor. |
Constructors in org.sape.carbon.core.component.lifecycle with parameters of type ComponentProxyInvocationHandler | |
DefaultLifecycleInterceptor(FunctionalInterface componentInstance,
ComponentProxyInvocationHandler proxyInvocationHandler,
DefaultLifecycleInterceptorConfiguration configuration)
Creates a new DefaultLifecycleInterceptor. |
Uses of ComponentProxyInvocationHandler in org.sape.carbon.core.component.proxy |
Classes in org.sape.carbon.core.component.proxy that implement ComponentProxyInvocationHandler | |
class |
DefaultComponentProxyInvocationHandler
Provides the glue for the Component, and supporting container functionality. |
Methods in org.sape.carbon.core.component.proxy with parameters of type ComponentProxyInvocationHandler | |
Decorator |
DefaultProxyInvokerFactory.getInstance(FunctionalInterface functionalImplementation,
ComponentConfiguration componentConfiguration,
ComponentProxyInvocationHandler proxyInvocationHandler,
Configuration decoratorConfiguration)
Constructs a component interceptor. |
Decorator |
DecoratorFactory.getInstance(FunctionalInterface functionalImplementation,
ComponentConfiguration componentConfiguration,
ComponentProxyInvocationHandler proxyInvocationHandler,
Configuration decoratorConfiguration)
Constructs a component interceptor. |
Uses of ComponentProxyInvocationHandler in org.sape.carbon.core.config.interceptor |
Fields in org.sape.carbon.core.config.interceptor declared as ComponentProxyInvocationHandler | |
protected ComponentProxyInvocationHandler |
DefaultConfigurationInterceptor.proxyInvocationHandler
The invocation handler. |
Methods in org.sape.carbon.core.config.interceptor with parameters of type ComponentProxyInvocationHandler | |
Decorator |
ConfigurationInterceptorFactory.getInstance(FunctionalInterface functionalImplementation,
ComponentConfiguration componentConfiguration,
ComponentProxyInvocationHandler proxyInvocationHandler,
Configuration decoratorConfiguration)
Constructs a component interceptor. |
Constructors in org.sape.carbon.core.config.interceptor with parameters of type ComponentProxyInvocationHandler | |
DefaultConfigurationInterceptor(ComponentConfiguration componentConfiguration,
ComponentProxyInvocationHandler proxyInvocationHandler,
ConfigurationInterceptorConfiguration config)
This constructor is protected to allow extension but not direct instantiation. |
Uses of ComponentProxyInvocationHandler in org.sape.carbon.services.instrumentation.statistics |
Methods in org.sape.carbon.services.instrumentation.statistics with parameters of type ComponentProxyInvocationHandler | |
Decorator |
StatisticsInterceptorFactory.getInstance(FunctionalInterface functionalImplementation,
ComponentConfiguration componentConfiguration,
ComponentProxyInvocationHandler proxyInvocationHandler,
Configuration decoratorConfiguration)
Constructs a component interceptor. |
Uses of ComponentProxyInvocationHandler in org.sape.carbon.services.management.interceptor |
Methods in org.sape.carbon.services.management.interceptor with parameters of type ComponentProxyInvocationHandler | |
Decorator |
ManagementInterceptorFactory.getInstance(FunctionalInterface functionalImplementation,
ComponentConfiguration componentConfiguration,
ComponentProxyInvocationHandler proxyInvocationHandler,
Configuration decoratorConfiguration)
Constructs a component interceptor. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |