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.2 $
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

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.