Uses of Package
com.sun.enterprise.mgmt.transport
-
Classes in com.sun.enterprise.mgmt.transport used by com.sun.enterprise.mgmt Class Description Message This represents internal message interface which is sent and received on the top of Shoal management module Currently, six message types exist.MessageEvent This class represents a received message event Management modules will use this message event in order to process a received network packet internallyMessageIOException IOException which related to parsingMessageMessageListener Message listener interface For receiving and processing inbound messages, this listener should be registered onNetworkManagerwith corresponding to the appropriate message type i.g.NetworkManager This 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 used by com.sun.enterprise.mgmt.transport Class Description AbstractMulticastMessageSender This 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 membersMessage This represents internal message interface which is sent and received on the top of Shoal management module Currently, six message types exist.MessageEvent This class represents a received message event Management modules will use this message event in order to process a received network packet internallyMessageIOException IOException which related to parsingMessageMessageListener Message listener interface For receiving and processing inbound messages, this listener should be registered onNetworkManagerwith corresponding to the appropriate message type i.g.MessageSender This 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 layerMulticastMessageSender This interface is for broadcasting or multicasting aMessageto all membersNetworkManager This interface has common APIs for network managements According to a kind of transport layers, this interface will be implemented adequately.ShoalMessageSender This is the top interface of the message sender Currently, TCP and UDP(includes Multicast) transport layers are supported. -
Classes in com.sun.enterprise.mgmt.transport used by com.sun.enterprise.mgmt.transport.grizzly Class Description AbstractNetworkManager This 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 listenerMessage This represents internal message interface which is sent and received on the top of Shoal management module Currently, six message types exist.MessageEvent This class represents a received message event Management modules will use this message event in order to process a received network packet internallyMessageIOException IOException which related to parsingMessageMessageListener Message listener interface For receiving and processing inbound messages, this listener should be registered onNetworkManagerwith corresponding to the appropriate message type i.g.MessageSender This 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 layerMulticastMessageSender This interface is for broadcasting or multicasting aMessageto all membersNetworkManager This interface has common APIs for network managements According to a kind of transport layers, this interface will be implemented adequately.ShoalMessageSender This is the top interface of the message sender Currently, TCP and UDP(includes Multicast) transport layers are supported.VirtualMulticastSender This 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. -
Classes in com.sun.enterprise.mgmt.transport used by com.sun.enterprise.mgmt.transport.grizzly.grizzly2 Class Description AbstractMessageSender This 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 peerAbstractNetworkManager This 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 listenerMessage This represents internal message interface which is sent and received on the top of Shoal management module Currently, six message types exist.MessageEvent This class represents a received message event Management modules will use this message event in order to process a received network packet internallyMessageSender This 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 layerMulticastMessageSender This interface is for broadcasting or multicasting aMessageto all membersNetworkManager This interface has common APIs for network managements According to a kind of transport layers, this interface will be implemented adequately.ShoalMessageSender This is the top interface of the message sender Currently, TCP and UDP(includes Multicast) transport layers are supported. -
Classes in com.sun.enterprise.mgmt.transport used by com.sun.enterprise.mgmt.transport.jxta Class Description AbstractMultiMessageSender This 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 membersAbstractNetworkManager This 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 listenerMessage This represents internal message interface which is sent and received on the top of Shoal management module Currently, six message types exist.MessageEvent This class represents a received message event Management modules will use this message event in order to process a received network packet internallyMessageSender This 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 layerMulticastMessageSender This interface is for broadcasting or multicasting aMessageto all membersNetworkManager This interface has common APIs for network managements According to a kind of transport layers, this interface will be implemented adequately.ShoalMessageSender This is the top interface of the message sender Currently, TCP and UDP(includes Multicast) transport layers are supported.