public class PortalResiliencyAdvice extends ChainableMethodAdvice
nullResult| Constructor and Description |
|---|
PortalResiliencyAdvice() |
| Modifier and Type | Method and Description |
|---|---|
Object |
before(ServiceBeanMethodInvocation serviceBeanMethodInvocation) |
Object |
createMethodContext(Class<?> targetClass,
Method method,
Map<Class<? extends Annotation>,Annotation> annotations) |
afterReturning, afterThrowing, duringFinally, invokepublic Object before(ServiceBeanMethodInvocation serviceBeanMethodInvocation) throws Throwable
before in class ChainableMethodAdviceThrowablepublic Object createMethodContext(Class<?> targetClass,
Method method,
Map<Class<? extends Annotation>,Annotation> annotations)
createMethodContext in class ChainableMethodAdvice