public class JpaInterceptor extends Object implements org.apache.aries.blueprint.Interceptor
| Constructor and Description |
|---|
JpaInterceptor(org.osgi.service.blueprint.container.BlueprintContainer container,
String coordinatorId,
String emId) |
| Modifier and Type | Method and Description |
|---|---|
int |
getRank() |
void |
postCallWithException(org.osgi.service.blueprint.reflect.ComponentMetadata cm,
Method m,
Throwable ex,
Object preCallToken) |
void |
postCallWithReturn(org.osgi.service.blueprint.reflect.ComponentMetadata cm,
Method m,
Object returnType,
Object preCallToken) |
Object |
preCall(org.osgi.service.blueprint.reflect.ComponentMetadata cm,
Method m,
Object... parameters) |
public int getRank()
getRank in interface org.apache.aries.blueprint.Interceptorpublic Object preCall(org.osgi.service.blueprint.reflect.ComponentMetadata cm, Method m, Object... parameters) throws Throwable
preCall in interface org.apache.aries.blueprint.InterceptorThrowablepublic void postCallWithException(org.osgi.service.blueprint.reflect.ComponentMetadata cm,
Method m,
Throwable ex,
Object preCallToken)
postCallWithException in interface org.apache.aries.blueprint.InterceptorCopyright © 2019 The Apache Software Foundation. All rights reserved.