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 Modifier and Type Interface Description static classBindableResource.Duck
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetEnabled()Gets the value of the enabled property.StringgetIdentity()@NotNull @Pattern(regexp="[^\',][^\',\\\\]*") StringgetJndiName()Gets 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, getParent
-
Methods inherited from interface com.sun.enterprise.config.serverbeans.Resource
getDeploymentOrder, getObjectType, setDeploymentOrder, setObjectType
-
-
-
-
Method Detail
-
getJndiName
@NotNull @Pattern(regexp="[^\',][^\',\\\\]*") @NotNull @Pattern(regexp="[^\',][^\',\\\\]*") String getJndiName()
Gets the value of the jndiName property.- Returns:
- possible object is
String
-
setJndiName
void setJndiName(String value) throws PropertyVetoException
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
void setEnabled(String value) throws PropertyVetoException
Sets the value of the enabled property.- Parameters:
value- allowed object isString- Throws:
PropertyVetoException
-
getIdentity
@DuckTyped String getIdentity()
- Specified by:
getIdentityin interfaceResource
-
-