Package net.xeoh.plugins.informationbroker.standarditems.strings

Examples of net.xeoh.plugins.informationbroker.standarditems.strings.StringItem


    /**
     *
     */
    private void publishBrokerItems() {
        // Publish information broker items
        this.infoBroker.publish(new StringItem("global:transmitMode", this.transmitMode.toString()));
        this.infoBroker.publish(new StringItem("global:sessionDir", this.masterFilePath));
    }
View Full Code Here

TOP

Related Classes of net.xeoh.plugins.informationbroker.standarditems.strings.StringItem

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.