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 TypeMethodDescriptionvoid
cacheGetEnd
(boolean hit) This method is yet to be implemented (TBI).void
This method is yet to be implemented (TBI).void
This method is yet to be implemented (TBI).void
This method is yet to be implemented (TBI).void
dirtyCalculationEnd
(boolean dirty) This method is yet to be implemented (TBI).void
This method is yet to be implemented (TBI).void
end()
This method is yet to be implemented (TBI).void
flushEnd
(int numberOfEntities, int numberOfCollections) This method is yet to be implemented (TBI).void
This method is yet to be implemented (TBI).void
This method is yet to be implemented (TBI).void
This method is yet to be implemented (TBI).void
This method is yet to be implemented (TBI).void
This method is yet to be implemented (TBI).void
This method is yet to be implemented (TBI).void
This method is yet to be implemented (TBI).void
This method is yet to be implemented (TBI).void
This method is yet to be implemented (TBI).void
This method is yet to be implemented (TBI).void
This method is yet to be implemented (TBI).void
partialFlushEnd
(int numberOfEntities, int numberOfCollections) This method is yet to be implemented (TBI).void
This method is yet to be implemented (TBI).void
transactionCompletion
(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:
transactionCompletion
in interfaceorg.hibernate.SessionEventListener
-
jdbcConnectionAcquisitionStart
public void jdbcConnectionAcquisitionStart()This method is yet to be implemented (TBI).- Specified by:
jdbcConnectionAcquisitionStart
in interfaceorg.hibernate.SessionEventListener
-
jdbcConnectionAcquisitionEnd
public void jdbcConnectionAcquisitionEnd()This method is yet to be implemented (TBI).- Specified by:
jdbcConnectionAcquisitionEnd
in interfaceorg.hibernate.SessionEventListener
-
jdbcConnectionReleaseStart
public void jdbcConnectionReleaseStart()This method is yet to be implemented (TBI).- Specified by:
jdbcConnectionReleaseStart
in interfaceorg.hibernate.SessionEventListener
-
jdbcConnectionReleaseEnd
public void jdbcConnectionReleaseEnd()This method is yet to be implemented (TBI).- Specified by:
jdbcConnectionReleaseEnd
in interfaceorg.hibernate.SessionEventListener
-
jdbcPrepareStatementStart
public void jdbcPrepareStatementStart()This method is yet to be implemented (TBI).- Specified by:
jdbcPrepareStatementStart
in interfaceorg.hibernate.SessionEventListener
-
jdbcPrepareStatementEnd
public void jdbcPrepareStatementEnd()This method is yet to be implemented (TBI).- Specified by:
jdbcPrepareStatementEnd
in interfaceorg.hibernate.SessionEventListener
-
jdbcExecuteStatementStart
public void jdbcExecuteStatementStart()This method is yet to be implemented (TBI).- Specified by:
jdbcExecuteStatementStart
in interfaceorg.hibernate.SessionEventListener
-
jdbcExecuteStatementEnd
public void jdbcExecuteStatementEnd()This method is yet to be implemented (TBI).- Specified by:
jdbcExecuteStatementEnd
in interfaceorg.hibernate.SessionEventListener
-
jdbcExecuteBatchStart
public void jdbcExecuteBatchStart()This method is yet to be implemented (TBI).- Specified by:
jdbcExecuteBatchStart
in interfaceorg.hibernate.SessionEventListener
-
jdbcExecuteBatchEnd
public void jdbcExecuteBatchEnd()This method is yet to be implemented (TBI).- Specified by:
jdbcExecuteBatchEnd
in interfaceorg.hibernate.SessionEventListener
-
cachePutStart
public void cachePutStart()This method is yet to be implemented (TBI).- Specified by:
cachePutStart
in interfaceorg.hibernate.SessionEventListener
-
cachePutEnd
public void cachePutEnd()This method is yet to be implemented (TBI).- Specified by:
cachePutEnd
in interfaceorg.hibernate.SessionEventListener
-
cacheGetStart
public void cacheGetStart()This method is yet to be implemented (TBI).- Specified by:
cacheGetStart
in interfaceorg.hibernate.SessionEventListener
-
cacheGetEnd
public void cacheGetEnd(boolean hit) This method is yet to be implemented (TBI).- Specified by:
cacheGetEnd
in interfaceorg.hibernate.SessionEventListener
-
flushStart
public void flushStart()This method is yet to be implemented (TBI).- Specified by:
flushStart
in interfaceorg.hibernate.SessionEventListener
-
flushEnd
public void flushEnd(int numberOfEntities, int numberOfCollections) This method is yet to be implemented (TBI).- Specified by:
flushEnd
in interfaceorg.hibernate.SessionEventListener
-
partialFlushStart
public void partialFlushStart()This method is yet to be implemented (TBI).- Specified by:
partialFlushStart
in interfaceorg.hibernate.SessionEventListener
-
partialFlushEnd
public void partialFlushEnd(int numberOfEntities, int numberOfCollections) This method is yet to be implemented (TBI).- Specified by:
partialFlushEnd
in interfaceorg.hibernate.SessionEventListener
-
dirtyCalculationStart
public void dirtyCalculationStart()This method is yet to be implemented (TBI).- Specified by:
dirtyCalculationStart
in interfaceorg.hibernate.SessionEventListener
-
dirtyCalculationEnd
public void dirtyCalculationEnd(boolean dirty) This method is yet to be implemented (TBI).- Specified by:
dirtyCalculationEnd
in interfaceorg.hibernate.SessionEventListener
-
end
public void end()This method is yet to be implemented (TBI).- Specified by:
end
in interfaceorg.hibernate.SessionEventListener
-