org.ow2.orchestra.osgi
Class OrchestraWSEngineActivator

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

public class OrchestraWSEngineActivator
extends java.lang.Object

Author:
Guillaume Porcher

Field Summary
protected  org.osgi.service.cm.ConfigurationAdmin configAdmin
           
protected  org.osgi.service.http.HttpService httpService
           
protected  OrchestraExtensionService orchestraExtensionService
           
 
Constructor Summary
OrchestraWSEngineActivator(org.osgi.framework.BundleContext context)
           
 
Method Summary
 void setConfigAdmin(org.osgi.service.cm.ConfigurationAdmin configAdmin)
           
 void setHttpService(org.osgi.service.http.HttpService httpService)
           
 void setOrchestraExtensionService(OrchestraExtensionService orchestraExtensionService)
           
 void start()
           
 void stop()
           
 void unsetConfigAdmin(org.osgi.service.cm.ConfigurationAdmin configAdmin)
           
 void unsetOrchestraExtensionService(OrchestraExtensionService orchestraExtensionService)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

httpService

protected org.osgi.service.http.HttpService httpService

orchestraExtensionService

protected OrchestraExtensionService orchestraExtensionService

configAdmin

protected org.osgi.service.cm.ConfigurationAdmin configAdmin
Constructor Detail

OrchestraWSEngineActivator

public OrchestraWSEngineActivator(org.osgi.framework.BundleContext context)
Method Detail

setHttpService

public void setHttpService(org.osgi.service.http.HttpService httpService)
Parameters:
httpService - the httpService to set

setOrchestraExtensionService

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

unsetOrchestraExtensionService

public void unsetOrchestraExtensionService(OrchestraExtensionService orchestraExtensionService)

setConfigAdmin

public void setConfigAdmin(org.osgi.service.cm.ConfigurationAdmin configAdmin)
Parameters:
configAdmin - the configAdmin to set

unsetConfigAdmin

public void unsetConfigAdmin(org.osgi.service.cm.ConfigurationAdmin configAdmin)
                      throws java.io.IOException
Throws:
java.io.IOException

start

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

stop

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


Copyright © 2010 OW2 Consortium. All Rights Reserved.