Class GlassfishDomain.JdbcResource

java.lang.Object
com.priint.pubserver.appserver.GlassfishDomain.JdbcResource
All Implemented Interfaces:
Serializable
Enclosing class:
GlassfishDomain

public static class GlassfishDomain.JdbcResource extends Object implements Serializable
The type Jdbc resource.
See Also:
  • Constructor Details

    • JdbcResource

      public JdbcResource()
      Instantiates a new Jdbc resource.
    • JdbcResource

      public JdbcResource(String poolName, String jndiName)
      Instantiates a new Jdbc resource.
      Parameters:
      poolName - the pool name
      jndiName - the jndi name
  • Method Details

    • getJndiName

      public String getJndiName()
      Gets jndi name.
      Returns:
      the jndi name
    • getPoolName

      public String getPoolName()
      Gets pool name.
      Returns:
      the pool name
    • setJndiName

      public void setJndiName(String jndiName)
      Sets jndi name.
      Parameters:
      jndiName - the jndi name
    • setPoolName

      public void setPoolName(String poolName)
      Sets pool name.
      Parameters:
      poolName - the pool name