weblogic.cluster.singleton
Class ReplicatedSingletonServicesStateManager.Message
java.lang.Object
weblogic.cluster.singleton.ReplicatedSingletonServicesStateManager.Message
- All Implemented Interfaces:
- Serializable, Comparable, weblogic.cluster.GroupMessage
- Direct Known Subclasses:
- ReplicatedSingletonServicesStateManager.HeartbeatMessage, ReplicatedSingletonServicesStateManager.StateDumpMessage, ReplicatedSingletonServicesStateManager.UpdateMessage
- Enclosing class:
- ReplicatedSingletonServicesStateManager
protected abstract static class ReplicatedSingletonServicesStateManager.Message
- extends Object
- implements Serializable, Comparable, weblogic.cluster.GroupMessage
- See Also:
- Serialized Form
name
protected final String name
messageID
protected final Integer messageID
ReplicatedSingletonServicesStateManager.Message
protected ReplicatedSingletonServicesStateManager.Message(String cn,
Integer messageId)
equals
public boolean equals(Object obj)
- Overrides:
equals
in class Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
compareTo
public int compareTo(Object other)
- Specified by:
compareTo
in interface Comparable
isPendingModeExecutionAllowed
public abstract boolean isPendingModeExecutionAllowed()
executeOnActiveStateManager
public void executeOnActiveStateManager(ReplicatedSingletonServicesStateManager localMgr)
execute
public abstract void execute(weblogic.rmi.spi.HostID id)
- Description copied from interface:
weblogic.cluster.GroupMessage
- When a GroupMessage arrives at a server, this method is (eventually)
called by an execute thread.
- Specified by:
execute
in interface weblogic.cluster.GroupMessage
- Parameters:
id
- The JVMID of the sender of the message.