@ResourceNameConstraint(message="{resourcename.invalid.character}", payload=ResourcePool.class) public interface ResourcePool extends Resource, javax.validation.Payload
| Modifier and Type | Interface and Description |
|---|---|
static class |
ResourcePool.Duck |
| Modifier and Type | Method and Description |
|---|---|
String |
getIdentity() |
String |
getName()
Gets the value of the name property.
|
String |
getPing()
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.
|
getDeploymentOrder, getObjectType, setDeploymentOrder, setObjectType@NotNull
@Pattern(regexp="[A-Za-z0-9_][A-Za-z0-9\\-_\\./;:#]*",
message="{resourcepool.invalid.name.key}",
payload=ResourcePool.class)
String getName()
Stringvoid setName(String value) throws PropertyVetoException
value - allowed object is
StringPropertyVetoException@DuckTyped String getIdentity()
getIdentity in interface ResourceString getPing()
Stringvoid setPing(String value) throws PropertyVetoException
value - allowed object is
StringPropertyVetoExceptionCopyright © 2013. All Rights Reserved.