public class AdbUtil extends Object
| Constructor and Description |
|---|
AdbUtil() |
| Modifier and Type | Method and Description |
|---|---|
static Object |
createAttribute(Class<?> type,
Object value) |
static List<Object> |
getObjects(DbManagerService service,
Class<?> type,
String id) |
static DbManagerService |
getService(org.osgi.framework.BundleContext context,
String serviceName) |
static List<DbManagerServiceProvider> |
getServiceProviders(org.osgi.framework.BundleContext context) |
static List<DbManagerService> |
getServices(org.osgi.framework.BundleContext context,
boolean connectedOnly) |
static Class<?> |
getType(DbManagerService service,
String typeName) |
public static Class<?> getType(DbManagerService service, String typeName) throws IOException
IOExceptionpublic static List<DbManagerServiceProvider> getServiceProviders(org.osgi.framework.BundleContext context)
public static List<DbManagerService> getServices(org.osgi.framework.BundleContext context, boolean connectedOnly)
public static DbManagerService getService(org.osgi.framework.BundleContext context, String serviceName) throws IOException, org.osgi.framework.InvalidSyntaxException
IOExceptionorg.osgi.framework.InvalidSyntaxExceptionpublic static List<Object> getObjects(DbManagerService service, Class<?> type, String id) throws de.mhus.lib.errors.MException
de.mhus.lib.errors.MExceptionCopyright © 2014. All rights reserved.