Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.webapp.notification
Class NotificationServiceBusinessDelegate

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

@Name(value="notificationManager")
@Scope(value=SESSION)
public class NotificationServiceBusinessDelegate
extends Object
implements 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
@PermitAll
public void destroy()

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.