Package org.sape.carbon.core.component.proxy

Interface Summary
ComponentProxyInvocationHandler This interface will be implemented by objects wishing to be InvocationHandlers for a component's proxy object.
Decorator Instances of this interface are used to expose additional capabilities onto a carbon component by being represented in the component facade.
DecoratorFactory Implementations of this interface construct decorators and interceptors to be used from within the component facade.
Interceptor This interface represents the abilities of a decorator to be added to a Component's interceptor chain.
 

Class Summary
AbstractInterceptor This is the abstract interceptor that can provide basic tracking and next interceptor calling for subclassed interceptors.
DefaultComponentProxyInvocationHandler Provides the glue for the Component, and supporting container functionality.
DefaultProxyInvokerFactory This decorator factory constructs a ProxyInvoker for the Interceptor chain.
Invocation This object is built to contain a call to a component within the component's facade.
ProxyInvoker This class provides the final invocation on the targe class.
 

Exception Summary
InvalidListenerException Copyright 2002 Sapient
MonitorAcquisitionException Copyright 2002 Sapient
 



Copyright 1999-2003 Sapient Corporation. All Rights Reserved.