Uses of Interface
com.sun.enterprise.mgmt.transport.NetworkManager
-
-
Uses of NetworkManager in com.sun.enterprise.mgmt
Methods in com.sun.enterprise.mgmt that return NetworkManager Modifier and Type Method Description NetworkManagerClusterManager. getNetworkManager()NetworkManagerClusterManager. getNetworkManager(java.lang.String transport)Returns the NetworkManager instance -
Uses of NetworkManager in com.sun.enterprise.mgmt.transport
Classes in com.sun.enterprise.mgmt.transport that implement NetworkManager Modifier and Type Class Description classAbstractNetworkManagerThis 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 listenerMethods in com.sun.enterprise.mgmt.transport that return NetworkManager Modifier and Type Method Description static NetworkManagerAbstractNetworkManager. getInstance(java.lang.String transport)Constructors in com.sun.enterprise.mgmt.transport with parameters of type NetworkManager Constructor Description BlockingIOMulticastSender(java.lang.String host, java.lang.String multicastAddress, int multicastPort, java.lang.String networkInterfaceName, int multicastPacketSize, PeerID localPeerID, java.util.concurrent.Executor executor, int multicastTimeToLive, NetworkManager networkManager)VirtualMulticastSender(NetworkManager networkManager, java.util.List<PeerID> initialPeerIds) -
Uses of NetworkManager in com.sun.enterprise.mgmt.transport.grizzly
Classes in com.sun.enterprise.mgmt.transport.grizzly that implement NetworkManager Modifier and Type Class Description classGrizzlyNetworkManager -
Uses of NetworkManager in com.sun.enterprise.mgmt.transport.grizzly.grizzly2
Classes in com.sun.enterprise.mgmt.transport.grizzly.grizzly2 that implement NetworkManager Modifier and Type Class Description classGrizzlyNetworkManager2 -
Uses of NetworkManager in com.sun.enterprise.mgmt.transport.jxta
Classes in com.sun.enterprise.mgmt.transport.jxta that implement NetworkManager Modifier and Type Class Description classJxtaNetworkManagerNetworkManager wraps the JXTA plaform lifecycle into a single object.
-