com.silverpeas.node.notification
Class NodeNotificationService

java.lang.Object
  extended by com.silverpeas.node.notification.NodeNotificationService

public class NodeNotificationService
extends Object

A service to notify about the creation or the deletion of nodes. It provides an easy access to the underlying messaging system used in the notification.


Method Summary
static NodeNotificationService getService()
          Gets an instance of the service.
 void notifyOnDeletionOf(NodePK node)
          Notifies the registered beans a given node (with and its children) comes to be deleted.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getService

public static NodeNotificationService getService()
Gets an instance of the service.

Returns:
a NodeNotificationService instance.

notifyOnDeletionOf

public void notifyOnDeletionOf(NodePK node)
Notifies the registered beans a given node (with and its children) comes to be deleted.

Parameters:
nodes - the nodes that are deleted.


Copyright © 2016 Silverpeas. All Rights Reserved.