net.sf.jso.util
Class JSODropper

java.lang.Object
  extended bynet.sf.jso.util.JSODropper

public class JSODropper
extends java.lang.Object

Drops JSO database.


Constructor Summary
JSODropper()
           
 
Method Summary
 void drop()
          Runs JSO dropper using storage controller's configuration file to find the database to pe dropped.
static void main(java.lang.String[] args)
          Runs JSO dropper.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JSODropper

public JSODropper()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Runs JSO dropper.

Throws:
java.lang.Exception

drop

public void drop()
          throws java.lang.Exception
Runs JSO dropper using storage controller's configuration file to find the database to pe dropped.

Throws:
java.lang.Exception