Uses of Interface
com.sun.enterprise.mgmt.transport.ShoalMessageSender
-
-
Uses of ShoalMessageSender in com.sun.enterprise.mgmt.transport
Subinterfaces of ShoalMessageSender in com.sun.enterprise.mgmt.transport Modifier and Type Interface Description interfaceMessageSenderThis interface is for sending aMessageto the specific destination This interface can be implemented for only TCP or only UDP or both TCP and UDP transport layerinterfaceMulticastMessageSenderThis interface is for broadcasting or multicasting aMessageto all membersinterfaceNetworkManagerThis interface has common APIs for network managements According to a kind of transport layers, this interface will be implemented adequately.Classes in com.sun.enterprise.mgmt.transport that implement ShoalMessageSender Modifier and Type Class Description classAbstractMessageSenderThis class implements a commonMessageSenderlogic simply in order to help the specific transport layer to be implemented easily Mainly, this stores both source'sPeerIDand target'sPeerIDbefore sending the message to the peerclassAbstractMulticastMessageSenderThis class implements a commonMulticastMessageSenderlogic simply in order to help the specific transport layer to be implemented easily Mainly, this stores both source'sPeerIDand target'sPeerIDbefore broadcasting the message to all membersclassAbstractMultiMessageSenderThis class implements both a commonMulticastMessageSenderandMessageSenderlogic simply in order to help the specific transport layer to be implemented easily Mainly, this stores both source'sPeerIDand target'sPeerIDbefore sending the message to the peer or broadcasting the message to all membersclassAbstractNetworkManagerThis class implements a commonNetworkManagerlogic simply in order to help the specific transport layer to be implemented easily Mainly, this managesMessageListenerand dispatches an inboundMessageinto the appropriate listenerclassBlockingIOMulticastSenderThis class is a defaultMulticastMessageSender's implementation and extendsAbstractMulticastMessageSenderThis usesMulticastSocketwhich is based on Blocking I/OclassVirtualMulticastSenderThis class extendsBlockingIOMulticastSenderfor supporting the circumstance that cluster members are located beyond one subnet or multicast traffic is disabledvirtualPeerIdListshould containPeerIDs of cluster members which are located beyond one subnet. -
Uses of ShoalMessageSender in com.sun.enterprise.mgmt.transport.grizzly
Classes in com.sun.enterprise.mgmt.transport.grizzly that implement ShoalMessageSender Modifier and Type Class Description classGrizzlyNetworkManager -
Uses of ShoalMessageSender in com.sun.enterprise.mgmt.transport.grizzly.grizzly2
Classes in com.sun.enterprise.mgmt.transport.grizzly.grizzly2 that implement ShoalMessageSender Modifier and Type Class Description classGrizzlyNetworkManager2classGrizzlyTCPMessageSender -
Uses of ShoalMessageSender in com.sun.enterprise.mgmt.transport.jxta
Classes in com.sun.enterprise.mgmt.transport.jxta that implement ShoalMessageSender Modifier and Type Class Description classJxtaNetworkManagerNetworkManager wraps the JXTA plaform lifecycle into a single object.classJxtaPipeManagerWrapperThis class wrapsJxtaPipeManagerand extendsAbstractMultiMessageSenderwhich supports bothMulticastMessageSenderandMessageSendertransport layer This stores and cachesJxtaPipeManageraccording toMessage's type This implements Jxta's PipeMsgListener, receives Jxta's PipeMsgEvent, parses Jxta's message, converts it intoMessageand forwards it toNetworkManager
-