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
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsFields inherited from interface com.sun.enterprise.config.serverbeans.Resource
OBJECT_TYPES -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the enabled property.@NotNull @Pattern(regexp="[^\',][^\',\\\\]*",message="Pattern: [^\',][^\',\\\\]*") StringGets the value of the jndiName property.voidsetEnabled(String value) Sets the value of the enabled property.voidsetJndiName(String value) Sets the value of the jndiName property.Methods inherited from interface org.jvnet.hk2.config.ConfigBeanProxy
createChild, deepCopy, getParent, getParentMethods inherited from interface com.sun.enterprise.config.serverbeans.Resource
getDeploymentOrder, getObjectType, setDeploymentOrder, setObjectType
-
Field Details
-
PATTERN_JNDI
- See Also:
-
-
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
Sets the value of the jndiName property.- Parameters:
value- allowed object isString- Throws:
PropertyVetoException
-
getEnabled
String getEnabled()Gets the value of the enabled property.- Returns:
- possible object is
String
-
setEnabled
Sets the value of the enabled property.- Parameters:
value- allowed object isString- Throws:
PropertyVetoException
-
getIdentity
- Specified by:
getIdentityin interfaceResource
-