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

B32476-03

oracle.toplink.services.mbean
Class MBeanDevelopmentServices

java.lang.Object
  extended by oracle.toplink.services.DevelopmentServices
      extended by oracle.toplink.services.mbean.MBeanDevelopmentServices
All Implemented Interfaces:
MBeanDevelopmentServicesMBean

Deprecated. Will be replaced by a server-specific equivalent for oracle.toplink.services.oc4j.Oc4jRuntimeServices

public class MBeanDevelopmentServices
extends DevelopmentServices
implements MBeanDevelopmentServicesMBean

Purpose: Provide a dynamic interface into the TopLink Identity Map Manager.

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

See Also:
Oc4jRuntimeServices

Constructor Summary
MBeanDevelopmentServices(oracle.toplink.internal.sessions.AbstractSession session)
          Deprecated.  
 
Method Summary
 
Methods inherited from class oracle.toplink.services.DevelopmentServices
getChangeSetPropagationShouldBeAsynchronous, getShouldBindAllParameters, getShouldRemoveConnectionOnError, getStringBindingSize, getUsesBatchWriting, getUsesByteArrayBinding, getUsesJDBCBatchWriting, getUsesNativeSQL, getUsesStreamsForBinding, getUsesStringBinding, initializeAllIdentityMaps, initializeCacheSynchronizationServices, initializeIdentityMap, refreshProject, setChangeSetPropagationShouldBeAsynchronous, setIdentityMapForClass, setShouldBindAllParameters, setShouldRemoveConnectionOnError, setStringBindingSize, setUsesBatchWriting, setUsesByteArrayBinding, setUsesJDBCBatchWriting, setUsesNativeSQL, setUsesStreamsForBinding, setUsesStringBinding, updateCacheSize, updateSynchronizationDiscoveryMulticastGroup
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface oracle.toplink.services.mbean.MBeanDevelopmentServicesMBean
getChangeSetPropagationShouldBeAsynchronous, getShouldBindAllParameters, getShouldRemoveConnectionOnError, getStringBindingSize, getUsesBatchWriting, getUsesByteArrayBinding, getUsesJDBCBatchWriting, getUsesNativeSQL, getUsesStreamsForBinding, getUsesStringBinding, initializeAllIdentityMaps, initializeCacheSynchronizationServices, initializeIdentityMap, refreshProject, setChangeSetPropagationShouldBeAsynchronous, setIdentityMapForClass, setShouldBindAllParameters, setShouldRemoveConnectionOnError, setStringBindingSize, setUsesBatchWriting, setUsesByteArrayBinding, setUsesJDBCBatchWriting, setUsesNativeSQL, setUsesStreamsForBinding, setUsesStringBinding, updateCacheSize, updateSynchronizationDiscoveryMulticastGroup
 

Constructor Detail

MBeanDevelopmentServices

public MBeanDevelopmentServices(oracle.toplink.internal.sessions.AbstractSession session)
Deprecated. 

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