Guvnor - Inbox Backend 6.0.0.CR1

org.guvnor.inbox.backend.server
Class MailboxService

java.lang.Object
  extended by org.guvnor.inbox.backend.server.MailboxService

@ApplicationScoped
public class MailboxService
extends Object

This service the "delivery" of messages to users inboxes for events. Ideally only one instance of this running at a time (at least on a node) to avoid doubling up.


Field Summary
static String MAIL_MAN
           
 
Constructor Summary
MailboxService()
           
 
Method Summary
 void destroy()
           
 String[] listUsers()
           
 void setup()
           
 void stopExecutor()
           
 void wakeUp()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MAIL_MAN

public static final String MAIL_MAN
See Also:
Constant Field Values
Constructor Detail

MailboxService

public MailboxService()
Method Detail

setup

@PostConstruct
public void setup()

destroy

@PreDestroy
public void destroy()

stopExecutor

public void stopExecutor()

wakeUp

public void wakeUp()

listUsers

public String[] listUsers()

Guvnor - Inbox Backend 6.0.0.CR1

Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.