public class Activator
extends java.lang.Object
| Constructor and Description |
|---|
Activator() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
addingService(ServiceReference reference) |
static Bundle |
getBundle(java.lang.Class clazz) |
static Bundle[] |
getFragments(Bundle bundle) |
static Bundle |
getJasperBundle() |
void |
modifiedService(ServiceReference reference,
java.lang.Object service) |
void |
removedService(ServiceReference reference,
java.lang.Object service) |
void |
start(BundleContext context) |
void |
stop(BundleContext context) |
public void start(BundleContext context)
throws java.lang.Exception
java.lang.Exceptionpublic void stop(BundleContext context)
throws java.lang.Exception
java.lang.Exceptionpublic java.lang.Object addingService(ServiceReference reference)
public void modifiedService(ServiceReference reference,
java.lang.Object service)
public void removedService(ServiceReference reference,
java.lang.Object service)
public static Bundle getBundle(java.lang.Class clazz)
public static Bundle[] getFragments(Bundle bundle)
public static Bundle getJasperBundle()