Package com.jk.data.datasource
Class JKDataSourceListener
java.lang.Object
com.jk.data.datasource.JKDataSourceListener
- All Implemented Interfaces:
 Serializable,org.hibernate.SessionEventListener
The listener class for receiving 
JKDataSourceEvent.
 
 The class that is interested in processing a JKDataSourceEvent
 implements
 this interface, and the object created with that class is registered with a
 component using the component's method. When the JKDataSource event occurs,
 that object's appropriate method is invoked.
- Version:
 - 1.0
 - Author:
 - Dr. Jalal H. Kiswani
 - See Also:
 
- 
Constructor Summary
ConstructorsConstructorDescriptionJKDataSourceListener(int index) This method constructs a newJKDataSourceListener. - 
Method Summary
Modifier and TypeMethodDescriptionvoidcacheGetEnd(boolean hit) This method is yet to be implemented (TBI).voidThis method is yet to be implemented (TBI).voidThis method is yet to be implemented (TBI).voidThis method is yet to be implemented (TBI).voiddirtyCalculationEnd(boolean dirty) This method is yet to be implemented (TBI).voidThis method is yet to be implemented (TBI).voidend()This method is yet to be implemented (TBI).voidflushEnd(int numberOfEntities, int numberOfCollections) This method is yet to be implemented (TBI).voidThis method is yet to be implemented (TBI).voidThis method is yet to be implemented (TBI).voidThis method is yet to be implemented (TBI).voidThis method is yet to be implemented (TBI).voidThis method is yet to be implemented (TBI).voidThis method is yet to be implemented (TBI).voidThis method is yet to be implemented (TBI).voidThis method is yet to be implemented (TBI).voidThis method is yet to be implemented (TBI).voidThis method is yet to be implemented (TBI).voidThis method is yet to be implemented (TBI).voidpartialFlushEnd(int numberOfEntities, int numberOfCollections) This method is yet to be implemented (TBI).voidThis method is yet to be implemented (TBI).voidtransactionCompletion(boolean successful) This method is yet to be implemented (TBI). 
- 
Constructor Details
- 
JKDataSourceListener
public JKDataSourceListener(int index) This method constructs a newJKDataSourceListener.- Parameters:
 index- Specifies the index associated with the listener.
 
 - 
 - 
Method Details
- 
transactionCompletion
public void transactionCompletion(boolean successful) This method is yet to be implemented (TBI).- Specified by:
 transactionCompletionin interfaceorg.hibernate.SessionEventListener
 - 
jdbcConnectionAcquisitionStart
public void jdbcConnectionAcquisitionStart()This method is yet to be implemented (TBI).- Specified by:
 jdbcConnectionAcquisitionStartin interfaceorg.hibernate.SessionEventListener
 - 
jdbcConnectionAcquisitionEnd
public void jdbcConnectionAcquisitionEnd()This method is yet to be implemented (TBI).- Specified by:
 jdbcConnectionAcquisitionEndin interfaceorg.hibernate.SessionEventListener
 - 
jdbcConnectionReleaseStart
public void jdbcConnectionReleaseStart()This method is yet to be implemented (TBI).- Specified by:
 jdbcConnectionReleaseStartin interfaceorg.hibernate.SessionEventListener
 - 
jdbcConnectionReleaseEnd
public void jdbcConnectionReleaseEnd()This method is yet to be implemented (TBI).- Specified by:
 jdbcConnectionReleaseEndin interfaceorg.hibernate.SessionEventListener
 - 
jdbcPrepareStatementStart
public void jdbcPrepareStatementStart()This method is yet to be implemented (TBI).- Specified by:
 jdbcPrepareStatementStartin interfaceorg.hibernate.SessionEventListener
 - 
jdbcPrepareStatementEnd
public void jdbcPrepareStatementEnd()This method is yet to be implemented (TBI).- Specified by:
 jdbcPrepareStatementEndin interfaceorg.hibernate.SessionEventListener
 - 
jdbcExecuteStatementStart
public void jdbcExecuteStatementStart()This method is yet to be implemented (TBI).- Specified by:
 jdbcExecuteStatementStartin interfaceorg.hibernate.SessionEventListener
 - 
jdbcExecuteStatementEnd
public void jdbcExecuteStatementEnd()This method is yet to be implemented (TBI).- Specified by:
 jdbcExecuteStatementEndin interfaceorg.hibernate.SessionEventListener
 - 
jdbcExecuteBatchStart
public void jdbcExecuteBatchStart()This method is yet to be implemented (TBI).- Specified by:
 jdbcExecuteBatchStartin interfaceorg.hibernate.SessionEventListener
 - 
jdbcExecuteBatchEnd
public void jdbcExecuteBatchEnd()This method is yet to be implemented (TBI).- Specified by:
 jdbcExecuteBatchEndin interfaceorg.hibernate.SessionEventListener
 - 
cachePutStart
public void cachePutStart()This method is yet to be implemented (TBI).- Specified by:
 cachePutStartin interfaceorg.hibernate.SessionEventListener
 - 
cachePutEnd
public void cachePutEnd()This method is yet to be implemented (TBI).- Specified by:
 cachePutEndin interfaceorg.hibernate.SessionEventListener
 - 
cacheGetStart
public void cacheGetStart()This method is yet to be implemented (TBI).- Specified by:
 cacheGetStartin interfaceorg.hibernate.SessionEventListener
 - 
cacheGetEnd
public void cacheGetEnd(boolean hit) This method is yet to be implemented (TBI).- Specified by:
 cacheGetEndin interfaceorg.hibernate.SessionEventListener
 - 
flushStart
public void flushStart()This method is yet to be implemented (TBI).- Specified by:
 flushStartin interfaceorg.hibernate.SessionEventListener
 - 
flushEnd
public void flushEnd(int numberOfEntities, int numberOfCollections) This method is yet to be implemented (TBI).- Specified by:
 flushEndin interfaceorg.hibernate.SessionEventListener
 - 
partialFlushStart
public void partialFlushStart()This method is yet to be implemented (TBI).- Specified by:
 partialFlushStartin interfaceorg.hibernate.SessionEventListener
 - 
partialFlushEnd
public void partialFlushEnd(int numberOfEntities, int numberOfCollections) This method is yet to be implemented (TBI).- Specified by:
 partialFlushEndin interfaceorg.hibernate.SessionEventListener
 - 
dirtyCalculationStart
public void dirtyCalculationStart()This method is yet to be implemented (TBI).- Specified by:
 dirtyCalculationStartin interfaceorg.hibernate.SessionEventListener
 - 
dirtyCalculationEnd
public void dirtyCalculationEnd(boolean dirty) This method is yet to be implemented (TBI).- Specified by:
 dirtyCalculationEndin interfaceorg.hibernate.SessionEventListener
 - 
end
public void end()This method is yet to be implemented (TBI).- Specified by:
 endin interfaceorg.hibernate.SessionEventListener
 
 -