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

NewPersistenceManager (JBoss Messaging API) - JBoss 3.2.7 messaging API Documentation 英文版文档


org.jboss.mq.pm
Interface NewPersistenceManager

All Superinterfaces:
PersistenceManager
All Known Implementing Classes:
NewPersistenceManager, PersistenceManager

public interface NewPersistenceManager
extends PersistenceManager

New Persistence Manager interface

Version:
$Revision: 1.1.2.3 $
Author:
Adrian Brock

Method Summary
 void addMessage(SpyMessage message)
          Persist the message
 
Methods inherited from interface org.jboss.mq.pm.PersistenceManager
add, closeQueue, commitPersistentTx, createPersistentTx, getMessageCacheInstance, getTxManager, remove, restoreQueue, rollbackPersistentTx, update
 

Method Detail

addMessage

public void addMessage(SpyMessage message)
                throws javax.jms.JMSException
Persist the message

Parameters:
message - the message to persist
Throws:
javax.jms.JMSException - for any error


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.