Uses of Class
com.sun.enterprise.ee.cms.impl.base.PeerID
-
-
Uses of PeerID in com.sun.enterprise.ee.cms.impl.base
Fields in com.sun.enterprise.ee.cms.impl.base declared as PeerID Modifier and Type Field Description static PeerID<java.io.Serializable>PeerID. NULL_PEER_IDMethods in com.sun.enterprise.ee.cms.impl.base that return PeerID Modifier and Type Method Description PeerIDSystemAdvertisement. getID()returns the id of the devicePeerIDSystemAdvertisementImpl. getID()returns the id of the deviceMethods in com.sun.enterprise.ee.cms.impl.base with parameters of type PeerID Modifier and Type Method Description intPeerID. compareTo(PeerID other)booleanGroupCommunicationProviderImpl. sendMessage(PeerID id, java.io.Serializable msg)voidSystemAdvertisement. setID(PeerID id)sets the unique idvoidSystemAdvertisementImpl. setID(PeerID id)sets the unique id -
Uses of PeerID in com.sun.enterprise.mgmt
Methods in com.sun.enterprise.mgmt that return PeerID Modifier and Type Method Description PeerIDClusterManager. getID(java.lang.String name)Returns name encoded IDPeerIDClusterViewManager. getID(java.lang.String name)PeerIDClusterManager. getPeerID()static PeerIDLWRMulticast. getSource(Message msg)returns the source peer id of a messagePeerIDHealthMessage. getSrcID()gets the src idMethods in com.sun.enterprise.mgmt that return types with arguments of type PeerID Modifier and Type Method Description java.util.Set<PeerID>LWRMulticast. getAckList()Returns a list of ack's received from nodes identified by PeerID'sMethods in com.sun.enterprise.mgmt with parameters of type PeerID Modifier and Type Method Description booleanClusterView. containsKey(PeerID id)booleanClusterViewManager. containsKey(PeerID id)booleanClusterViewManager. containsKey(PeerID id, boolean debug)SystemAdvertisementClusterView. get(PeerID id)Retrieves a system advertisement from a the table.SystemAdvertisementClusterViewManager. get(PeerID id)Retrieves a system advertisement from a the tablejava.lang.StringHealthMonitor. getMemberState(PeerID peerID, long threshold, long timeout)java.lang.StringHealthMonitor. getMemberStateFromHeartBeat(PeerID peerID, long threshold)java.lang.StringHealthMonitor. getMemberStateViaLWR(PeerID peerID, long timeout)java.lang.StringClusterManager. getNodeState(PeerID peerID, long threshold, long timeout)SystemAdvertisementClusterManager. getSystemAdvertisementForMember(PeerID id)intClusterViewManager. indexOf(PeerID id)the index of id this view, or -1 if this view does not contain this element.booleanReliableMulticast. resend(PeerID to, java.lang.Long seqId)booleanClusterManager. send(PeerID peerid, java.io.Serializable msg)booleanClusterManager. send(PeerID peerid, java.io.Serializable msg, boolean validatePeeridInView)Send a message to a specific node or the group.booleanLWRMulticast. send(PeerID pid, Message msg)Send a message.voidHealthMessage. setSrcID(PeerID id)sets the unique idMethod parameters in com.sun.enterprise.mgmt with type arguments of type PeerID Modifier and Type Method Description booleanLWRMulticast. send(java.util.Set<PeerID> ids, Message msg)Send a message to a set of peers -
Uses of PeerID in com.sun.enterprise.mgmt.transport
Fields in com.sun.enterprise.mgmt.transport declared as PeerID Modifier and Type Field Description protected PeerIDAbstractMessageSender. localPeerIDRepresents localPeerID.protected PeerIDAbstractMulticastMessageSender. localPeerIDRepresents localPeerID.protected PeerIDAbstractMultiMessageSender. localPeerIDRepresents localPeerID.protected PeerIDAbstractNetworkManager. localPeerIDRepresents localPeerID.Methods in com.sun.enterprise.mgmt.transport that return PeerID Modifier and Type Method Description PeerIDAbstractNetworkManager. getLocalPeerID()Returns localPeerIDPeerIDNetworkManager. getLocalPeerID()Returns localPeerIDPeerIDNetworkManager. getPeerID(java.lang.String instanceName)Returns the properPeerIDcorresponding with a given instance namePeerIDMessageEvent. getSourcePeerID()Returns the source peer id from which this message is sentPeerIDMessageEvent. getTargetPeerID()Returns the target peer id to which this message is sentMethods in com.sun.enterprise.mgmt.transport that return types with arguments of type PeerID Modifier and Type Method Description java.util.Set<PeerID>VirtualMulticastSender. getVirtualPeerIDSet()Methods in com.sun.enterprise.mgmt.transport with parameters of type PeerID Modifier and Type Method Description voidNetworkManager. addRemotePeer(PeerID peerID)Add thepeerIDto this network managerprotected abstract booleanAbstractMessageSender. doSend(PeerID peerID, Message message)Sends the givenMessageto the destinationprotected abstract booleanAbstractMultiMessageSender. doSend(PeerID peerID, Message message)Sends the givenMessageto the destinationbooleanNetworkManager. isConnected(PeerID peerID)Check whether the suspicious peer is alive or not This API is mainly used inHealthMonitorin order to determine the failure membervoidNetworkManager. removePeerID(PeerID peerID)Removes thepeerIDfrom this network managerbooleanAbstractMessageSender. send(PeerID peerID, Message message)Sends the givenMessageto the destinationbooleanAbstractMultiMessageSender. send(PeerID peerID, Message message)Sends the givenMessageto the destinationbooleanMessageSender. send(PeerID peerID, Message message)Sends the givenMessageto the destinationConstructors in com.sun.enterprise.mgmt.transport with parameters of type PeerID 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)MessageEvent(java.lang.Object source, Message message, PeerID sourcePeerID, PeerID targetPeerID)Creates a new eventConstructor parameters in com.sun.enterprise.mgmt.transport with type arguments of type PeerID Constructor Description VirtualMulticastSender(NetworkManager networkManager, java.util.List<PeerID> initialPeerIds) -
Uses of PeerID in com.sun.enterprise.mgmt.transport.grizzly
Fields in com.sun.enterprise.mgmt.transport.grizzly with type parameters of type PeerID Modifier and Type Field Description java.util.concurrent.ConcurrentHashMap<java.lang.String,PeerID<GrizzlyPeerID>>GrizzlyNetworkManager. peerIDMapjava.util.concurrent.ConcurrentHashMap<PeerID,java.util.concurrent.CountDownLatch>GrizzlyNetworkManager. pingMessageLockMapMethods in com.sun.enterprise.mgmt.transport.grizzly that return PeerID Modifier and Type Method Description PeerIDGrizzlyNetworkManager. getPeerID(java.lang.String instanceName)protected PeerID<GrizzlyPeerID>GrizzlyNetworkManager. getPeerIDFromURI(java.lang.String uri)Methods in com.sun.enterprise.mgmt.transport.grizzly that return types with arguments of type PeerID Modifier and Type Method Description protected java.util.List<PeerID>GrizzlyNetworkManager. getVirtualPeerIDList(java.lang.String groupDiscoveryUriList)Methods in com.sun.enterprise.mgmt.transport.grizzly with parameters of type PeerID Modifier and Type Method Description voidGrizzlyNetworkManager. addRemotePeer(PeerID peerID)protected voidGrizzlyNetworkManager. addToVMS(PeerID peerID)java.util.concurrent.CountDownLatchGrizzlyNetworkManager. getPingMessageLock(PeerID peerID)booleanGrizzlyNetworkManager. isConnected(PeerID peerID)protected voidGrizzlyNetworkManager. removeFromVMS(PeerID peerID)voidGrizzlyNetworkManager. removePeerID(PeerID peerID)booleanGrizzlyNetworkManager. send(PeerID peerID, Message message) -
Uses of PeerID in com.sun.enterprise.mgmt.transport.grizzly.grizzly2
Methods in com.sun.enterprise.mgmt.transport.grizzly.grizzly2 with parameters of type PeerID Modifier and Type Method Description voidGrizzlyNetworkManager2. addRemotePeer(PeerID peerID, org.glassfish.grizzly.Connection connection)protected booleanGrizzlyTCPMessageSender. doSend(PeerID peerID, Message message)Constructors in com.sun.enterprise.mgmt.transport.grizzly.grizzly2 with parameters of type PeerID Constructor Description GrizzlyTCPMessageSender(org.glassfish.grizzly.nio.transport.TCPNIOTransport tcpNioTransport, ConnectionCache connectionCache, PeerID<GrizzlyPeerID> localPeerID, long writeTimeoutMillis) -
Uses of PeerID in com.sun.enterprise.mgmt.transport.jxta
Methods in com.sun.enterprise.mgmt.transport.jxta that return PeerID Modifier and Type Method Description PeerIDJxtaNetworkManager. getPeerID(java.lang.String instanceName)Given a instance name, it returns a name encoded PeerID to for binding to specific instance.Methods in com.sun.enterprise.mgmt.transport.jxta with parameters of type PeerID Modifier and Type Method Description voidJxtaNetworkManager. addRemotePeer(PeerID id)protected booleanJxtaPipeManagerWrapper. doSend(PeerID peerID, Message message)Sends the givenMessageto the destinationbooleanJxtaNetworkManager. isConnected(PeerID peerID)voidJxtaNetworkManager. removePeerID(PeerID peerID)booleanJxtaNetworkManager. send(PeerID peerID, Message message)Constructors in com.sun.enterprise.mgmt.transport.jxta with parameters of type PeerID Constructor Description JxtaPipeManagerWrapper(JxtaNetworkManager networkManager, PeerID<net.jxta.peer.PeerID> localPeerID)
-