isValidId abstract method
- String poolId
 
Checks if the given ID is a valid 4-character hexadecimal value.
poolId - The connection pool ID to validate.
Returns true if the ID is valid, false otherwise.
Implementation
bool isValidId(String poolId);