Nuxeo Enterprise Platform 5.4

org.nuxeo.ecm.webapp.notification
Class NotificationServiceBusinessDelegate

java.lang.Object
  extended by org.nuxeo.ecm.webapp.notification.NotificationServiceBusinessDelegate
All Implemented Interfaces:
java.io.Serializable

@Name(value="notificationManager")
@Scope(value=SESSION)
public class NotificationServiceBusinessDelegate
extends java.lang.Object
implements java.io.Serializable

Business delegate that puts a reference to NotificationService on the seam context.

Author:
Dragos Mihalache
See Also:
Serialized Form

Constructor Summary
NotificationServiceBusinessDelegate()
           
 
Method Summary
 void destroy()
           
 NotificationManager getNotificationManager()
          Acquires a new NotificationManager reference.
 void initialize()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NotificationServiceBusinessDelegate

public NotificationServiceBusinessDelegate()
Method Detail

initialize

public void initialize()

getNotificationManager

@Unwrap
public NotificationManager getNotificationManager()
                                           throws ClientException
Acquires a new NotificationManager reference. The related EJB may be deployed on a local or remote AppServer.

Throws:
ClientException

destroy

@Destroy
public void destroy()

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.