@ResourceNameConstraint(message="{resourcename.invalid.character}", payload=BindableResource.class) public interface BindableResource extends Resource, javax.validation.Payload
Modifier and Type | Interface and Description |
---|---|
static class |
BindableResource.Duck |
Modifier and Type | Method and Description |
---|---|
String |
getEnabled()
Gets the value of the enabled property.
|
String |
getIdentity() |
@NotNull @Pattern(regexp="[^\',][^\',\\\\]*") String |
getJndiName()
Gets the value of the jndiName property.
|
void |
setEnabled(String value)
Sets the value of the enabled property.
|
void |
setJndiName(String value)
Sets the value of the jndiName property.
|
getDeploymentOrder, getObjectType, setDeploymentOrder, setObjectType
createChild, deepCopy, getParent, getParent
@NotNull @Pattern(regexp="[^\',][^\',\\\\]*") @NotNull @Pattern(regexp="[^\',][^\',\\\\]*") String getJndiName()
String
void setJndiName(String value) throws PropertyVetoException
value
- allowed object is
String
PropertyVetoException
String getEnabled()
String
void setEnabled(String value) throws PropertyVetoException
value
- allowed object is
String
PropertyVetoException
@DuckTyped String getIdentity()
getIdentity
in interface Resource
Copyright © 2021. All rights reserved.