public class HsqlServerFactoryBean extends Object implements FactoryBean<org.hsqldb.Server>, InitializingBean
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 FactoryBean<org.hsqldb.Server>
Exception
public Class<?> getObjectType()
getObjectType
in interface FactoryBean<org.hsqldb.Server>
public boolean isSingleton()
isSingleton
in interface FactoryBean<org.hsqldb.Server>
public void destroy()
public void init()
public void afterPropertiesSet() throws Exception
afterPropertiesSet
in interface InitializingBean
Exception
public 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–2017 aiticon GmbH. All rights reserved.