Class GlassfishDomain.ConnectorConnectionPool

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing class:
    GlassfishDomain

    public static class GlassfishDomain.ConnectorConnectionPool
    extends java.lang.Object
    implements java.io.Serializable
    The type Connector connection pool.
    See Also:
    Serialized Form
    • Constructor Detail

      • ConnectorConnectionPool

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

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

      • getconnectionDefinitionName

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

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

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

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

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

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

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

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

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

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

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