Class JNDIDataSource

java.lang.Object
com.orchestranetworks.addon.dex.configuration.JNDIDataSource

public final class JNDIDataSource extends Object
Defines the JNDI configuration for executing Import and Export of SQL without requiring global configuration in the application server.
Since:
2.5.0
  • Constructor Details

    • JNDIDataSource

      public JNDIDataSource()
  • Method Details

    • getURL

      public String getURL()
      Returns the database URL of the form jdbc:subprotocol:subname.
    • setURL

      public void setURL(String url)
      Specifies the database URL of the form jdbc:subprotocol:subname.
    • getUser

      public String getUser()
      Returns the database user on whose behalf the connection is being made.
    • setUser

      public void setUser(String user)
      Specifies the database user that made the connection.
    • getPassword

      public String getPassword()
      Returns the user's password.
    • setPassword

      public void setPassword(String password)
      Specifies the user's password.
    • getName

      public String getName()
      Returns the SQL data source name.
    • setName

      public void setName(String name)
      Specifies the SQL data source name.