org.jboss.ejb3.proxy.impl.invocation
Class StatefulRemoteInvocation

java.lang.Object
  extended by org.jboss.aop.joinpoint.InvocationBase
      extended by org.jboss.aop.joinpoint.MethodInvocation
          extended by 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
 
Constructor Summary
StatefulRemoteInvocation()
          Deprecated.  
StatefulRemoteInvocation(org.jboss.aop.advice.Interceptor[] interceptors, long methodHash, Method advisedMethod, Method unadvisedMethod, org.jboss.aop.Advisor advisor, Object id)
          Deprecated.  
 
Method Summary
 org.jboss.aop.joinpoint.Invocation copy()
          Deprecated.  
 Object getId()
          Deprecated.  
 org.jboss.aop.joinpoint.Invocation getWrapper(org.jboss.aop.advice.Interceptor[] newchain)
          Deprecated.  
 void readExternal(ObjectInput in)
          Deprecated.  
 String toString()
          Deprecated.  
 void writeExternal(ObjectOutput out)
          Deprecated.  
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

id

protected Object id
Deprecated. 
Constructor Detail

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. 
Method Detail

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.