Oracle Fusion Middleware Java API Reference for Oracle TopLink
11g Release 1 (11.1.1)

B32476-03

oracle.toplink.services.weblogic
Class MBeanWebLogicRuntimeServices

java.lang.Object
  extended by oracle.toplink.services.RuntimeServices
      extended by oracle.toplink.services.weblogic.WebLogicRuntimeServices
          extended by oracle.toplink.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 oracle.toplink.services.weblogic.WebLogicRuntimeServices
objectName
 
Constructor Summary
MBeanWebLogicRuntimeServices(Session session)
           
 
Method Summary
 
Methods inherited from class oracle.toplink.services.weblogic.WebLogicRuntimeServices
clearStatementCache, getApplicationName, getClassSummaryDetails, getClassSummaryDetailsArray, getClassSummaryDetailsUsingFilter, getClassSummaryDetailsUsingFilterArray, getConnectionPoolType, getCurrentTopLinkLogLevel, getCurrentTopLinkLogLevel, getDatabasePlatform, getDeployedTopLinkLogLevel, getDeployedTopLinkLogLevel, getDriver, getJdbcConnectionDetails, getLogFilename, getLogType, getMaxSizeForPool, getMinSizeForPool, getModuleName, getNumberOfObjectsInAllIdentityMaps, getNumberOfObjectsInIdentityMap, getNumberOfPersistentClasses, getProfilingType, getSequencePreallocationSize, getSessionName, getSessionType, getShouldBindAllParameters, getShouldCacheAllStatements, getStatementCacheSize, getStringBindingSize, getTimeConnectionEstablished, getUsesBatchWriting, getUsesByteArrayBinding, getUsesJDBCBatchWriting, getUsesNativeSQL, getUsesStreamsForBinding, getUsesStringBinding, getUsesTopLinkProfiling, initializeAllIdentityMaps, initializeIdentityMap, initializeIdentityMaps, invalidateAllIdentityMaps, invalidateIdentityMap, invalidateIdentityMap, invalidateIdentityMaps, isJPASession, printAllIdentityMapTypes, printAvailableConnectionPools, printClassesInSession, printIdentityMapLocks, printIdentityMapLocks, printObjectsInIdentityMap, printObjectsInIdentityMaps, printProfileSummary, printProfileSummaryByClass, printProfileSummaryByQuery, resetAllConnections, setCurrentTopLinkLogLevel, setProfilingType, setUseNoProfiling, setUseTopLinkProfiling
 
Methods inherited from class oracle.toplink.services.RuntimeServices
addNewConnectionPool, addNewConnectionPool, getAvailableConnectionPools, getClassesInSession, getLogLevel, getNumberOfObjectsInIdentityMapSubCache, getObjectsInIdentityMap, getObjectsInIdentityMapSubCache, getObjectsInIdentityMapSubCacheAsMap, getShouldLogDebug, getShouldLogExceptions, getShouldLogExceptionStackTrace, getShouldLogMessages, getShouldLogPerformanceProfiler, getShouldPrintConnection, getShouldPrintDate, getShouldPrintSession, getShouldPrintThread, getShouldProfilePerformance, getSizeForPool, setLogLevel, setProfileWeight, setSequencePreallocationSize, setShouldCacheAllStatements, setShouldLogDebug, setShouldLogExceptions, setShouldLogExceptionStackTrace, setShouldLogMessages, setShouldLogPerformanceProfiler, setShouldPrintConnection, setShouldPrintDate, setShouldPrintSession, setShouldPrintThread, setShouldProfilePerformance, setStatementCacheSize, shouldLog, updatePoolSize
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface oracle.toplink.services.weblogic.MBeanWebLogicRuntimeServicesMBean
clearStatementCache, getApplicationName, getClassSummaryDetails, getClassSummaryDetailsArray, getClassSummaryDetailsUsingFilter, getClassSummaryDetailsUsingFilterArray, getConnectionPoolType, getCurrentTopLinkLogLevel, getCurrentTopLinkLogLevel, getDatabasePlatform, getDeployedTopLinkLogLevel, getDeployedTopLinkLogLevel, getDriver, getJdbcConnectionDetails, getLogFilename, getLogType, getMaxSizeForPool, getMinSizeForPool, getModuleName, getNumberOfObjectsInAllIdentityMaps, getNumberOfPersistentClasses, getProfilingType, getSessionName, getSessionType, getStringBindingSize, getTimeConnectionEstablished, getUsesByteArrayBinding, getUsesJDBCBatchWriting, getUsesNativeSQL, getUsesStreamsForBinding, getUsesStringBinding, getUsesTopLinkProfiling, initializeAllIdentityMaps, initializeIdentityMap, initializeIdentityMaps, invalidateAllIdentityMaps, invalidateIdentityMap, invalidateIdentityMap, invalidateIdentityMaps, isJPASession, printAllIdentityMapTypes, printAvailableConnectionPools, printClassesInSession, printIdentityMapLocks, printIdentityMapLocks, printObjectsInIdentityMap, printObjectsInIdentityMaps, printProfileSummary, printProfileSummaryByClass, printProfileSummaryByQuery, setCurrentTopLinkLogLevel, setProfilingType, setUseNoProfiling, setUseTopLinkProfiling
 
Methods inherited from interface oracle.toplink.services.mbean.MBeanRuntimeServicesMBean
addNewConnectionPool, addNewConnectionPool, getAvailableConnectionPools, getClassesInSession, getNumberOfObjectsInIdentityMap, getNumberOfObjectsInIdentityMapSubCache, getObjectsInIdentityMap, getObjectsInIdentityMapSubCache, getObjectsInIdentityMapSubCacheAsMap, getSequencePreallocationSize, getShouldCacheAllStatements, getShouldLogDebug, getShouldLogExceptions, getShouldLogExceptionStackTrace, getShouldLogMessages, getShouldLogPerformanceProfiler, getShouldPrintConnection, getShouldPrintDate, getShouldPrintSession, getShouldPrintThread, getShouldProfilePerformance, getSizeForPool, getStatementCacheSize, resetAllConnections, setSequencePreallocationSize, setShouldCacheAllStatements, setShouldLogDebug, setShouldLogExceptions, setShouldLogExceptionStackTrace, setShouldLogMessages, setShouldLogPerformanceProfiler, setShouldPrintConnection, setShouldPrintDate, setShouldPrintSession, setShouldPrintThread, setShouldProfilePerformance, setStatementCacheSize, updatePoolSize
 

Constructor Detail

MBeanWebLogicRuntimeServices

public MBeanWebLogicRuntimeServices(Session session)

Copyright © 1998, 2010, Oracle. All Rights Reserved.