org.firebirdsql.pool
Class PooledObjectEvent
java.lang.Object
java.util.EventObject
org.firebirdsql.pool.PooledObjectEvent
- All Implemented Interfaces:
- java.io.Serializable
Deprecated.
@Deprecated
public class PooledObjectEvent
- extends java.util.EventObject
Event object for object pool events.
- Author:
- Roman Rokytskyy
- See Also:
- Serialized Form
Fields inherited from class java.util.EventObject |
source |
Constructor Summary |
PooledObjectEvent(java.lang.Object eventSource)
Deprecated. Create instance of this object for the specified event source. |
PooledObjectEvent(java.lang.Object eventSource,
boolean connectionDeallocated)
Deprecated. Create instance of this object for the specified event source and
information if the physical connection is deallocated. |
Method Summary |
boolean |
isDeallocated()
Deprecated. Check if the physical connection that generated this event is deallocated. |
Methods inherited from class java.util.EventObject |
getSource, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
PooledObjectEvent
public PooledObjectEvent(java.lang.Object eventSource)
- Deprecated.
- Create instance of this object for the specified event source. This is
a shortcut call for
PooledObjectEvent(Object, false)
.
- Parameters:
eventSource
- event source.
PooledObjectEvent
public PooledObjectEvent(java.lang.Object eventSource,
boolean connectionDeallocated)
- Deprecated.
- Create instance of this object for the specified event source and
information if the physical connection is deallocated.
- Parameters:
eventSource
- event source.connectionDeallocated
- true
if physical connection
is closed.
isDeallocated
public boolean isDeallocated()
- Deprecated.
- Check if the physical connection that generated this event is deallocated.
- Returns:
true
if connection was deallocated.
Copyright © 2001-2019 Jaybird (Firebird JDBC/JCA) team. All rights reserved.