Class GlassfishDomain.ConnectorResource

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

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

    • ConnectorResource

      public ConnectorResource()
      Instantiates a new Connector resource.
    • ConnectorResource

      public ConnectorResource(String poolName, String jndiName)
      Instantiates a new Connector 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