|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jfox.ejb3.EJBInvocationHandler
org.jfox.ejb3.invocation.InterceptorsEJBInvocationHandler
public class InterceptorsEJBInvocationHandler
有 AroundInvoke method 和 bean method 构成 interceptor chain 最后一个 interceptor method 即可 bean method
| Field Summary |
|---|
| Fields inherited from class org.jfox.ejb3.EJBInvocationHandler |
|---|
logger |
| Constructor Summary | |
|---|---|
InterceptorsEJBInvocationHandler()
|
|
| Method Summary | |
|---|---|
java.lang.Object |
invoke(EJBInvocation invocation,
java.util.Iterator<EJBInvocationHandler> chain)
对 ejb invocation 进行处理 |
static void |
main(java.lang.String[] args)
|
| Methods inherited from class org.jfox.ejb3.EJBInvocationHandler |
|---|
next |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public InterceptorsEJBInvocationHandler()
| Method Detail |
|---|
public java.lang.Object invoke(EJBInvocation invocation,
java.util.Iterator<EJBInvocationHandler> chain)
throws java.lang.Exception
EJBInvocationHandler
invoke in class EJBInvocationHandlerinvocation - ejb invocationchain - invocation china
java.lang.Exception - any exceptionpublic static void main(java.lang.String[] args)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||