Interface ResourcePoolReference
public interface ResourcePoolReference
This is an abstraction for a resource that refers a resource-pool. Samples are jdbc-resource and connector-resource.
-
Method Summary
Modifier and TypeMethodDescription@NotNull StringGets the value of the poolName property.voidsetPoolName(String value) Sets the value of the poolName property.
-
Method Details
-
getPoolName
Gets the value of the poolName property.- Returns:
- possible object is
String
-
setPoolName
Sets the value of the poolName property.- Parameters:
value- allowed object isString- Throws:
PropertyVetoException
-