站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss JBPM 3.1.3 API 英文版文档

StaticNotifier (jbpm-3.1.3) - JBoss JBPM 3.1.3 API 英文版文档


org.jbpm.msg.db
Class StaticNotifier

java.lang.Object
  extended by org.jbpm.msg.db.StaticNotifier

public abstract class StaticNotifier
extends java.lang.Object


Constructor Summary
StaticNotifier()
           
 
Method Summary
static void notify(java.lang.String destination)
           
static void waitForNotification(java.lang.String destination)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StaticNotifier

public StaticNotifier()
Method Detail

notify

public static void notify(java.lang.String destination)

waitForNotification

public static void waitForNotification(java.lang.String destination)
                                throws java.lang.InterruptedException
Throws:
java.lang.InterruptedException


Version : jbpm-3.1.3