biz.hammurapi.web.util
Class EngineWrapper
java.lang.Object
biz.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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EngineWrapper
public EngineWrapper(java.lang.String config)
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.