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

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


org.jbpm.msg.db
Class DbMessageService

java.lang.Object
  extended by org.jbpm.msg.db.DbMessageService
All Implemented Interfaces:
java.io.Serializable, MessageService, Service

public class DbMessageService
extends java.lang.Object
implements MessageService

See Also:
Serialized Form

Constructor Summary
DbMessageService()
           
 
Method Summary
 void close()
           
 MessagingSession getMessagingSession()
           
 boolean hasMessages(java.lang.String destination)
           
 Message receiveByIdNoWait(long id)
           
 Message receiveNoWait(java.lang.String destination)
           
 void resumeMessages(Token token)
           
 void send(Message message)
           
 void suspendMessages(Token token)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DbMessageService

public DbMessageService()
Method Detail

send

public void send(Message message)
Specified by:
send in interface MessageService

suspendMessages

public void suspendMessages(Token token)
Specified by:
suspendMessages in interface MessageService

resumeMessages

public void resumeMessages(Token token)
Specified by:
resumeMessages in interface MessageService

hasMessages

public boolean hasMessages(java.lang.String destination)

receiveNoWait

public Message receiveNoWait(java.lang.String destination)

receiveByIdNoWait

public Message receiveByIdNoWait(long id)

getMessagingSession

public MessagingSession getMessagingSession()

close

public void close()
Specified by:
close in interface MessageService
Specified by:
close in interface Service


Version : jbpm-3.1.3