org.hibernate.osgi.util
Class OsgiServiceUtil

java.lang.Object
  extended by org.hibernate.osgi.util.OsgiServiceUtil

public class OsgiServiceUtil
extends Object


Constructor Summary
OsgiServiceUtil()
           
 
Method Summary
static
<T> List<T>
getServiceImpls(Class<T> contract, org.osgi.framework.BundleContext context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OsgiServiceUtil

public OsgiServiceUtil()
Method Detail

getServiceImpls

public static <T> List<T> getServiceImpls(Class<T> contract,
                                          org.osgi.framework.BundleContext context)


Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.