Class HsqlServerFactoryBean

  • All Implemented Interfaces:
    org.springframework.beans.factory.DisposableBean, org.springframework.beans.factory.FactoryBean<org.hsqldb.Server>, org.springframework.beans.factory.InitializingBean

    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 Detail

      • HsqlServerFactoryBean

        public HsqlServerFactoryBean()
    • Method Detail

      • getObject

        public org.hsqldb.Server getObject()
                                    throws Exception
        Specified by:
        getObject in interface org.springframework.beans.factory.FactoryBean<org.hsqldb.Server>
        Throws:
        Exception
      • getObjectType

        public Class<?> getObjectType()
        Specified by:
        getObjectType in interface org.springframework.beans.factory.FactoryBean<org.hsqldb.Server>
      • isSingleton

        public boolean isSingleton()
        Specified by:
        isSingleton in interface org.springframework.beans.factory.FactoryBean<org.hsqldb.Server>
      • destroy

        public void destroy()
        Specified by:
        destroy in interface org.springframework.beans.factory.DisposableBean
      • init

        public void init()
      • afterPropertiesSet

        public void afterPropertiesSet()
                                throws Exception
        Specified by:
        afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
        Throws:
        Exception
      • getDatabaseName

        public String getDatabaseName()
      • setDatabaseName

        public void setDatabaseName​(String databaseName)
      • getPort

        public int getPort()
      • setPort

        public void setPort​(int port)
      • getDatabasePath

        public String getDatabasePath()
      • setDatabasePath

        public void setDatabasePath​(String databasePath)