Interface BindableResource

All Superinterfaces:
org.jvnet.hk2.config.ConfigBeanProxy, jakarta.validation.Payload, Resource

@ResourceNameConstraint(message="{resourcename.invalid.character}", payload=BindableResource.class) public interface BindableResource extends Resource, jakarta.validation.Payload
  • Field Details

  • Method Details

    • getJndiName

      @NotNull @Pattern(regexp="[^\',][^\',\\\\]*", message="Pattern: [^\',][^\',\\\\]*") @NotNull @Pattern(regexp="[^\',][^\',\\\\]*",message="Pattern: [^\',][^\',\\\\]*") String getJndiName()
      Gets the value of the jndiName property.
      Returns:
      possible object is String
    • setJndiName

      void setJndiName(String jndiName) throws PropertyVetoException
      Sets the value of the jndiName property.
      Parameters:
      jndiName - allowed object is String
      Throws:
      PropertyVetoException
    • getEnabled

      String getEnabled()
      Gets the value of the enabled property.
      Returns:
      possible object is String
    • setEnabled

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

      default String getIdentity()
      Specified by:
      getIdentity in interface Resource