org.exolab.jms.tools.migration
Class MigrationHelper

java.lang.Object
  |
  +--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 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.
Constructor Detail

MigrationHelper

public MigrationHelper()
Method Detail

getDataSource

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

getSchema

public static Database getSchema()
                          throws org.exolab.jms.persistence.PersistenceException


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