org.exolab.jms.tools.migration.proxy
Class DestinationImporter

java.lang.Object
  |
  +--org.exolab.jms.tools.migration.proxy.DestinationImporter
All Implemented Interfaces:
Import

public class DestinationImporter
extends java.lang.Object
implements Import


Constructor Summary
DestinationImporter(Context context)
           
 
Method Summary
 void importCollection(java.util.Iterator iterator)
          Import each element from a collection
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DestinationImporter

public DestinationImporter(Context context)
Method Detail

importCollection

public void importCollection(java.util.Iterator iterator)
                      throws java.sql.SQLException
Import each element from a collection
Specified by:
importCollection in interface Import
Parameters:
iterator - iterator over the collection to import data from
Throws:
java.sql.SQLException - if a database error is encountered


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