org.eclipse.ohf.bridge
Class ServiceStarter

java.lang.Object
  extended by org.eclipse.ohf.bridge.ServiceStarter

public abstract class ServiceStarter
extends java.lang.Object


Constructor Summary
ServiceStarter()
           
 
Method Summary
static void startDependentBundles(java.lang.String[] bundles)
          Starts services in order to make sure that they will be there when we need.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServiceStarter

public ServiceStarter()
Method Detail

startDependentBundles

public static void startDependentBundles(java.lang.String[] bundles)
Starts services in order to make sure that they will be there when we need. If the services are not there, kill the process!

Parameters:
bundles -
Throws:
BundleException