Examples of TMLScriptHDBListenerFactory


Examples of de.innovationgate.wgpublisher.webtml.utils.TMLScriptHDBListenerFactory

    public void startup() throws ServletException {
        try {
            this.log.info("Starting up wga service");
           
            // prepare HDB
            TMLScriptHDBListenerFactory listenerFactory = new TMLScriptHDBListenerFactory(this);
            WGHierarchicalDatabase.setDefaultListenerFactory(listenerFactory);
            WGHierarchicalDatabase.setDefaultStartupImpl(null);
            _hdbCoreListener = new WGHierarchicalDatabaseCoreListener() {

        public void databaseCreated(WGHierarchicalDatabase hdb) {         
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.