org.jmux.app.component
Class PersisterUtil

java.lang.Object
  extended by org.jmux.app.component.AbstractComponent
      extended by org.jmux.app.component.PersisterUtil
All Implemented Interfaces:
Component

public class PersisterUtil
extends AbstractComponent

Author:
donaldw

Constructor Summary
PersisterUtil()
           
 
Method Summary
 void checkpoint()
           
 void doIt()
           
 void query(java.lang.String expression)
          use for SQL command SELECT
 void trunc()
           
 
Methods inherited from class org.jmux.app.component.AbstractComponent
configure, getConfig, log, logDebug, logDebug, logError, logError
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PersisterUtil

public PersisterUtil()
Method Detail

query

public void query(java.lang.String expression)
           throws java.sql.SQLException
use for SQL command SELECT

Throws:
java.sql.SQLException

doIt

public void doIt()

trunc

public void trunc()

checkpoint

public void checkpoint()


Copyright © 2006-2008 jmux.org. All Rights Reserved.