org.qi4j.library.osgi
Class OSGiImportInfo

java.lang.Object
  extended by org.qi4j.library.osgi.OSGiImportInfo

public class OSGiImportInfo
extends java.lang.Object

MetaInfo to define imported OSGi services.


Constructor Summary
OSGiImportInfo(org.osgi.framework.BundleContext context, java.lang.Class... intfaces)
           
 
Method Summary
 org.osgi.framework.BundleContext bundleContext()
           
 java.lang.Class[] interfaces()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OSGiImportInfo

public OSGiImportInfo(org.osgi.framework.BundleContext context,
                      java.lang.Class... intfaces)
Method Detail

bundleContext

public org.osgi.framework.BundleContext bundleContext()

interfaces

public java.lang.Class[] interfaces()