org.drools.guvnor.server.repository
Class MailboxService
java.lang.Object
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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MAILMAN
public static final String MAILMAN
- See Also:
- Constant Field Values
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-2011 JBoss Inc.. All Rights Reserved.