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