org.picocontainer.behaviors
Class Intercepted<T>
java.lang.Object
org.picocontainer.behaviors.AbstractBehavior
org.picocontainer.behaviors.HiddenImplementation
org.picocontainer.behaviors.Intercepted<T>
- All Implemented Interfaces:
- Serializable, Behavior, ComponentAdapter, ComponentMonitorStrategy, LifecycleStrategy
public class Intercepted<T>
- extends HiddenImplementation
- Author:
- Paul Hammant
- See Also:
- Serialized Form
| Methods inherited from class org.picocontainer.behaviors.AbstractBehavior |
accept, changeMonitor, componentHasLifecycle, currentMonitor, dispose, dispose, findAdapterOfType, getComponentImplementation, getComponentKey, getDelegate, hasLifecycle, start, start, stop, stop, verify |
Intercepted
public Intercepted(ComponentAdapter delegate)
addPreInvocation
public void addPreInvocation(Class type,
Object interceptor)
addPostInvocation
public void addPostInvocation(Class type,
Object interceptor)
invokeMethod
protected Object invokeMethod(Method method,
Object[] args,
PicoContainer container)
throws Throwable
- Overrides:
invokeMethod in class HiddenImplementation
- Throws:
Throwable
getController
public Intercepted.Controller getController()
getName
protected String getName()
- Overrides:
getName in class HiddenImplementation
Copyright © 2003-2007 Codehaus. All Rights Reserved.