Uses of Interface
com.sun.enterprise.ee.cms.impl.base.SystemAdvertisement
-
Packages that use SystemAdvertisement Package Description com.sun.enterprise.ee.cms.impl.base com.sun.enterprise.mgmt -
-
Uses of SystemAdvertisement in com.sun.enterprise.ee.cms.impl.base
Classes in com.sun.enterprise.ee.cms.impl.base that implement SystemAdvertisement Modifier and Type Class Description classSystemAdvertisementImplThis class is a default system advertisement and implementsSystemAdvertisementMethods in com.sun.enterprise.ee.cms.impl.base that return SystemAdvertisement Modifier and Type Method Description SystemAdvertisementSystemAdvertisementImpl. clone()SystemAdvertisementMessagePacket. getAdvertisement()SystemAdvertisementEventPacket. getSystemAdvertisement()Methods in com.sun.enterprise.ee.cms.impl.base with parameters of type SystemAdvertisement Modifier and Type Method Description intSystemAdvertisementImpl. compareTo(SystemAdvertisement other)static com.sun.enterprise.ee.cms.core.GMSMemberUtility. getGMSMember(SystemAdvertisement systemAdvertisement)static java.lang.StringUtility. getGroupName(SystemAdvertisement advert)static longUtility. getStartTime(SystemAdvertisement advert)voidGroupCommunicationProviderImpl. handleClusterMessage(SystemAdvertisement adv, java.lang.Object message)static booleanUtility. isWatchDog(SystemAdvertisement sysAdv)Constructors in com.sun.enterprise.ee.cms.impl.base with parameters of type SystemAdvertisement Constructor Description EventPacket(ClusterViewEvents clusterViewEvent, SystemAdvertisement systemAdvertisement, ClusterView clusterView)MessagePacket(SystemAdvertisement advertisement, java.lang.Object message) -
Uses of SystemAdvertisement in com.sun.enterprise.mgmt
Methods in com.sun.enterprise.mgmt that return SystemAdvertisement Modifier and Type Method Description SystemAdvertisementClusterView. get(PeerID id)Retrieves a system advertisement from a the table.SystemAdvertisementClusterViewManager. get(PeerID id)Retrieves a system advertisement from a the tableSystemAdvertisementClusterViewEvent. getAdvertisement()Gets the advertisement attribute of the ClusterViewEvent objectSystemAdvertisementClusterViewManager. getMaster()Gets the master advertisementSystemAdvertisementClusterView. getMasterCandidate()Returns the top node on the listSystemAdvertisementClusterManager. getSystemAdvertisement()Gets the systemAdvertisement attribute of the JXTAPlatform objectSystemAdvertisementClusterManager. getSystemAdvertisementForMember(PeerID id)Methods in com.sun.enterprise.mgmt that return types with arguments of type SystemAdvertisement Modifier and Type Method Description java.util.List<SystemAdvertisement>ClusterView. getView()Returns a sorted list containing the System Advertisements of peers in PeerId sorted orderMethods in com.sun.enterprise.mgmt with parameters of type SystemAdvertisement Modifier and Type Method Description voidClusterView. add(SystemAdvertisement adv)Adds a system advertisement to the view.booleanHealthMonitor. addHealthEntryIfMissing(SystemAdvertisement adv)voidClusterMessageListener. handleClusterMessage(SystemAdvertisement system, java.lang.Object message)Called when a message is received from another member.booleanClusterView. isFirst(SystemAdvertisement advertisement)Determines whether this node is at the top of the listvoidClusterViewManager. setClusterStoppingState(SystemAdvertisement adv)voidClusterViewManager. setInDoubtPeerState(SystemAdvertisement adv)voidClusterViewManager. setPeerNoLongerInDoubtState(SystemAdvertisement adv)voidClusterViewManager. setPeerReadyState(SystemAdvertisement adv)voidClusterViewManager. setPeerStoppingState(SystemAdvertisement adv)Constructors in com.sun.enterprise.mgmt with parameters of type SystemAdvertisement Constructor Description ClusterViewManager(SystemAdvertisement advertisement, ClusterManager manager, java.util.List<ClusterViewEventListener> listeners)Constructor for the ClusterViewManager objectEntry(SystemAdvertisement adv, java.lang.String state, long seqID)Creates a Entry with id and state
-