public class HsqlServerFactoryBean extends Object implements org.springframework.beans.factory.FactoryBean<org.hsqldb.Server>, org.springframework.beans.factory.InitializingBean, org.springframework.beans.factory.DisposableBean
| Constructor and Description |
|---|
HsqlServerFactoryBean() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterPropertiesSet() |
void |
destroy() |
String |
getDatabaseName() |
String |
getDatabasePath() |
org.hsqldb.Server |
getObject() |
Class<?> |
getObjectType() |
int |
getPort() |
void |
init() |
boolean |
isSingleton() |
void |
setDatabaseName(String databaseName) |
void |
setDatabasePath(String databasePath) |
void |
setPort(int port) |
String |
toString() |
public org.hsqldb.Server getObject()
throws Exception
getObject in interface org.springframework.beans.factory.FactoryBean<org.hsqldb.Server>Exceptionpublic Class<?> getObjectType()
getObjectType in interface org.springframework.beans.factory.FactoryBean<org.hsqldb.Server>public boolean isSingleton()
isSingleton in interface org.springframework.beans.factory.FactoryBean<org.hsqldb.Server>public void destroy()
destroy in interface org.springframework.beans.factory.DisposableBeanpublic void init()
public void afterPropertiesSet()
throws Exception
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBeanExceptionpublic String getDatabaseName()
public void setDatabaseName(String databaseName)
public int getPort()
public void setPort(int port)
public String getDatabasePath()
public void setDatabasePath(String databasePath)
Copyright © 2011–2020 aiticon GmbH. All rights reserved.