EclipseLink 1.0_1.0M2 API Reference - Incubation

org.eclipse.persistence.services.mbean
Class MBeanRuntimeServices

java.lang.Object
  extended by org.eclipse.persistence.services.RuntimeServices
      extended by org.eclipse.persistence.services.mbean.MBeanRuntimeServices
All Implemented Interfaces:
MBeanRuntimeServicesMBean

Deprecated. Will be replaced by a server-specific equivalent for org.eclipse.persistence.services.oc4j.Oc4jRuntimeServices

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.

See Also:
org.eclipse.persistence.services.oc4j.Oc4jRuntimeServices

Field Summary
 
Fields inherited from class org.eclipse.persistence.services.RuntimeServices
session
 
Constructor Summary
MBeanRuntimeServices(AbstractSession session)
          Deprecated.  
 
Method Summary
 
Methods inherited from class org.eclipse.persistence.services.RuntimeServices
addNewConnectionPool, addNewConnectionPool, getAvailableConnectionPools, getClassesInSession, getLogLevel, getNumberOfObjectsInIdentityMap, getNumberOfObjectsInIdentityMapSubCache, getObjectsInIdentityMap, getObjectsInIdentityMapSubCache, getObjectsInIdentityMapSubCacheAsMap, getSequencePreallocationSize, getSession, getShouldCacheAllStatements, getShouldLogDebug, getShouldLogExceptions, getShouldLogExceptionStackTrace, getShouldLogMessages, getShouldLogPerformanceProfiler, getShouldPrintConnection, getShouldPrintDate, getShouldPrintSession, getShouldPrintThread, getShouldProfilePerformance, getSizeForPool, getStatementCacheSize, resetAllConnections, setLogLevel, setProfileWeight, setSequencePreallocationSize, setShouldCacheAllStatements, setShouldLogDebug, setShouldLogExceptions, setShouldLogExceptionStackTrace, setShouldLogMessages, setShouldLogPerformanceProfiler, setShouldPrintConnection, setShouldPrintDate, setShouldPrintSession, setShouldPrintThread, 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.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(AbstractSession session)
Deprecated. 

EclipseLink 1.0_1.0M2 API Reference - Incubation