Package org.eclipse.equinox.app

Examples of org.eclipse.equinox.app.IApplication.stop()


    // first set the status to stopping
    setAppStatus(EclipseAppHandle.FLAG_STOPPING);
    // now force the appliction to stop
    IApplication app = getApplication();
    if (app != null)
      app.stop();
    // make sure the app status is stopped
    setAppStatus(EclipseAppHandle.FLAG_STOPPED);
  }

  synchronized void setServiceRegistration(ServiceRegistration sr) {
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.