Package org.eclipse.jetty.osgi.boot
Class ServiceContextProvider.ServiceApp
java.lang.Object
org.eclipse.jetty.deploy.App
org.eclipse.jetty.osgi.boot.AbstractOSGiApp
org.eclipse.jetty.osgi.boot.AbstractContextProvider.OSGiApp
org.eclipse.jetty.osgi.boot.ServiceContextProvider.ServiceApp
- Enclosing class:
- ServiceContextProvider
ServiceApp
-
Field Summary
Fields inherited from class org.eclipse.jetty.osgi.boot.AbstractOSGiApp
_bundle, _properties, _registration
-
Constructor Summary
ConstructorDescriptionServiceApp
(DeploymentManager manager, AppProvider provider, String originId, org.osgi.framework.Bundle bundle, String contextFile) ServiceApp
(DeploymentManager manager, AppProvider provider, org.osgi.framework.Bundle bundle, Dictionary properties, String contextFile, String originId) -
Method Summary
Modifier and TypeMethodDescriptionprotected void
void
Methods inherited from class org.eclipse.jetty.osgi.boot.AbstractContextProvider.OSGiApp
configureContextHandler, createContextHandler, getContextFile, setHandler
Methods inherited from class org.eclipse.jetty.osgi.boot.AbstractOSGiApp
findFile, getBundle, getBundleSymbolicName, getBundleVersionAsString, getFileAsResource, getFileAsResource, getRegistration, setRegistration
Methods inherited from class org.eclipse.jetty.deploy.App
getAppProvider, getContextHandler, getContextId, getContextPath, getDeploymentManager, getOriginId, toString
-
Constructor Details
-
ServiceApp
public ServiceApp(DeploymentManager manager, AppProvider provider, org.osgi.framework.Bundle bundle, Dictionary properties, String contextFile, String originId) -
ServiceApp
public ServiceApp(DeploymentManager manager, AppProvider provider, String originId, org.osgi.framework.Bundle bundle, String contextFile)
-
-
Method Details
-
registerAsOSGiService
- Overrides:
registerAsOSGiService
in classAbstractOSGiApp
- Throws:
Exception
-
deregisterAsOSGiService
- Overrides:
deregisterAsOSGiService
in classAbstractOSGiApp
- Throws:
Exception
-