com.atomikos.datasource.pool.event
Class PooledConnectionEvent

java.lang.Object
  extended by com.atomikos.icatch.event.Event
      extended by com.atomikos.datasource.pool.event.ConnectionPoolEvent
          extended by com.atomikos.datasource.pool.event.PooledConnectionEvent
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
PooledConnectionCreatedEvent, PooledConnectionDestroyedEvent, PooledConnectionReapedEvent

public abstract class PooledConnectionEvent
extends ConnectionPoolEvent

See Also:
Serialized Form

Field Summary
 String pooledConnectionId
           
 
Fields inherited from class com.atomikos.datasource.pool.event.ConnectionPoolEvent
uniqueResourceName
 
Fields inherited from class com.atomikos.icatch.event.Event
eventCreationTimestamp
 
Constructor Summary
PooledConnectionEvent(String uniqueResourceName, XPooledConnection pc)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

pooledConnectionId

public String pooledConnectionId
Constructor Detail

PooledConnectionEvent

public PooledConnectionEvent(String uniqueResourceName,
                             XPooledConnection pc)


Copyright © 2013. All Rights Reserved.