|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
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)
Invocation point of entry for Remoting |
java.lang.Object |
invoke(java.lang.Object proxy,
org.jboss.ejb3.common.lang.SerializableMethod method,
java.lang.Object[] args)
Invokes the method described by the specified serializable method as called from the specified proxy, using the specified arguments |
| Method Detail |
|---|
java.lang.Object invoke(java.lang.Object proxy,
org.jboss.ejb3.common.lang.SerializableMethod method,
java.lang.Object[] args)
throws java.lang.Throwable
proxy - The proxy making the invocationmethod - The method to be invokedargs - The arguments to the invocation
java.lang.Throwable - A possible exception thrown by the invocation
org.jboss.aop.joinpoint.InvocationResponse dynamicInvoke(org.jboss.aop.joinpoint.Invocation invocation)
throws java.lang.Throwable
invocation -
java.lang.Throwable
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||