public final class Activator extends Object implements org.osgi.framework.BundleActivator, org.osgi.framework.hooks.weaving.WeavingHook, org.osgi.framework.hooks.weaving.WovenClassListener
| Constructor and Description |
|---|
Activator() |
| Modifier and Type | Method and Description |
|---|---|
void |
modified(org.osgi.framework.hooks.weaving.WovenClass wovenClass) |
void |
start(org.osgi.framework.BundleContext context) |
void |
stop(org.osgi.framework.BundleContext context) |
static byte[] |
transform(byte[] pOriginalClassBytes) |
void |
weave(org.osgi.framework.hooks.weaving.WovenClass wovenClass) |
public void start(org.osgi.framework.BundleContext context)
throws Exception
start in interface org.osgi.framework.BundleActivatorExceptionpublic void stop(org.osgi.framework.BundleContext context)
throws Exception
stop in interface org.osgi.framework.BundleActivatorExceptionpublic void weave(org.osgi.framework.hooks.weaving.WovenClass wovenClass)
weave in interface org.osgi.framework.hooks.weaving.WeavingHookpublic void modified(org.osgi.framework.hooks.weaving.WovenClass wovenClass)
modified in interface org.osgi.framework.hooks.weaving.WovenClassListenerpublic static byte[] transform(byte[] pOriginalClassBytes)
Copyright © 2015–2016 SourcePond. All rights reserved.