com.melloware.jukes.gui.view.dialogs
Class PropertySheetHibernateStats.Bean

java.lang.Object
  extended by com.melloware.jukes.gui.view.dialogs.PropertySheetHibernateStats.Bean
Enclosing class:
PropertySheetHibernateStats

public static class PropertySheetHibernateStats.Bean
extends java.lang.Object

Class used to hold the property info.


Constructor Summary
PropertySheetHibernateStats.Bean()
           
 
Method Summary
 long getCloseStatementCount()
          Gets the closeStatementCount.
 long getCollectionFetchCount()
          Gets the collectionFetchCount.
 long getCollectionLoadCount()
          Gets the collectionLoadCount.
 long getCollectionRecreateCount()
          Gets the collectionRecreateCount.
 long getCollectionRemoveCount()
          Gets the collectionRemoveCount.
 long getCollectionUpdateCount()
          Gets the collectionUpdateCount.
 long getConnectCount()
          Gets the connectCount.
 long getEntityDeleteCount()
          Gets the entityDeleteCount.
 long getEntityFetchCount()
          Gets the entityFetchCount.
 long getEntityInsertCount()
          Gets the entityInsertCount.
 long getEntityLoadCount()
          Gets the entityLoadCount.
 long getEntityUpdateCount()
          Gets the entityUpdateCount.
 long getFlushCount()
          Gets the flushCount.
 long getOptimisticFailureCount()
          Gets the optimisticFailureCount.
 long getPrepareStatementCount()
          Gets the prepareStatementCount.
 long getQueryCacheHitCount()
          Gets the queryCacheHitCount.
 long getQueryCacheMissCount()
          Gets the queryCacheMissCount.
 long getQueryCachePutCount()
          Gets the queryCachePutCount.
 long getQueryExecutionCount()
          Gets the queryExecutionCount.
 long getQueryExecutionMaxTime()
          Gets the queryExecutionMaxTime.
 long getSecondLevelCacheHitCount()
          Gets the secondLevelCacheHitCount.
 long getSecondLevelCacheMissCount()
          Gets the secondLevelCacheMissCount.
 long getSecondLevelCachePutCount()
          Gets the secondLevelCachePutCount.
 long getSessionCloseCount()
          Gets the sessionCloseCount.
 long getSessionOpenCount()
          Gets the sessionOpenCount.
 long getSuccessfulTransactionCount()
          Gets the successfulTransactionCount.
 long getTransactionCount()
          Gets the transactionCount.
 void setCloseStatementCount(long aCloseStatementCount)
          Sets the closeStatementCount.
 void setCollectionFetchCount(long aCollectionFetchCount)
          Sets the collectionFetchCount.
 void setCollectionLoadCount(long aCollectionLoadCount)
          Sets the collectionLoadCount.
 void setCollectionRecreateCount(long aCollectionRecreateCount)
          Sets the collectionRecreateCount.
 void setCollectionRemoveCount(long aCollectionRemoveCount)
          Sets the collectionRemoveCount.
 void setCollectionUpdateCount(long aCollectionUpdateCount)
          Sets the collectionUpdateCount.
 void setConnectCount(long aConnectCount)
          Sets the connectCount.
 void setEntityDeleteCount(long aEntityDeleteCount)
          Sets the entityDeleteCount.
 void setEntityFetchCount(long aEntityFetchCount)
          Sets the entityFetchCount.
 void setEntityInsertCount(long aEntityInsertCount)
          Sets the entityInsertCount.
 void setEntityLoadCount(long aEntityLoadCount)
          Sets the entityLoadCount.
 void setEntityUpdateCount(long aEntityUpdateCount)
          Sets the entityUpdateCount.
 void setFlushCount(long aFlushCount)
          Sets the flushCount.
 void setOptimisticFailureCount(long aOptimisticFailureCount)
          Sets the optimisticFailureCount.
 void setPrepareStatementCount(long aPrepareStatementCount)
          Sets the prepareStatementCount.
 void setQueryCacheHitCount(long aQueryCacheHitCount)
          Sets the queryCacheHitCount.
 void setQueryCacheMissCount(long aQueryCacheMissCount)
          Sets the queryCacheMissCount.
 void setQueryCachePutCount(long aQueryCachePutCount)
          Sets the queryCachePutCount.
 void setQueryExecutionCount(long aQueryExecutionCount)
          Sets the queryExecutionCount.
 void setQueryExecutionMaxTime(long aQueryExecutionMaxTime)
          Sets the queryExecutionMaxTime.
 void setSecondLevelCacheHitCount(long aSecondLevelCacheHitCount)
          Sets the secondLevelCacheHitCount.
 void setSecondLevelCacheMissCount(long aSecondLevelCacheMissCount)
          Sets the secondLevelCacheMissCount.
 void setSecondLevelCachePutCount(long aSecondLevelCachePutCount)
          Sets the secondLevelCachePutCount.
 void setSessionCloseCount(long aSessionCloseCount)
          Sets the sessionCloseCount.
 void setSessionOpenCount(long aSessionOpenCount)
          Sets the sessionOpenCount.
 void setSuccessfulTransactionCount(long aSuccessfulTransactionCount)
          Sets the successfulTransactionCount.
 void setTransactionCount(long aTransactionCount)
          Sets the transactionCount.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertySheetHibernateStats.Bean

