org.jboss.ejb3.proxy.spi.container
Interface InvokableContext


Deprecated. In favor of ejb3-endpoint

@Deprecated
public interface InvokableContext

InvokableContext Represents any object capable of carrying out generic Invocations as described by a ContainerMethodInvocation descriptor

Version:
$Revision: $
Author:
ALR

Method Summary
 org.jboss.aop.joinpoint.InvocationResponse dynamicInvoke(org.jboss.aop.joinpoint.Invocation invocation)
          Deprecated. Invocation point of entry for Remoting
 Object invoke(Object proxy, org.jboss.ejb3.common.lang.SerializableMethod method, Object[] args)
          Deprecated. Invokes the method described by the specified serializable method as called from the specified proxy, using the specified arguments
 

Method Detail

invoke

Object invoke(Object proxy,
              org.jboss.ejb3.common.lang.SerializableMethod method,
              Object[] args)
              throws Throwable
Deprecated. 
Invokes the method described by the specified serializable method as called from the specified proxy, using the specified arguments

Parameters:
proxy - The proxy making the invocation
method - The method to be invoked
args - The arguments to the invocation
Returns:
Throws:
Throwable - A possible exception thrown by the invocation

dynamicInvoke

org.jboss.aop.joinpoint.InvocationResponse dynamicInvoke(org.jboss.aop.joinpoint.Invocation invocation)
                                                         throws Throwable
Deprecated. 
Invocation point of entry for Remoting

Parameters:
invocation -
Returns:
Throws:
Throwable


Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.