org.jmux.app.component
Class Persister

java.lang.Object
  extended by org.jmux.app.component.AbstractComponent
      extended by org.jmux.app.component.AbstractControl
          extended by org.jmux.app.component.Persister
All Implemented Interfaces:
Component, Control

public class Persister
extends AbstractControl

Author:
donaldw

Constructor Summary
Persister()
           
 
Method Summary
 void configure(Config config, App app)
           
 javax.sql.DataSource getDataSource()
           
 org.apache.commons.dbutils.QueryRunner getQueryRunner()
           
 void start()
           
 void stop()
           
 
Methods inherited from class org.jmux.app.component.AbstractComponent
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

Persister

public Persister()
Method Detail

configure

public void configure(Config config,
                      App app)
Specified by:
configure in interface Component
Overrides:
configure in class AbstractComponent

start

public void start()

getDataSource

public javax.sql.DataSource getDataSource()

getQueryRunner

public org.apache.commons.dbutils.QueryRunner getQueryRunner()

stop

public void stop()


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