Class DelegatingPoolAdapter

All Implemented Interfaces:
Pool

public abstract class DelegatingPoolAdapter extends FactoryDefaultsPoolAdapter
DelegatingPoolAdapter is an abstract implementation of GemFire's Pool interface and extension of FactoryDefaultsPoolAdapter that delegates operations to the provided Pool instance. However, this implementation guards against a potentially null Pool reference by returning default factory settings for the Pool's configuration properties along with default behavior for operations when the Pool reference is null.
Since:
1.8.0
Author:
John Blum
See Also: