Interface ResourceRef

    • Method Detail

      • getEnabled

        String getEnabled()
        Determines whether the resource is active or ignored.
        Returns:
        possible object is String
      • getRef

        @NotNull
        @Pattern(regexp="[^\':,][^\':,]*")
        @NotNull @Pattern(regexp="[^\':,][^\':,]*") String getRef()
        References the name attribute of a resources, such as an org.glassfish.connectors.config.JdbcResource or org.glassfish.connectors.config.JdbcConnectionPool.
        Returns:
        possible object is String