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.Interceptor
Throwable
public void postCallWithReturn(org.osgi.service.blueprint.reflect.ComponentMetadata cm, Method m, Object returnType, Object preCallToken) throws Throwable
postCallWithReturn
in interface org.apache.aries.blueprint.Interceptor
Throwable
public void postCallWithException(org.osgi.service.blueprint.reflect.ComponentMetadata cm, Method m, Throwable ex, Object preCallToken) throws Throwable
postCallWithException
in interface org.apache.aries.blueprint.Interceptor
Throwable
public int getRank()
getRank
in interface org.apache.aries.blueprint.Interceptor
Copyright © 2016. All rights reserved.