Package org.apache.cactus.framework.internal.orchestrator

Examples of org.apache.cactus.framework.internal.orchestrator.Orchestrator


   
    public void initialize() throws Throwable
    {
        // TODO: Create a Configuration component to externalize
        // configuration data
        Orchestrator orchestrator = new Orchestrator(7777);
        orchestrator.start();
    }
View Full Code Here

TOP

Related Classes of org.apache.cactus.framework.internal.orchestrator.Orchestrator

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.