org.jboss.ejb3.proxy.impl.invocation
Class StatefulRemoteInvocation
java.lang.Object
org.jboss.aop.joinpoint.InvocationBase
org.jboss.aop.joinpoint.MethodInvocation
org.jboss.ejb3.proxy.impl.invocation.StatefulRemoteInvocation
- All Implemented Interfaces:
- Externalizable, Serializable, org.jboss.aop.joinpoint.Invocation
Deprecated. To be replaced by another invocation mechanism which provides way for
Stateless/Stateful Invocations - probably descended from ContainerMethodInvocation in
EJB3 Interceptors
@Deprecated
public class StatefulRemoteInvocation
- extends org.jboss.aop.joinpoint.MethodInvocation
- implements Externalizable
Comment
- Version:
- $Revision: 62769 $
- Author:
- Bill Burke
- See Also:
- Serialized Form
Field Summary |
protected Object |
id
Deprecated. |
Fields inherited from class org.jboss.aop.joinpoint.MethodInvocation |
advisedMethod, arguments, marshalledArguments, methodHash, unadvisedMethod |
Fields inherited from class org.jboss.aop.joinpoint.InvocationBase |
advisor, currentInterceptor, instanceResolver, interceptors, metadata, responseContextInfo, targetObject |
Methods inherited from class org.jboss.aop.joinpoint.MethodInvocation |
getActualMethod, getAdvisor, getArguments, getMetaData, getMethod, getMethodHash, handleErrors, invokeNext, invokeTarget, resolveAnnotation, resolveAnnotation, resolveTypedAnnotation, resolveTypedAnnotation, setArguments |
Methods inherited from class org.jboss.aop.joinpoint.InvocationBase |
addResponseAttachment, getCurrentInterceptor, getInstanceResolver, getInterceptors, getMetaData, getResponseAttachment, getResponseContextInfo, getTargetObject, invokeNext, resolveClassAnnotation, resolveClassMetaData, resolveTypedClassAnnotation, setAdvisor, setInstanceResolver, setMetaData, setResponseContextInfo, setTargetObject |
id
protected Object id
- Deprecated.
StatefulRemoteInvocation
public StatefulRemoteInvocation(org.jboss.aop.advice.Interceptor[] interceptors,
long methodHash,
Method advisedMethod,
Method unadvisedMethod,
org.jboss.aop.Advisor advisor,
Object id)
- Deprecated.
StatefulRemoteInvocation
public StatefulRemoteInvocation()
- Deprecated.
getId
public Object getId()
- Deprecated.
getWrapper
public org.jboss.aop.joinpoint.Invocation getWrapper(org.jboss.aop.advice.Interceptor[] newchain)
- Deprecated.
- Specified by:
getWrapper
in interface org.jboss.aop.joinpoint.Invocation
- Overrides:
getWrapper
in class org.jboss.aop.joinpoint.MethodInvocation
copy
public org.jboss.aop.joinpoint.Invocation copy()
- Deprecated.
- Specified by:
copy
in interface org.jboss.aop.joinpoint.Invocation
- Overrides:
copy
in class org.jboss.aop.joinpoint.MethodInvocation
writeExternal
public void writeExternal(ObjectOutput out)
throws IOException
- Deprecated.
- Specified by:
writeExternal
in interface Externalizable
- Overrides:
writeExternal
in class org.jboss.aop.joinpoint.MethodInvocation
- Throws:
IOException
readExternal
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
- Deprecated.
- Specified by:
readExternal
in interface Externalizable
- Overrides:
readExternal
in class org.jboss.aop.joinpoint.MethodInvocation
- Throws:
IOException
ClassNotFoundException
toString
public String toString()
- Deprecated.
- Overrides:
toString
in class org.jboss.aop.joinpoint.MethodInvocation
Copyright © 2010 JBoss, a division of Red Hat, Inc.. All Rights Reserved.