Class ConfluenceLdapDirectoryClearingClusterEvent

java.lang.Object
java.util.EventObject
com.atlassian.confluence.impl.crowd.directory.ConfluenceLdapDirectoryClearingClusterEvent
All Implemented Interfaces:
ClusterEvent, Serializable

public class ConfluenceLdapDirectoryClearingClusterEvent extends EventObject implements ClusterEvent
An event used to broadcast LDAP directory updates to all the nodes in confluence cluster. src is the creator of the event. directoryId signifies the unique LDAP directoryID for which changes has occurred and should be notified to other nodes to take appropriate actions.
Since:
8.7.0
See Also:
  • Constructor Details

    • ConfluenceLdapDirectoryClearingClusterEvent

      public ConfluenceLdapDirectoryClearingClusterEvent(Object src, long directoryId)
  • Method Details

    • getDirectoryId

      public long getDirectoryId()
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object