@Interceptor @CommandBinding @Priority(value=3000) public class CommandInterceptor extends java.lang.Object
| Constructor and Description |
|---|
CommandInterceptor() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
interceptCommand(javax.interceptor.InvocationContext context)
Intercepts a call to bean method annotated by any of the fault tolerance
annotations.
|
public java.lang.Object interceptCommand(javax.interceptor.InvocationContext context)
throws java.lang.Throwable
context - Invocation context.java.lang.Throwable - If a problem occurs.Copyright © 2018–2019 Oracle Corporation. All rights reserved.