|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.aspects.remoting.PojiProxy
org.jboss.ejb3.proxy.impl.invocation.InvokableContextStatefulRemoteProxyInvocationHack
@Deprecated public class InvokableContextStatefulRemoteProxyInvocationHack
InvokableContextStatefulRemoteProxyInvocationHack Constructs a Proxy to the Container using an underlying StatefulRemoteInvocation when invocations are made. Looking forward, should be using a more flexible invocation mechanism to handle SFSB, SLSB, etc invocations in an agnostic manner. This is put into place to avoid further refactoring within EJB3 Core
Constructor Summary | |
---|---|
InvokableContextStatefulRemoteProxyInvocationHack(Object oid,
String containerGuid,
org.jboss.remoting.InvokerLocator uri,
org.jboss.aop.advice.Interceptor[] interceptors,
Object target)
Deprecated. |
Method Summary | |
---|---|
protected void |
addArgumentsToInvocation(org.jboss.aop.joinpoint.MethodInvocation invocation,
Object[] originalArguments)
Deprecated. Add the target arguments for the invocation itself, not to those initially passed to InvokableContext.invoke() |
protected void |
addMetadataToInvocation(org.jboss.aop.joinpoint.MethodInvocation methodInvocation)
Deprecated. Adds a Session ID, if specified, to the invocation metadata |
protected org.jboss.aop.joinpoint.MethodInvocation |
constructMethodInvocation(Method method,
Object[] args)
Deprecated. Constructs a MethodInvocation from the specified Method and arguments This implementation uses a StatefulRemoteInvocation as the underlying Invocation made, in order to support legacy EJB3 Core Containers Additionally will compute the hash of the SerializableMethod passed to InvokableContext.invoke() for handling by the container |
protected String |
getContainerGuid()
Deprecated. |
protected Object |
getTarget()
Deprecated. |
Methods inherited from class org.jboss.aspects.remoting.PojiProxy |
---|
getInterceptors, getOid, getUri, invoke |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public InvokableContextStatefulRemoteProxyInvocationHack(Object oid, String containerGuid, org.jboss.remoting.InvokerLocator uri, org.jboss.aop.advice.Interceptor[] interceptors, Object target)
Method Detail |
---|
protected org.jboss.aop.joinpoint.MethodInvocation constructMethodInvocation(Method method, Object[] args)
constructMethodInvocation
in class org.jboss.aspects.remoting.PojiProxy
method
- args
-
protected void addMetadataToInvocation(org.jboss.aop.joinpoint.MethodInvocation methodInvocation)
addMetadataToInvocation
in class org.jboss.aspects.remoting.PojiProxy
protected void addArgumentsToInvocation(org.jboss.aop.joinpoint.MethodInvocation invocation, Object[] originalArguments)
addArgumentsToInvocation
in class org.jboss.aspects.remoting.PojiProxy
protected Object getTarget()
protected String getContainerGuid()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |