Oracle Application Server TopLink API Reference
10g Release 2 (10.1.2)

B15903-01


oracle.toplink.services.mbean
Class MBeanRuntimeServices

java.lang.Object
  extended byoracle.toplink.services.RuntimeServices
      extended byoracle.toplink.services.mbean.MBeanRuntimeServices

All Implemented Interfaces:
MBeanRuntimeServicesMBean

public class MBeanRuntimeServices
extends RuntimeServices
implements MBeanRuntimeServicesMBean

Purpose: Provide a dynamic interface into the TopLink Session.

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


Constructor Summary
MBeanRuntimeServices(oracle.toplink.publicinterface.Session session)

Methods inherited from class oracle.toplink.services.RuntimeServices
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

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

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

MBeanRuntimeServices

public MBeanRuntimeServices(oracle.toplink.publicinterface.Session session)

Copyright © 1998, 2005 Oracle Corporation. All Rights Reserved.