Hyperic HQ Plugin API v. 4.4.0.2

org.hyperic.util.jdbc
Class OracleSequenceSync

java.lang.Object
  extended by org.hyperic.util.jdbc.OracleSequenceSync

public class OracleSequenceSync
extends java.lang.Object

A class which scans all sequences for the specified user and resets them to begin with a number that is guaranteed to be higher than the last number recorded in the table


Constructor Summary
OracleSequenceSync(java.lang.String jdbcUrl, java.lang.String user, java.lang.String password, boolean testMode)
           
 
Method Summary
static void main(java.lang.String[] args)
           
 void reinitSequences()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OracleSequenceSync

public OracleSequenceSync(java.lang.String jdbcUrl,
                          java.lang.String user,
                          java.lang.String password,
                          boolean testMode)
                   throws java.sql.SQLException
Throws:
java.sql.SQLException
Method Detail

main

public static void main(java.lang.String[] args)

reinitSequences

public void reinitSequences()
                     throws java.sql.SQLException
Throws:
java.sql.SQLException

Hyperic HQ Plugin API v. 4.4.0.2

Copyright © 2004-2006 Hyperic, Inc. support@hyperic.net, All Rights Reserved.