org.shiftone.exq.impl.config
Class AbstractMetaDataBase

java.lang.Object
  extended byorg.shiftone.exq.impl.config.AbstractMetaDataBase
Direct Known Subclasses:
ConnectionMetaData, QueryMetaData

public abstract class AbstractMetaDataBase
extends java.lang.Object

Class AbstractMetaDataBase

Author:
Jeff Drost

Field Summary
static org.apache.log4j.Category LOG
           
 
Constructor Summary
AbstractMetaDataBase(java.lang.String resourcePath)
          Constructor AbstractMetaDataBase
 
Method Summary
 java.lang.String getName()
          Method getName
protected  java.lang.String getResourcePath()
          Method getResourcePath
protected abstract  java.lang.Object getRootBean()
          Method getRootBean
protected  void initialize()
          Method initialize
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LOG

public static final org.apache.log4j.Category LOG
Constructor Detail

AbstractMetaDataBase

public AbstractMetaDataBase(java.lang.String resourcePath)
Constructor AbstractMetaDataBase

Parameters:
resourcePath -
Method Detail

getResourcePath

protected java.lang.String getResourcePath()
Method getResourcePath


getName

public java.lang.String getName()
Method getName


getRootBean

protected abstract java.lang.Object getRootBean()
Method getRootBean


initialize

protected void initialize()
                   throws ConfigException
Method initialize

Throws:
ConfigException