org.exolab.jms.tools.migration
Class MigrationHelper

java.lang.Object
  extended by org.exolab.jms.tools.migration.MigrationHelper

public class MigrationHelper
extends java.lang.Object

Utility class.

Version:
$Revision: 1.1 $ $Date: 2005/11/12 12:47:37 $
Author:
Tim Anderson

Field Summary
static java.lang.String SCHEMA
          The path to the migration database schema, as a resource.
 
Constructor Summary
MigrationHelper()
           
 
Method Summary
static org.apache.derby.jdbc.EmbeddedDataSource getDataSource(java.lang.String name)
           
static org.exolab.jms.tools.db.Database getSchema()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SCHEMA

public static final java.lang.String SCHEMA
The path to the migration database schema, as a resource.

See Also:
Constant Field Values
Constructor Detail

MigrationHelper

public MigrationHelper()
Method Detail

getDataSource

public static org.apache.derby.jdbc.EmbeddedDataSource getDataSource(java.lang.String name)

getSchema

public static org.exolab.jms.tools.db.Database getSchema()
                                                  throws org.exolab.jms.persistence.PersistenceException
Throws:
org.exolab.jms.persistence.PersistenceException


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