Package org.apache.catalina.cluster.util

Examples of org.apache.catalina.cluster.util.LinkObject.data()


                LinkObject entry = queue.remove();
                if (entry != null) {
                    do {
                        int messagesize = 0;
                        try {
                            byte[] data = (byte[]) entry.data();
                            messagesize = data.length;
                            sender.pushMessage((String) entry.getKey(), data);
                            outQueueCounter++;
                        } catch (Exception x) {
                            log.warn(sm.getString(
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.