org.exolab.jms.tools.migration.master
Class MessageExporter

java.lang.Object
  |
  +--org.exolab.jms.tools.migration.master.MessageExporter
All Implemented Interfaces:
Export

public class MessageExporter
extends java.lang.Object
implements Export


Constructor Summary
MessageExporter(java.sql.Connection connection)
           
 
Method Summary
 java.util.Iterator exportCollection()
          Export data
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MessageExporter

public MessageExporter(java.sql.Connection connection)
Method Detail

exportCollection

public java.util.Iterator exportCollection()
                                    throws javax.jms.JMSException,
                                           java.sql.SQLException
Export data
Specified by:
exportCollection in interface Export
Returns:
iterator over the exported collection
Throws:
javax.jms.JMSException - if a JMS exception is encountered
java.sql.SQLException - if an SQL exception is encountered


Copyright © 1999-2003 The OpenJMS Group. All Rights Reserved.