public class QuiesceInterceptor extends Object implements org.apache.aries.blueprint.Interceptor
| Constructor and Description |
|---|
QuiesceInterceptor(ServiceRecipe serviceRecipe) |
| 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 QuiesceInterceptor(ServiceRecipe serviceRecipe)
public Object preCall(org.osgi.service.blueprint.reflect.ComponentMetadata cm, Method m, Object... parameters) throws Throwable
preCall in interface org.apache.aries.blueprint.InterceptorThrowablepublic void postCallWithReturn(org.osgi.service.blueprint.reflect.ComponentMetadata cm,
Method m,
Object returnType,
Object preCallToken)
throws Throwable
postCallWithReturn in interface org.apache.aries.blueprint.InterceptorThrowablepublic void postCallWithException(org.osgi.service.blueprint.reflect.ComponentMetadata cm,
Method m,
Throwable ex,
Object preCallToken)
throws Throwable
postCallWithException in interface org.apache.aries.blueprint.InterceptorThrowablepublic int getRank()
getRank in interface org.apache.aries.blueprint.InterceptorCopyright © 2009-2015 The Apache Software Foundation. All Rights Reserved.