Class DataSourceDefinitionDescriptor

    • Constructor Detail

      • DataSourceDefinitionDescriptor

        public DataSourceDefinitionDescriptor()
    • Method Detail

      • setDeployed

        public void setDeployed​(boolean deployed)
      • isDeployed

        public boolean isDeployed()
      • getName

        public String getName()
        Description copied from class: Descriptor
        The name of this descriptor as a String.
        Overrides:
        getName in class Descriptor
        Returns:
        the name of this descriptor
      • setName

        public void setName​(String name)
        Description copied from class: Descriptor
        Sets the name of this descriptor.
        Overrides:
        setName in class Descriptor
        Parameters:
        name - the new name of the descriptor.
      • setUrl

        public void setUrl​(String Url)
      • getUrl

        public String getUrl()
      • getDescription

        public String getDescription()
        Description copied from class: Descriptor
        The description text of this descriptor as a String.
        Overrides:
        getDescription in class Descriptor
        Returns:
        the description text of this descriptor
      • setTransactionSet

        public void setTransactionSet​(boolean value)
      • isTransactionSet

        public boolean isTransactionSet()
      • setDescription

        public void setDescription​(String description)
        Description copied from class: Descriptor
        Sets the description text of this descriptor.
        Overrides:
        setDescription in class Descriptor
        Parameters:
        description - the new description text of the descriptor.
      • getClassName

        public String getClassName()
      • setClassName

        public void setClassName​(String className)
      • getPortNumber

        public int getPortNumber()
      • setPortNumber

        public void setPortNumber​(int portNumber)
      • getDatabaseName

        public String getDatabaseName()
      • setDatabaseName

        public void setDatabaseName​(String databaseName)
      • getServerName

        public String getServerName()
      • setServerName

        public void setServerName​(String serverName)
      • getUser

        public String getUser()
      • setUser

        public void setUser​(String user)
      • getPassword

        public String getPassword()
      • setPassword

        public void setPassword​(String password)
      • getLoginTimeout

        public long getLoginTimeout()
      • setLoginTimeout

        public void setLoginTimeout​(String loginTimeout)
      • isLoginTimeoutSet

        public boolean isLoginTimeoutSet()
      • isServerNameSet

        public boolean isServerNameSet()
      • isTransactional

        public boolean isTransactional()
      • setTransactional

        public void setTransactional​(boolean transactional)
      • getIsolationLevelString

        public String getIsolationLevelString()
      • getIsolationLevel

        public int getIsolationLevel()
      • setIsolationLevel

        public void setIsolationLevel​(String isolationLevelString)
      • isIntegerIsolationLevelSet

        public boolean isIntegerIsolationLevelSet​(String isolationLevelString)
      • getInitialPoolSize

        public int getInitialPoolSize()
      • setInitialPoolSize

        public void setInitialPoolSize​(int initialPoolSize)
      • getMaxPoolSize

        public int getMaxPoolSize()
      • setMaxPoolSize

        public void setMaxPoolSize​(int maxPoolSize)
      • getMinPoolSize

        public int getMinPoolSize()
      • setMinPoolSize

        public void setMinPoolSize​(int minPoolSize)
      • getMaxIdleTime

        public long getMaxIdleTime()
      • setMaxIdleTime

        public void setMaxIdleTime​(String maxIdleTime)
      • getMaxStatements

        public int getMaxStatements()
      • setMaxStatements

        public void setMaxStatements​(int maxStatements)
      • addProperty

        public void addProperty​(String key,
                                String value)
      • getProperties

        public Properties getProperties()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • getJavaName

        public static String getJavaName​(String thisName)
      • addDataSourcePropertyDescriptor

        public void addDataSourcePropertyDescriptor​(ResourcePropertyDescriptor propertyDescriptor)