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 Class Summary
 
Nested classes/interfaces inherited from interface org.jvnet.hk2.config.ConfigBeanProxy
org.jvnet.hk2.config.ConfigBeanProxy.Duck
 
Method Summary
 java.lang.String getName()
          Gets the value of the name property.
 void setName(java.lang.String value)
          Sets the value of the name property.
 
Methods inherited from interface com.sun.enterprise.config.serverbeans.Resource
getObjectType, setObjectType
 
Methods inherited from interface org.jvnet.hk2.config.ConfigBeanProxy
createChild, deepCopy, getParent, getParent
 

Method Detail

getName

@NotNull
@Pattern(regexp="[A-Za-z0-9_][A-Za-z0-9\\-_\\./;:#]*",
         message="{resourcepool.invalid.name.key}",
         payload=ResourcePool.class)
java.lang.String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

void setName(java.lang.String value)
             throws java.beans.PropertyVetoException
Sets the value of the name property.

Parameters:
value - allowed object is String
Throws:
java.beans.PropertyVetoException


Copyright © 2012 GlassFish Community. All Rights Reserved.