EclipseLink 2.0.0, build 'v20091127-r5931' API Reference

org.eclipse.persistence.services.weblogic
Class MBeanWebLogicRuntimeServices

java.lang.Object
  extended by org.eclipse.persistence.services.RuntimeServices
      extended by org.eclipse.persistence.services.weblogic.WebLogicRuntimeServices
          extended by org.eclipse.persistence.services.weblogic.MBeanWebLogicRuntimeServices
All Implemented Interfaces:
MBeanRuntimeServicesMBean, MBeanWebLogicRuntimeServicesMBean

public class MBeanWebLogicRuntimeServices
extends WebLogicRuntimeServices
implements MBeanWebLogicRuntimeServicesMBean

Purpose: Provide a dynamic interface into the EclipseLink Session.

Description: This class is meant to provide a framework for gaining access to configuration of the EclipseLink Session during runtime. It will provide the basis for development of a JMX service and possibly other frameworks.


Field Summary
 
Fields inherited from class org.eclipse.persistence.services.weblogic.WebLogicRuntimeServices
objectName
 
Fields inherited from class org.eclipse.persistence.services.RuntimeServices
session
 
Constructor Summary
MBeanWebLogicRuntimeServices(Session session)
           
 
Method Summary
 
Methods inherited from class org.eclipse.persistence.services.weblogic.WebLogicRuntimeServices
clearStatementCache, getApplicationName, getClassSummaryDetails, getClassSummaryDetailsArray, getClassSummaryDetailsUsingFilter, getClassSummaryDetailsUsingFilterArray, getConnectionPoolType, getCurrentEclipseLinkLogLevel, getDatabasePlatform, getDeployedEclipseLinkLogLevel, getDriver, getJdbcConnectionDetails, getLogFilename, getLogType, getMappedClassNamesUsingFilter, getMaxSizeForPool, getMinSizeForPool, getModuleName, getNumberOfObjectsInAllIdentityMaps, getNumberOfObjectsInIdentityMap, getNumberOfPersistentClasses, getProfilingType, getSequencePreallocationSize, getSessionName, getSessionType, getShouldBindAllParameters, getShouldCacheAllStatements, getStatementCacheSize, getStringBindingSize, getTimeConnectionEstablished, getUsesBatchWriting, getUsesByteArrayBinding, getUsesEclipseLinkProfiling, getUsesJDBCBatchWriting, getUsesNativeSQL, getUsesStreamsForBinding, getUsesStringBinding, initializeAllIdentityMaps, initializeIdentityMap, initializeIdentityMaps, invalidateAllIdentityMaps, invalidateIdentityMap, invalidateIdentityMap, invalidateIdentityMaps, isJPASession, printAllIdentityMapTypes, printAvailableConnectionPools, printClassesInSession, printIdentityMapLocks, printIdentityMapLocks, printObjectsInIdentityMap, printObjectsInIdentityMaps, printProfileSummary, printProfileSummaryByClass, printProfileSummaryByQuery, resetAllConnections, setCurrentEclipseLinkLogLevel, setProfilingType, setSession, setUseEclipseLinkProfiling, setUseNoProfiling, updateDeploymentTimeData
 
Methods inherited from class org.eclipse.persistence.services.RuntimeServices
addNewConnectionPool, getAvailableConnectionPools, getClassesInSession, getLogLevel, getNumberOfObjectsInIdentityMapSubCache, getObjectsInIdentityMap, getObjectsInIdentityMapSubCacheAsMap, getProfileWeight, getSession, getShouldLogMessages, getShouldLogPerformanceProfiler, getShouldProfilePerformance, getSizeForPool, setLogLevel, setProfileWeight, setSequencePreallocationSize, setShouldCacheAllStatements, setShouldLogPerformanceProfiler, setShouldProfilePerformance, setStatementCacheSize, shouldLog, updatePoolSize
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.eclipse.persistence.services.weblogic.MBeanWebLogicRuntimeServicesMBean
clearStatementCache, getApplicationName, getClassSummaryDetails, getClassSummaryDetailsArray, getClassSummaryDetailsUsingFilter, getClassSummaryDetailsUsingFilterArray, getConnectionPoolType, getCurrentEclipseLinkLogLevel, getDatabasePlatform, getDeployedEclipseLinkLogLevel, getDriver, getJdbcConnectionDetails, getLogFilename, getLogType, getMappedClassNamesUsingFilter, getMaxSizeForPool, getMinSizeForPool, getModuleName, getNumberOfObjectsInAllIdentityMaps, getNumberOfPersistentClasses, getProfilingType, getSessionName, getSessionType, getStringBindingSize, getTimeConnectionEstablished, getUsesByteArrayBinding, getUsesEclipseLinkProfiling, getUsesJDBCBatchWriting, getUsesNativeSQL, getUsesStreamsForBinding, getUsesStringBinding, initializeAllIdentityMaps, initializeIdentityMap, initializeIdentityMaps, invalidateAllIdentityMaps, invalidateIdentityMap, invalidateIdentityMap, invalidateIdentityMaps, isJPASession, printAllIdentityMapTypes, printAvailableConnectionPools, printClassesInSession, printIdentityMapLocks, printIdentityMapLocks, printObjectsInIdentityMap, printObjectsInIdentityMaps, printProfileSummary, printProfileSummaryByClass, printProfileSummaryByQuery, setCurrentEclipseLinkLogLevel, setProfilingType, setUseEclipseLinkProfiling, setUseNoProfiling
 
Methods inherited from interface org.eclipse.persistence.services.mbean.MBeanRuntimeServicesMBean
addNewConnectionPool, getAvailableConnectionPools, getClassesInSession, getNumberOfObjectsInIdentityMap, getNumberOfObjectsInIdentityMapSubCache, getObjectsInIdentityMap, getObjectsInIdentityMapSubCacheAsMap, getProfileWeight, getSequencePreallocationSize, getShouldCacheAllStatements, getShouldLogMessages, getShouldLogPerformanceProfiler, getShouldProfilePerformance, getSizeForPool, getStatementCacheSize, resetAllConnections, setProfileWeight, setSequencePreallocationSize, setShouldCacheAllStatements, setShouldLogPerformanceProfiler, setShouldProfilePerformance, setStatementCacheSize, updatePoolSize
 

Constructor Detail

MBeanWebLogicRuntimeServices

public MBeanWebLogicRuntimeServices(Session session)

EclipseLink 2.0.0, build 'v20091127-r5931' API Reference