org.drools.guvnor.server.repository
Class MailboxService

java.lang.Object
  extended by org.drools.guvnor.server.repository.MailboxService

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.


Method Summary
static MailboxService getInstance()
           
 void init(RulesRepository systemRepo)
           
 void recordItemUpdated(AssetItem item)
          Call this to note that there has been a change - will then publish to any interested parties.
 void stop()
           
 void wakeUp()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static MailboxService getInstance()

init

public void init(RulesRepository systemRepo)

stop

public void stop()

wakeUp

public void wakeUp()

recordItemUpdated

public void recordItemUpdated(AssetItem item)
Call this to note that there has been a change - will then publish to any interested parties.

Parameters:
item -


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