Uses of Interface
com.sun.enterprise.mgmt.transport.MessageListener
-
Packages that use MessageListener Package Description com.sun.enterprise.mgmt com.sun.enterprise.mgmt.transport com.sun.enterprise.mgmt.transport.grizzly -
-
Uses of MessageListener in com.sun.enterprise.mgmt
Classes in com.sun.enterprise.mgmt that implement MessageListener Modifier and Type Class Description classClusterManagerThe ClusterManager is the entry point for using the cluster management module which provides group communications and membership semantics on top of JXTA, Grizzly and others.classHealthMonitorHealthMonitor utilizes MasterNode to determine self designation.classLWRMulticastThe LWRMulticast class is useful for sending and receiving JXTA multicast messages.Fields in com.sun.enterprise.mgmt declared as MessageListener Modifier and Type Field Description protected MessageListenerLWRMulticast. msgListenerThe application message listenerMethods in com.sun.enterprise.mgmt with parameters of type MessageListener Modifier and Type Method Description voidLWRMulticast. joinGroup(ClusterManager manager, MessageListener msgListener)joins MutlicastSocket to specified pipe within the context of groupConstructors in com.sun.enterprise.mgmt with parameters of type MessageListener Constructor Description LWRMulticast(ClusterManager manager, MessageListener msgListener)Create a multicast channel bind it to a specific pipe within specified peer group -
Uses of MessageListener in com.sun.enterprise.mgmt.transport
Methods in com.sun.enterprise.mgmt.transport with parameters of type MessageListener Modifier and Type Method Description voidAbstractNetworkManager. addMessageListener(MessageListener messageListener)Adds theMessageListenervoidNetworkManager. addMessageListener(MessageListener messageListener)Adds theMessageListenervoidAbstractNetworkManager. removeMessageListener(MessageListener messageListener)Removes theMessageListenervoidNetworkManager. removeMessageListener(MessageListener messageListener)Removes theMessageListener -
Uses of MessageListener in com.sun.enterprise.mgmt.transport.grizzly
Classes in com.sun.enterprise.mgmt.transport.grizzly that implement MessageListener Modifier and Type Class Description classPingMessageListenerclassPongMessageListener
-