org.apache.beehive.controls.spi.svc |
|
Java Source File Name | Type | Comment |
Interceptor.java | Interface | The controls implementation architecture has a interceptor model for
adding annotation-based features. |
InterceptorAnnotation.java | Annotation | InterceptorAnnotation is the meta-annotation used to identify annotations
that are interceptor-based, and bind an interceptor service interface to
those annotations. |
InterceptorPivotException.java | Class | The InterceptorPivotException class declares a checked exception that is thrown by
an Interceptor upon pivoting. |
ServiceException.java | Class | The ServiceException class declares an checked exception that is thrown by the Service API
runtime under certain failure conditions. |