org.glassfish.osgicdi.impl
Class OSGiServiceExtension

java.lang.Object
  extended by org.glassfish.osgicdi.impl.OSGiServiceExtension
All Implemented Interfaces:
javax.enterprise.inject.spi.Extension

public class OSGiServiceExtension
extends java.lang.Object
implements javax.enterprise.inject.spi.Extension

A portable extension that supports discovery and injection of OSGi services from an OSGi service registry into Beans/Java EE components that support injection.

Author:
Sivakumar Thyagarajan
See Also:
OSGiService

Constructor Summary
OSGiServiceExtension()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OSGiServiceExtension

public OSGiServiceExtension()


Copyright © 2011 GlassFish Community. All Rights Reserved.