Class GlassfishDomain.ConnectorConnectionPool

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

public static class GlassfishDomain.ConnectorConnectionPool extends Object implements Serializable
The type Connector connection pool.
See Also:
  • Constructor Details

    • ConnectorConnectionPool

      public ConnectorConnectionPool()
      Instantiates a new Connector connection pool.
    • ConnectorConnectionPool

      public ConnectorConnectionPool(String name, String connectionDefinitionName, String resourceAdapterName)
      Instantiates a new Connector connection pool.
      Parameters:
      name - the name
      connectionDefinitionName - the connection definition name
      resourceAdapterName - the resource adapter name
  • Method Details

    • getconnectionDefinitionName

      public String getconnectionDefinitionName()
      Gets definition name.
      Returns:
      the definition name
    • getMaxPoolSize

      public String getMaxPoolSize()
      Gets max pool size.
      Returns:
      the max pool size
    • getName

      public String getName()
      Gets name.
      Returns:
      the name
    • getProperties

      public List<GlassfishDomain.Property> getProperties()
      Gets properties.
      Returns:
      the properties
    • getProperties

      public <T> List<T> getProperties(Class<T> clazz)
      Gets properties.
      Type Parameters:
      T - the type parameter
      Parameters:
      clazz - the clazz
      Returns:
      the properties
    • getProperty

      public <T> T getProperty(Class<T> clazz, String name)
      Gets property.
      Type Parameters:
      T - the type parameter
      Parameters:
      clazz - the clazz
      name - the name
      Returns:
      the property
    • getResourceAdapterName

      public String getResourceAdapterName()
      Gets resource adapter name.
      Returns:
      the resource adapter name
    • setconnectionDefinitionName

      public void setconnectionDefinitionName(String connectionDefinitionName)
      Sets definition name.
      Parameters:
      connectionDefinitionName - the connection definition name
    • setMaxPoolSize

      public void setMaxPoolSize(String maxPoolSize)
      Sets max pool size.
      Parameters:
      maxPoolSize - the max pool size
    • setName

      public void setName(String name)
      Sets name.
      Parameters:
      name - the name
    • setResourceAdapterName

      public void setResourceAdapterName(String resourceAdapterName)
      Sets resource adapter name.
      Parameters:
      resourceAdapterName - the resource adapter name