Class GlassfishDomain.ConnectorResource

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

    public static class GlassfishDomain.ConnectorResource
    extends java.lang.Object
    implements java.io.Serializable
    The type Connector resource.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      ConnectorResource()
      Instantiates a new Connector resource.
      ConnectorResource​(java.lang.String poolName, java.lang.String jndiName)
      Instantiates a new Connector resource.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getJndiName()
      Gets Jndi name.
      java.lang.String getPoolName()
      Gets pool name.
      void setJndiName​(java.lang.String jndiName)
      Sets jndi name.
      void setPoolName​(java.lang.String poolName)
      Sets pool name.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ConnectorResource

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

        public ConnectorResource​(java.lang.String poolName,
                                 java.lang.String jndiName)
        Instantiates a new Connector resource.
        Parameters:
        poolName - the pool name
        jndiName - the jndi name
    • Method Detail

      • getJndiName

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

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

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

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