Examples of dumpTimerQueue()


Examples of org.jgroups.stack.ProtocolStack.dumpTimerQueue()

        return ps != null? ps.getTimerThreads() : -1;
    }

    public String dumpTimerQueue() {
        ProtocolStack ps=getProtocolStack();
        return ps != null? ps.dumpTimerQueue() : "<n/a";
    }

    /**
     * Returns a pretty-printed form of all the protocols. If include_properties
     * is set, the properties for each protocol will also be printed.
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.