com.buglabs.util
Interface OSGiServiceLoader.IServiceLoader

Enclosing class:
OSGiServiceLoader

public static interface OSGiServiceLoader.IServiceLoader

This method will be called on every service that matches the criteria passed into loadServices().


Method Summary
 void load(java.lang.Object service)
           
 

Method Detail

load

void load(java.lang.Object service)
          throws java.lang.Exception
Throws:
java.lang.Exception