Interface ResourcePool

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

@ResourceNameConstraint(message="{resourcename.invalid.character}", payload=ResourcePool.class) public interface ResourcePool extends Resource, jakarta.validation.Payload
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static class 
     
  • Field Summary

    Fields inherited from interface com.sun.enterprise.config.serverbeans.Resource

    OBJECT_TYPES
  • Method Summary

    Modifier and Type
    Method
    Description
     
    @NotNull @Pattern(regexp="[A-Za-z0-9_][A-Za-z0-9\\-_\\./;:#]*",message="{resourcepool.invalid.name.key}",payload=ResourcePool.class) String
    Gets the value of the name property.
    Gets the value of the ping property.
    void
    setName(String value)
    Sets the value of the name property.
    void
    setPing(String value)
    Sets the value of the ping property.

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

    createChild, deepCopy, getParent, getParent

    Methods inherited from interface com.sun.enterprise.config.serverbeans.Resource

    getDeploymentOrder, getObjectType, setDeploymentOrder, setObjectType
  • Method Details