Interface ResourceRef

All Superinterfaces:
org.jvnet.hk2.config.ConfigBeanProxy

public interface ResourceRef extends org.jvnet.hk2.config.ConfigBeanProxy
  • Nested Class Summary

    Nested classes/interfaces inherited from interface org.jvnet.hk2.config.ConfigBeanProxy

    org.jvnet.hk2.config.ConfigBeanProxy.Duck
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Determines whether the resource is active or ignored.
    @NotNull @Pattern(regexp="[^\':,][^\':,]*",message="Pattern: [^\':,][^\':,]*") String
    References the name attribute of a resources, such as an org.glassfish.connectors.config.JdbcResource or org.glassfish.connectors.config.JdbcConnectionPool.
    void
    Sets the value of the enabled property.
    void
    setRef(String value)
    Sets the value of the ref property.

    Methods inherited from interface org.jvnet.hk2.config.ConfigBeanProxy

    createChild, deepCopy, getParent, getParent
  • Field Details

  • Method Details

    • getEnabled

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

      void setEnabled(String value) throws PropertyVetoException
      Sets the value of the enabled property.
      Parameters:
      value - allowed object is String
      Throws:
      PropertyVetoException
    • getRef

      @NotNull @Pattern(regexp="[^\':,][^\':,]*", message="Pattern: [^\':,][^\':,]*") @NotNull @Pattern(regexp="[^\':,][^\':,]*",message="Pattern: [^\':,][^\':,]*") 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
    • setRef

      void setRef(String value) throws PropertyVetoException
      Sets the value of the ref property.
      Parameters:
      value - allowed object is String
      Throws:
      PropertyVetoException