|
|||||||||
| 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.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(java.lang.Object oid,
java.lang.String containerGuid,
org.jboss.remoting.InvokerLocator uri,
org.jboss.aop.advice.Interceptor[] interceptors,
java.io.Serializable sessionId)
Deprecated. |
|
| Method Summary | |
|---|---|
protected void |
addArgumentsToInvocation(org.jboss.aop.joinpoint.MethodInvocation invocation,
java.lang.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(java.lang.reflect.Method method,
java.lang.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 java.lang.String |
getContainerGuid()
Deprecated. |
protected java.io.Serializable |
getSessionId()
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(java.lang.Object oid,
java.lang.String containerGuid,
org.jboss.remoting.InvokerLocator uri,
org.jboss.aop.advice.Interceptor[] interceptors,
java.io.Serializable sessionId)
| Method Detail |
|---|
protected org.jboss.aop.joinpoint.MethodInvocation constructMethodInvocation(java.lang.reflect.Method method,
java.lang.Object[] args)
constructMethodInvocation in class org.jboss.aspects.remoting.PojiProxymethod - 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,
java.lang.Object[] originalArguments)
addArgumentsToInvocation in class org.jboss.aspects.remoting.PojiProxyprotected java.io.Serializable getSessionId()
protected java.lang.String getContainerGuid()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||