org.jboss.osgi.blueprint.internal
Class BlueprintInterceptor

java.lang.Object
  extended by org.jboss.osgi.deployment.interceptor.AbstractLifecycleInterceptor
      extended by org.jboss.osgi.blueprint.internal.BlueprintInterceptor
All Implemented Interfaces:
org.jboss.osgi.deployment.interceptor.LifecycleInterceptor

public class BlueprintInterceptor
extends org.jboss.osgi.deployment.interceptor.AbstractLifecycleInterceptor
implements org.jboss.osgi.deployment.interceptor.LifecycleInterceptor

The Blueprint interceptor

Since:
20-Oct-2009
Author:
thomas.diesler@jboss.com

Field Summary
 
Fields inherited from interface org.jboss.osgi.deployment.interceptor.LifecycleInterceptor
RELATIVE_ORDER_DEFAULT
 
Constructor Summary
BlueprintInterceptor()
           
 
Method Summary
 void invoke(int state, org.jboss.osgi.deployment.interceptor.InvocationContext context)
           
 void start(org.osgi.framework.BundleContext context)
           
 void stop(org.osgi.framework.BundleContext context)
           
 
Methods inherited from class org.jboss.osgi.deployment.interceptor.AbstractLifecycleInterceptor
addInput, addOutput, getInput, getOutput, getRelativeOrder
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.jboss.osgi.deployment.interceptor.LifecycleInterceptor
getInput, getOutput, getRelativeOrder
 

Constructor Detail

BlueprintInterceptor

public BlueprintInterceptor()
Method Detail

start

public void start(org.osgi.framework.BundleContext context)

stop

public void stop(org.osgi.framework.BundleContext context)

invoke

public void invoke(int state,
                   org.jboss.osgi.deployment.interceptor.InvocationContext context)
            throws org.jboss.osgi.deployment.interceptor.LifecycleInterceptorException
Specified by:
invoke in interface org.jboss.osgi.deployment.interceptor.LifecycleInterceptor
Throws:
org.jboss.osgi.deployment.interceptor.LifecycleInterceptorException


Copyright © 2010. All Rights Reserved.