public class DelegateHandler extends Object implements InvocationHandler, MethodHandler, Serializable, Externalizable
| Modifier and Type | Field and Description |
|---|---|
ThreadLocal<AtomicInteger> |
position |
| Constructor and Description |
|---|
DelegateHandler() |
DelegateHandler(OwbBean<?> bean) |
DelegateHandler(OwbBean<?> bean,
javax.interceptor.InvocationContext ejbContext) |
| Modifier and Type | Method and Description |
|---|---|
Object |
invoke(Object instance,
Method method,
Method proceed,
Object[] arguments) |
Object |
invoke(Object instance,
Method method,
Object[] arguments) |
void |
readExternal(ObjectInput in) |
void |
setDecorators(List<Object> dec) |
void |
writeExternal(ObjectOutput out) |
public transient ThreadLocal<AtomicInteger> position
public DelegateHandler()
public DelegateHandler(OwbBean<?> bean)
public DelegateHandler(OwbBean<?> bean, javax.interceptor.InvocationContext ejbContext)
public Object invoke(Object instance, Method method, Method proceed, Object[] arguments) throws Exception
invoke in interface javassist.util.proxy.MethodHandlerExceptionpublic Object invoke(Object instance, Method method, Object[] arguments) throws Exception
invoke in interface InvocationHandlerExceptionpublic void writeExternal(ObjectOutput out) throws IOException
writeExternal in interface ExternalizableIOExceptionpublic void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal in interface ExternalizableIOExceptionClassNotFoundExceptionCopyright © 2008-2013 The Apache Software Foundation. All Rights Reserved.