Examples of replaceProperty()


Examples of org.apache.niolex.notify.Notify.replaceProperty()

     * Test method for {@link org.apache.niolex.notify.Notify#replaceProperty(byte[], byte[])}.
     */
    @Test
    public void testReplaceProperty() {
        Notify notify = App.instance().getNotify("/notify/test/tmp");
        notify.replaceProperty("tmpkey".getBytes(), "Love this.".getBytes());
        System.out.println("After --------- tmpkey -------------- change");
    }

    /**
     * Test method for {@link org.apache.niolex.notify.Notify#onDataChange(byte[])}.
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.