public class Activator extends Object implements org.osgi.framework.BundleActivator, org.osgi.framework.ServiceFactory<ScriptEngineFactory>
| Constructor and Description |
|---|
Activator() |
| Modifier and Type | Method and Description |
|---|---|
ScriptEngineFactory |
getService(org.osgi.framework.Bundle bundle,
org.osgi.framework.ServiceRegistration<ScriptEngineFactory> registration) |
void |
start(org.osgi.framework.BundleContext context) |
void |
stop(org.osgi.framework.BundleContext context) |
void |
ungetService(org.osgi.framework.Bundle bundle,
org.osgi.framework.ServiceRegistration<ScriptEngineFactory> registration,
ScriptEngineFactory service) |
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 ScriptEngineFactory getService(org.osgi.framework.Bundle bundle, org.osgi.framework.ServiceRegistration<ScriptEngineFactory> registration)
getService in interface org.osgi.framework.ServiceFactory<ScriptEngineFactory>public void ungetService(org.osgi.framework.Bundle bundle,
org.osgi.framework.ServiceRegistration<ScriptEngineFactory> registration,
ScriptEngineFactory service)
ungetService in interface org.osgi.framework.ServiceFactory<ScriptEngineFactory>Copyright © 2025 Open Identity Platform Community. All rights reserved.