org.apache.jetspeed.tools.migration
Class JetspeedRegistryMigration
java.lang.Object
org.apache.jetspeed.tools.migration.JetspeedRegistryMigration
- All Implemented Interfaces:
- JetspeedMigration
public class JetspeedRegistryMigration
- extends java.lang.Object
- implements JetspeedMigration
Jetspeed Migration for Registry component.
- Version:
- $Id$
- Author:
- Randy Watler
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JetspeedRegistryMigration
public JetspeedRegistryMigration()
getName
public java.lang.String getName()
- Specified by:
getName in interface JetspeedMigration
detectSourceVersion
public int detectSourceVersion(java.sql.Connection sourceConnection,
int sourceVersion)
throws java.sql.SQLException
- Specified by:
detectSourceVersion in interface JetspeedMigration
- Throws:
java.sql.SQLException
migrate
public JetspeedMigrationResult migrate(java.sql.Connection sourceConnection,
int sourceVersion,
java.sql.Connection targetConnection,
JetspeedMigrationListener migrationListener)
throws java.sql.SQLException
- Specified by:
migrate in interface JetspeedMigration
- Throws:
java.sql.SQLException
Copyright © 1999-2011 The Apache Software Foundation. All Rights Reserved.