Oracle Fusion Middleware
Oracle WebLogic Server API Reference
11g Release 1 (10.3.4)

Part Number E13941-04

weblogic.cluster.singleton
Class ReplicatedSingletonServicesStateManager.UpdateMessage

java.lang.Object
  extended by weblogic.cluster.singleton.ReplicatedSingletonServicesStateManager.Message
      extended by weblogic.cluster.singleton.ReplicatedSingletonServicesStateManager.UpdateMessage
All Implemented Interfaces:
Serializable, Comparable, weblogic.cluster.GroupMessage
Enclosing class:
ReplicatedSingletonServicesStateManager

public static class ReplicatedSingletonServicesStateManager.UpdateMessage
extends ReplicatedSingletonServicesStateManager.Message

See Also:
Serialized Form

Field Summary
 
Fields inherited from class weblogic.cluster.singleton.ReplicatedSingletonServicesStateManager.Message
messageID, name
 
Constructor Summary
ReplicatedSingletonServicesStateManager.UpdateMessage(String cn, Integer version, Serializable key, SingletonServicesState newValue, boolean remove)
           
 
Method Summary
 boolean equals(Object obj)
           
 void execute(weblogic.rmi.spi.HostID id)
          When a GroupMessage arrives at a server, this method is (eventually) called by an execute thread.
 void executeOnActiveStateManager(ReplicatedSingletonServicesStateManager localMgr)
           
 boolean isPendingModeExecutionAllowed()
           
 String toString()
           
 
Methods inherited from class weblogic.cluster.singleton.ReplicatedSingletonServicesStateManager.Message
compareTo, hashCode
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ReplicatedSingletonServicesStateManager.UpdateMessage

public ReplicatedSingletonServicesStateManager.UpdateMessage(String cn,
                                                             Integer version,
                                                             Serializable key,
                                                             SingletonServicesState newValue,
                                                             boolean remove)
Method Detail

equals

public boolean equals(Object obj)
Overrides:
equals in class ReplicatedSingletonServicesStateManager.Message

executeOnActiveStateManager

public void executeOnActiveStateManager(ReplicatedSingletonServicesStateManager localMgr)
Overrides:
executeOnActiveStateManager in class ReplicatedSingletonServicesStateManager.Message

execute

public 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
Specified by:
execute in class ReplicatedSingletonServicesStateManager.Message
Parameters:
id - The JVMID of the sender of the message.

isPendingModeExecutionAllowed

public boolean isPendingModeExecutionAllowed()
Specified by:
isPendingModeExecutionAllowed in class ReplicatedSingletonServicesStateManager.Message

toString

public String toString()
Overrides:
toString in class Object

Copyright 1996, 2010, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.

Oracle Fusion Middleware
Oracle WebLogic Server API Reference
11g Release 1 (10.3.4)

Part Number E13941-04