Package org.jrebirth.af.core.facade

Examples of org.jrebirth.af.core.facade.GlobalFacadeBase


     *
     * @throws java.lang.Exception
     */
    @BeforeClass
    public static void setUpBeforeClass() throws Exception {
        globalFacade = new GlobalFacadeBase(new TestApplication());
    }
View Full Code Here


    public void prepare(final JRebirthApplication<?> application) {

        // Link the current application
        this.application = application;
        // Build the global facade at startup
        this.facade = new GlobalFacadeBase(application);

        // Start the thread (infinite loop)
        // start();
    }
View Full Code Here

TOP

Related Classes of org.jrebirth.af.core.facade.GlobalFacadeBase

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.