Class PooledConnectionListener (2.58.0)

public class PooledConnectionListener implements ConnectionEventListener

Inheritance

Object > PooledConnectionListener

Constructors

PooledConnectionListener(Long connPoolSize)

public PooledConnectionListener(Long connPoolSize)
Parameter
Name Description
connPoolSize Long

Methods

connectionClosed(ConnectionEvent event)

public void connectionClosed(ConnectionEvent event)
Parameter
Name Description
event ConnectionEvent

connectionErrorOccurred(ConnectionEvent event)

public void connectionErrorOccurred(ConnectionEvent event)
Parameter
Name Description
event ConnectionEvent

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getConnectionPoolCurrentCapacity()

public int getConnectionPoolCurrentCapacity()
Returns
Type Description
int

getConnectionPoolSize()

public Long getConnectionPoolSize()
Returns
Type Description
Long

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

isConnectionPoolEmpty()

public boolean isConnectionPoolEmpty()
Returns
Type Description
boolean