Oracle Application Server TopLink API Reference
10g (9.0.4)

B10491-01

oracle.toplink.services.mbean
Class MBeanRuntimeServices

java.lang.Object
  |
  +--oracle.toplink.services.RuntimeServices
        |
        +--oracle.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 © 2003 Oracle Corporation. All Rights Reserved.