biz.hammurapi.web.util
Class EngineWrapper

java.lang.Object
  extended bybiz.hammurapi.web.util.EngineWrapper
All Implemented Interfaces:
biz.hammurapi.config.Component, biz.hammurapi.config.Wrapper

public class EngineWrapper
extends java.lang.Object
implements biz.hammurapi.config.Wrapper, biz.hammurapi.config.Component

Helper class to instantiate data access engines generated by SQLC.

Author:
Pavel Vlasov

Constructor Summary
EngineWrapper(java.lang.String config)
           
 
Method Summary
 java.lang.Object getMaster()
           
 void setOwner(java.lang.Object owner)
           
 void start()
           
 void stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EngineWrapper

public EngineWrapper(java.lang.String config)
Method Detail

getMaster

public java.lang.Object getMaster()
Specified by:
getMaster in interface biz.hammurapi.config.Wrapper

start

public void start()
           throws biz.hammurapi.config.ConfigurationException
Specified by:
start in interface biz.hammurapi.config.Component
Throws:
biz.hammurapi.config.ConfigurationException

stop

public void stop()
          throws biz.hammurapi.config.ConfigurationException
Specified by:
stop in interface biz.hammurapi.config.Component
Throws:
biz.hammurapi.config.ConfigurationException

setOwner

public void setOwner(java.lang.Object owner)
Specified by:
setOwner in interface biz.hammurapi.config.Component


Copyright © 2006 Hammurapi Group. All Rights Reserved.