org.jboss.osgi.serviceloader.internal
Class ServiceLoaderInterceptor

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

public class ServiceLoaderInterceptor
extends org.jboss.osgi.deployment.interceptor.AbstractLifecycleInterceptor

An interceptor that registeres service defined in META-INF/services.

Since:
26-Jan-2010
Author:
thomas.diesler@jboss.com

Field Summary
 
Fields inherited from interface org.jboss.osgi.deployment.interceptor.LifecycleInterceptor
RELATIVE_ORDER_DEFAULT
 
Constructor Summary
ServiceLoaderInterceptor()
           
 
Method Summary
 void invoke(int state, org.jboss.osgi.deployment.interceptor.InvocationContext 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
 

Constructor Detail

ServiceLoaderInterceptor

public ServiceLoaderInterceptor()
Method Detail

invoke

public void invoke(int state,
                   org.jboss.osgi.deployment.interceptor.InvocationContext context)


Copyright © 2010. All Rights Reserved.