public class BundleServices
extends java.lang.Object
org.osgi.framework.BundleActivator
for Messaging.Constructor and Description |
---|
BundleServices() |
Modifier and Type | Method and Description |
---|---|
static <T> T |
getService(java.lang.Class<T> in)
Get the service for the specified class.
|
void |
start(BundleContext context) |
void |
stop(BundleContext context) |
public void start(BundleContext context) throws java.lang.Exception
java.lang.Exception
public void stop(BundleContext context) throws java.lang.Exception
java.lang.Exception
public static <T> T getService(java.lang.Class<T> in)
T
- The type of the service.in
- The class."Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"