public PropertySheetHibernateStats.Bean()
Method Detail

getCloseStatementCount

public long getCloseStatementCount()
Gets the closeStatementCount.

Returns:
Returns the closeStatementCount.

getCollectionFetchCount

public long getCollectionFetchCount()
Gets the collectionFetchCount.

Returns:
Returns the collectionFetchCount.

getCollectionLoadCount

public long getCollectionLoadCount()
Gets the collectionLoadCount.

Returns:
Returns the collectionLoadCount.

getCollectionRecreateCount

public long getCollectionRecreateCount()
Gets the collectionRecreateCount.

Returns:
Returns the collectionRecreateCount.

getCollectionRemoveCount

public long getCollectionRemoveCount()
Gets the collectionRemoveCount.

Returns:
Returns the collectionRemoveCount.

getCollectionUpdateCount

public long getCollectionUpdateCount()
Gets the collectionUpdateCount.

Returns:
Returns the collectionUpdateCount.

getConnectCount

public long getConnectCount()
Gets the connectCount.

Returns:
Returns the connectCount.

getEntityDeleteCount

public long getEntityDeleteCount()
Gets the entityDeleteCount.

Returns:
Returns the entityDeleteCount.

getEntityFetchCount

public long getEntityFetchCount()
Gets the entityFetchCount.

Returns:
Returns the entityFetchCount.

getEntityInsertCount

public long getEntityInsertCount()
Gets the entityInsertCount.

Returns:
Returns the entityInsertCount.

getEntityLoadCount

public long getEntityLoadCount()
Gets the entityLoadCount.

Returns:
Returns the entityLoadCount.

getEntityUpdateCount

public long getEntityUpdateCount()
Gets the entityUpdateCount.

Returns:
Returns the entityUpdateCount.

getFlushCount

public long getFlushCount()
Gets the flushCount.

Returns:
Returns the flushCount.

getOptimisticFailureCount

public long getOptimisticFailureCount()
Gets the optimisticFailureCount.

Returns:
Returns the optimisticFailureCount.

getPrepareStatementCount

public long getPrepareStatementCount()
Gets the prepareStatementCount.

Returns:
Returns the prepareStatementCount.

getQueryCacheHitCount

public long getQueryCacheHitCount()
Gets the queryCacheHitCount.

Returns:
Returns the queryCacheHitCount.

getQueryCacheMissCount

public long getQueryCacheMissCount()
Gets the queryCacheMissCount.

Returns:
Returns the queryCacheMissCount.

getQueryCachePutCount

public long getQueryCachePutCount()
Gets the queryCachePutCount.

Returns:
Returns the queryCachePutCount.

getQueryExecutionCount

public long getQueryExecutionCount()
Gets the queryExecutionCount.

Returns:
Returns the queryExecutionCount.

getQueryExecutionMaxTime

public long getQueryExecutionMaxTime()
Gets the queryExecutionMaxTime.

Returns:
Returns the queryExecutionMaxTime.

getSecondLevelCacheHitCount

public long getSecondLevelCacheHitCount()
Gets the secondLevelCacheHitCount.

Returns:
Returns the secondLevelCacheHitCount.

getSecondLevelCacheMissCount

public long getSecondLevelCacheMissCount()
Gets the secondLevelCacheMissCount.

Returns:
Returns the secondLevelCacheMissCount.

getSecondLevelCachePutCount

public long getSecondLevelCachePutCount()
Gets the secondLevelCachePutCount.

Returns:
Returns the secondLevelCachePutCount.

getSessionCloseCount

public long getSessionCloseCount()
Gets the sessionCloseCount.

Returns:
Returns the sessionCloseCount.

getSessionOpenCount

public long getSessionOpenCount()
Gets the sessionOpenCount.

Returns:
Returns the sessionOpenCount.

getSuccessfulTransactionCount

public long getSuccessfulTransactionCount()
Gets the successfulTransactionCount.

Returns:
Returns the successfulTransactionCount.

getTransactionCount

public long getTransactionCount()
Gets the transactionCount.

Returns:
Returns the transactionCount.

setCloseStatementCount

public void setCloseStatementCount(long aCloseStatementCount)
Sets the closeStatementCount.

Parameters:
aCloseStatementCount - The closeStatementCount to set.

setCollectionFetchCount

public void setCollectionFetchCount(long aCollectionFetchCount)
Sets the collectionFetchCount.

Parameters:
aCollectionFetchCount - The collectionFetchCount to set.

setCollectionLoadCount

public void setCollectionLoadCount(long aCollectionLoadCount)
Sets the collectionLoadCount.

Parameters:
aCollectionLoadCount - The collectionLoadCount to set.

setCollectionRecreateCount

