com.sun.enterprise.config.serverbeans
Interface ResourcePool
- All Superinterfaces:
- org.jvnet.hk2.config.ConfigBeanProxy, javax.validation.Payload, Resource
- All Known Subinterfaces:
- ConnectorConnectionPool, JdbcConnectionPool
@ResourceNameConstraint(message="{resourcename.invalid.character}",
payload=ResourcePool.class)
public interface ResourcePool- extends Resource, javax.validation.Payload
| Nested classes/interfaces inherited from interface org.jvnet.hk2.config.ConfigBeanProxy |
org.jvnet.hk2.config.ConfigBeanProxy.Duck |
|
Method Summary |
String |
getName()
Gets the value of the name property. |
void |
setName(String value)
Sets the value of the name property. |
| Methods inherited from interface org.jvnet.hk2.config.ConfigBeanProxy |
createChild, deepCopy, getParent, getParent |
getName
@NotNull
@Pattern(regexp="[A-Za-z0-9_][A-Za-z0-9\\-_\\./;:#]*",
message="{resourcepool.invalid.name.key}",
payload=ResourcePool.class)
String getName()
- Gets the value of the name property.
- Returns:
- possible object is
String
setName
void setName(String value)
throws PropertyVetoException
- Sets the value of the name property.
- Parameters:
value - allowed object is
String
- Throws:
PropertyVetoException
Copyright © 2012 GlassFish Community. All Rights Reserved.