public class JDBCEventConnectionDecorator extends AbstractConcurrentEventManager implements ConnectionDecorator
JDBCEvent
s._listeners
Constructor and Description |
---|
JDBCEventConnectionDecorator() |
Modifier and Type | Method and Description |
---|---|
Connection |
decorate(Connection conn)
Decorate the given connection if desired.
|
protected void |
fireEvent(Object event,
Object listener)
Fire the given event to all listeners.
|
addListener, fireEvent, getListeners, hasListener, hasListeners, isFailFast, newListenerCollection, removeListener, setFailFast
public Connection decorate(Connection conn)
ConnectionDecorator
decorate
in interface ConnectionDecorator
protected void fireEvent(Object event, Object listener)
fireEvent
in class AbstractConcurrentEventManager
Copyright © 2006–2022 Apache Software Foundation. All rights reserved.