org.ow2.orchestra.osgi
Class OrchestraOSGiEngine

java.lang.Object
  extended by org.ow2.orchestra.osgi.OrchestraOSGiEngine

public class OrchestraOSGiEngine
extends java.lang.Object


Field Summary
static java.lang.String ORCHESTRA_WAR_CONTEXT_PROP
           
 
Constructor Summary
OrchestraOSGiEngine(org.osgi.framework.BundleContext bundleContext)
           
 
Method Summary
 java.net.URL getEnvironmentLocation()
           
 org.osgi.service.http.HttpService getHttpService()
           
 void setEnvironmentLocation(java.lang.String environmentLocation)
           
 void setHttpService(org.osgi.service.http.HttpService httpService)
           
 void setOrchestraExtensionService(OrchestraExtensionService orchestraExtensionService)
           
 void start()
           
 void stop()
           
 void unsetHttpService(org.osgi.service.http.HttpService httpService)
           
 void unsetOrchestraExtensionService(OrchestraExtensionService orchestraExtensionService)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ORCHESTRA_WAR_CONTEXT_PROP

public static final java.lang.String ORCHESTRA_WAR_CONTEXT_PROP
See Also:
Constant Field Values
Constructor Detail

OrchestraOSGiEngine

public OrchestraOSGiEngine(org.osgi.framework.BundleContext bundleContext)
Method Detail

setEnvironmentLocation

public void setEnvironmentLocation(java.lang.String environmentLocation)
                            throws java.net.MalformedURLException
Throws:
java.net.MalformedURLException

getEnvironmentLocation

public java.net.URL getEnvironmentLocation()

getHttpService

public org.osgi.service.http.HttpService getHttpService()

setHttpService

public void setHttpService(org.osgi.service.http.HttpService httpService)

unsetHttpService

public void unsetHttpService(org.osgi.service.http.HttpService httpService)

setOrchestraExtensionService

public void setOrchestraExtensionService(OrchestraExtensionService orchestraExtensionService)
Parameters:
orchestraExtensionService - the orchestraExtensionService to set

unsetOrchestraExtensionService

public void unsetOrchestraExtensionService(OrchestraExtensionService orchestraExtensionService)

start

public void start()
           throws java.lang.Throwable
Throws:
java.lang.Throwable

stop

public void stop()
          throws java.lang.Throwable
Throws:
java.lang.Throwable


Copyright © 2010 OW2 Consortium. All Rights Reserved.