Uses of Interface
org.jboss.osgi.deployment.interceptor.InvocationContext

Packages that use InvocationContext
org.jboss.osgi.deployment.interceptor   
org.jboss.osgi.deployment.internal   
 

Uses of InvocationContext in org.jboss.osgi.deployment.interceptor
 

Methods in org.jboss.osgi.deployment.interceptor that return InvocationContext
protected abstract  InvocationContext AbstractLifecycleInterceptorService.getInvocationContext(org.osgi.framework.Bundle bundle)
          Get the InvocationContext for the given bundle.
 

Methods in org.jboss.osgi.deployment.interceptor with parameters of type InvocationContext
 void LifecycleInterceptor.invoke(int state, InvocationContext context)
          Called by the LifecycleInterceptorService when the given bundle is about to change to the given state
 

Uses of InvocationContext in org.jboss.osgi.deployment.internal
 

Classes in org.jboss.osgi.deployment.internal that implement InvocationContext
 class InvocationContextImpl
          The context passed between Interceptors
 

Methods in org.jboss.osgi.deployment.internal with parameters of type InvocationContext
 void InterceptorWrapper.invoke(int state, InvocationContext context)
           
 



Copyright © 2012. All Rights Reserved.