public void setCollectionRecreateCount(long aCollectionRecreateCount)
Sets the collectionRecreateCount.

Parameters:
aCollectionRecreateCount - The collectionRecreateCount to set.

setCollectionRemoveCount

public void setCollectionRemoveCount(long aCollectionRemoveCount)
Sets the collectionRemoveCount.

Parameters:
aCollectionRemoveCount - The collectionRemoveCount to set.

setCollectionUpdateCount

public void setCollectionUpdateCount(long aCollectionUpdateCount)
Sets the collectionUpdateCount.

Parameters:
aCollectionUpdateCount - The collectionUpdateCount to set.

setConnectCount

public void setConnectCount(long aConnectCount)
Sets the connectCount.

Parameters:
aConnectCount - The connectCount to set.

setEntityDeleteCount

public void setEntityDeleteCount(long aEntityDeleteCount)
Sets the entityDeleteCount.

Parameters:
aEntityDeleteCount - The entityDeleteCount to set.

setEntityFetchCount

public void setEntityFetchCount(long aEntityFetchCount)
Sets the entityFetchCount.

Parameters:
aEntityFetchCount - The entityFetchCount to set.

setEntityInsertCount

public void setEntityInsertCount(long aEntityInsertCount)
Sets the entityInsertCount.

Parameters:
aEntityInsertCount - The entityInsertCount to set.

setEntityLoadCount

public void setEntityLoadCount(long aEntityLoadCount)
Sets the entityLoadCount.

Parameters:
aEntityLoadCount - The entityLoadCount to set.

setEntityUpdateCount

public void setEntityUpdateCount(long aEntityUpdateCount)
Sets the entityUpdateCount.

Parameters:
aEntityUpdateCount - The entityUpdateCount to set.

setFlushCount

public void setFlushCount(long aFlushCount)
Sets the flushCount.

Parameters:
aFlushCount - The flushCount to set.

setOptimisticFailureCount

public void setOptimisticFailureCount(long aOptimisticFailureCount)
Sets the optimisticFailureCount.

Parameters:
aOptimisticFailureCount - The optimisticFailureCount to set.

setPrepareStatementCount

public void setPrepareStatementCount(long aPrepareStatementCount)
Sets the prepareStatementCount.

Parameters:
aPrepareStatementCount - The prepareStatementCount to set.

setQueryCacheHitCount

public void setQueryCacheHitCount(long aQueryCacheHitCount)
Sets the queryCacheHitCount.

Parameters:
aQueryCacheHitCount - The queryCacheHitCount to set.

setQueryCacheMissCount

public void setQueryCacheMissCount(long aQueryCacheMissCount)
Sets the queryCacheMissCount.

Parameters:
aQueryCacheMissCount - The queryCacheMissCount to set.

setQueryCachePutCount

public void setQueryCachePutCount(long aQueryCachePutCount)
Sets the queryCachePutCount.

Parameters:
aQueryCachePutCount - The queryCachePutCount to set.

setQueryExecutionCount

public void setQueryExecutionCount(long aQueryExecutionCount)
Sets the queryExecutionCount.

Parameters:
aQueryExecutionCount - The queryExecutionCount to set.

setQueryExecutionMaxTime

public void setQueryExecutionMaxTime(long aQueryExecutionMaxTime)
Sets the queryExecutionMaxTime.

Parameters:
aQueryExecutionMaxTime - The queryExecutionMaxTime to set.

setSecondLevelCacheHitCount

public void setSecondLevelCacheHitCount(long aSecondLevelCacheHitCount)
Sets the secondLevelCacheHitCount.

Parameters:
aSecondLevelCacheHitCount - The secondLevelCacheHitCount to set.

setSecondLevelCacheMissCount

public void setSecondLevelCacheMissCount(long aSecondLevelCacheMissCount)
Sets the secondLevelCacheMissCount.

Parameters:
aSecondLevelCacheMissCount - The secondLevelCacheMissCount to set.

setSecondLevelCachePutCount

public void setSecondLevelCachePutCount(long aSecondLevelCachePutCount)
Sets the secondLevelCachePutCount.

Parameters:
aSecondLevelCachePutCount - The secondLevelCachePutCount to set.

setSessionCloseCount

public void setSessionCloseCount(long aSessionCloseCount)
Sets the sessionCloseCount.

Parameters:
aSessionCloseCount - The sessionCloseCount to set.

setSessionOpenCount

public void setSessionOpenCount(long aSessionOpenCount)
Sets the sessionOpenCount.

Parameters:
aSessionOpenCount - The sessionOpenCount to set.

setSuccessfulTransactionCount

public void setSuccessfulTransactionCount(long aSuccessfulTransactionCount)
Sets the successfulTransactionCount.

Parameters:
aSuccessfulTransactionCount - The successfulTransactionCount to set.

setTransactionCount

public void setTransactionCount(long aTransactionCount)
Sets the transactionCount.

Parameters:
aTransactionCount - The transactionCount to set.


Copyright © 1999-2008 Melloware Inc. All Rights Reserved.