org.droolsjbpm.services.impl
Class RulesNotificationServiceImpl
java.lang.Object
org.droolsjbpm.services.impl.RulesNotificationServiceImpl
- All Implemented Interfaces:
- RulesNotificationService
@ApplicationScoped
public class RulesNotificationServiceImpl
- extends Object
- implements RulesNotificationService
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RulesNotificationServiceImpl
public RulesNotificationServiceImpl()
insertNotification
public void insertNotification(int sessionId,
String notification)
- Specified by:
insertNotification
in interface RulesNotificationService
getAllNotificationInstance
public Collection<RuleNotificationInstanceDesc> getAllNotificationInstance()
- Specified by:
getAllNotificationInstance
in interface RulesNotificationService
getAllNotificationInstanceBySessionId
public Collection<RuleNotificationInstanceDesc> getAllNotificationInstanceBySessionId(int sessionId)
- Specified by:
getAllNotificationInstanceBySessionId
in interface RulesNotificationService
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.