Package org.wso2.carbon.h2.osgi.console

Examples of org.wso2.carbon.h2.osgi.console.H2DatabaseManager.terminate()


     */
  protected static void destroyUtilityServices () {
   
    //H2 database
    final H2DatabaseManager databaseManager = H2DatabaseManager.getInstance();
    databaseManager.terminate();
  }
}
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.