Package org.red5.server.persistence

Examples of org.red5.server.persistence.FilePersistenceThread.shutdown()


        // shutdown jmx
        JMXAgent.shutdown();
        // shutdown the persistence thread
        FilePersistenceThread persistenceThread = FilePersistenceThread.getInstance();
        if (persistenceThread != null) {
          persistenceThread.shutdown();
        }
        // shutdown spring
        Object attr = ctx.getAttribute(WebApplicationContext.ROOT_WEB_APPLICATION_CONTEXT_ATTRIBUTE);
        if (attr != null) {
          // get web application context from the servlet context
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.