|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.lexevs.dao.database.setup.schemacheck.LexGridSchemaCheckFactory
public class LexGridSchemaCheckFactory
A factory for creating LexGridSchemaCheck objects.
Constructor Summary | |
---|---|
LexGridSchemaCheckFactory()
|
Method Summary | |
---|---|
void |
afterPropertiesSet()
|
DatabaseType |
getDatabaseType()
Gets the database type. |
javax.sql.DataSource |
getDataSource()
Gets the data source. |
java.lang.Object |
getObject()
|
java.lang.Class |
getObjectType()
|
SystemVariables |
getSystemVariables()
|
boolean |
isSingleton()
|
void |
setDatabaseType(DatabaseType databaseType)
Sets the database type. |
void |
setDataSource(javax.sql.DataSource dataSource)
Sets the data source. |
void |
setSystemVariables(SystemVariables systemVariables)
Sets the prefix resolver. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LexGridSchemaCheckFactory()
Method Detail |
---|
public java.lang.Object getObject() throws java.lang.Exception
getObject
in interface org.springframework.beans.factory.FactoryBean
java.lang.Exception
public void afterPropertiesSet() throws java.lang.Exception
afterPropertiesSet
in interface org.springframework.beans.factory.InitializingBean
java.lang.Exception
public java.lang.Class getObjectType()
getObjectType
in interface org.springframework.beans.factory.FactoryBean
public boolean isSingleton()
isSingleton
in interface org.springframework.beans.factory.FactoryBean
public void setDatabaseType(DatabaseType databaseType)
databaseType
- the new database typepublic DatabaseType getDatabaseType()
public void setDataSource(javax.sql.DataSource dataSource)
dataSource
- the new data sourcepublic javax.sql.DataSource getDataSource()
public void setSystemVariables(SystemVariables systemVariables)
prefixResolver
- the new prefix resolverpublic SystemVariables getSystemVariables()
|
Copyright: (c) 2004-2006 Mayo Foundation for Medical Education and Research (MFMER). All rights reserved. MAYO, MAYO CLINIC, and the triple-shield Mayo logo are trademarks and service marks of MFMER. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |