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

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

public class ConsumerExporter
extends java.lang.Object
implements Export

Exports consumers from the OpenJMS database


Constructor Summary
ConsumerExporter(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

ConsumerExporter

public ConsumerExporter(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.