|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@Deprecated public interface InvokableContext
InvokableContext Represents any object capable of carrying out generic Invocations as described by a ContainerMethodInvocation descriptor
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 |
---|
Object invoke(Object proxy, org.jboss.ejb3.common.lang.SerializableMethod method, Object[] args) throws Throwable
proxy
- The proxy making the invocationmethod
- The method to be invokedargs
- The arguments to the invocation
Throwable
- A possible exception thrown by the invocationorg.jboss.aop.joinpoint.InvocationResponse dynamicInvoke(org.jboss.aop.joinpoint.Invocation invocation) throws Throwable
invocation
-
Throwable
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |