|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.silverpeas.node.notification.NodeNotificationService
public class NodeNotificationService
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 |
---|
public static NodeNotificationService getService()
public void notifyOnDeletionOf(NodePK node)
nodes
- the nodes that are deleted.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |