Interface ResourcePoolReference
-
public interface ResourcePoolReferenceThis is an abstraction for a resource that refers a resource-pool. Samples are jdbc-resource and connector-resource.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description @NotNull StringgetPoolName()Gets the value of the poolName property.voidsetPoolName(String value)Sets the value of the poolName property.
-
-
-
Method Detail
-
getPoolName
@NotNull @NotNull String getPoolName()
Gets the value of the poolName property.- Returns:
- possible object is
String
-
setPoolName
void setPoolName(String value) throws PropertyVetoException
Sets the value of the poolName property.- Parameters:
value- allowed object isString- Throws:
PropertyVetoException
-
-