Package org.neo4j.webadmin.task

Examples of org.neo4j.webadmin.task.JvmRestartTask


                throw new OperationNotSupportedException();
            }
            else if ( hasJvmChanges )
            {
                // Client has changed settings that require a JVM restart
                DeferredTask.defer( new JvmRestartTask(), 10 );
            }
            else if ( hasDbConfigChanges )
            {
                // Client has changed settings that only require REST-server
                // restart.
View Full Code Here

TOP

Related Classes of org.neo4j.webadmin.task.JvmRestartTask

Copyright © 2018 www.massapicom. 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.