com.liferay.util.transport
Class MulticastClientTool

java.lang.Object
  extended by com.liferay.util.transport.MulticastClientTool

public class MulticastClientTool
extends java.lang.Object

View Source

A client that listens for multicast messages at a designated port. You may use this to for potential multicast issues when tuning distributed caches.

Author:
Michael C. Han, Raymond Augé

Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

main

public static void main(java.lang.String[] args)