Package au.edu.qut.yawl.engine.interfce

Examples of au.edu.qut.yawl.engine.interfce.InterfaceB_EngineBasedClient$Handler


        /**
         * Initialise the standard Observer Gateways.
         *
         * Currently the only standard gateway is the HTTP driven Servlet client.
         */
        ObserverGateway stdHttpObserverGateway = new InterfaceB_EngineBasedClient();
        observerGatewayController.addGateway(stdHttpObserverGateway);
    }
View Full Code Here

TOP

Related Classes of au.edu.qut.yawl.engine.interfce.InterfaceB_EngineBasedClient$Handler

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.