Skip navigation links

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

B32476-02


oracle.toplink.platform.server.wls
Class WebLogic_10_Platform

java.lang.Object
  extended by oracle.toplink.platform.server.ServerPlatformBase
      extended by oracle.toplink.platform.server.wls.WebLogicPlatform
          extended by oracle.toplink.platform.server.wls.WebLogic_9_Platform
              extended by oracle.toplink.platform.server.wls.WebLogic_10_Platform

All Implemented Interfaces:
ServerPlatform

public class WebLogic_10_Platform
extends WebLogic_9_Platform

This is the concrete subclass responsible for representing WebLogic10 specific behaviour. 11/12/2008-11.1.1.1.0 Michael O'Brien - 7562061: Add WebLogic 10.3 specific JMX MBean attributes and functions see http://wiki.eclipse.org/EclipseLink/DesignDocs/248748


Field Summary
static java.lang.String JMX_REGISTER_DEV_MBEAN_PROPERTY
          This System property "toplink.register.dev.mbean" when set to true will enable registration/unregistration of the DevelopmentServices MBean
static java.lang.String JMX_REGISTER_RUN_MBEAN_PROPERTY
          This System property "topelink.register.run.mbean" when set to true will enable registration/unregistration of the RuntimeServices MBean
static java.lang.String WEBLOGIC_APPLICATIONNAME_PROPERTY
          This persistence.xml or sessions.xml property is used to override the applicationName
static java.lang.String WEBLOGIC_MODULENAME_PROPERTY
          This persistence.xml or sessions.xml property is used to override the moduleName

 

Method Summary

 

Methods inherited from class oracle.toplink.platform.server.ServerPlatformBase
getServerNameAndVersion

 

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

 

Field Detail

JMX_REGISTER_DEV_MBEAN_PROPERTY

public static final java.lang.String JMX_REGISTER_DEV_MBEAN_PROPERTY
Description copied from class: WebLogic_10_Platform
This System property "toplink.register.dev.mbean" when set to true will enable registration/unregistration of the DevelopmentServices MBean
See Also:
Constant Field Values

JMX_REGISTER_RUN_MBEAN_PROPERTY

public static final java.lang.String JMX_REGISTER_RUN_MBEAN_PROPERTY
Description copied from class: WebLogic_10_Platform
This System property "topelink.register.run.mbean" when set to true will enable registration/unregistration of the RuntimeServices MBean
See Also:
Constant Field Values

WEBLOGIC_MODULENAME_PROPERTY

public static final java.lang.String WEBLOGIC_MODULENAME_PROPERTY
Description copied from class: WebLogic_10_Platform
This persistence.xml or sessions.xml property is used to override the moduleName
See Also:
Constant Field Values

WEBLOGIC_APPLICATIONNAME_PROPERTY

public static final java.lang.String WEBLOGIC_APPLICATIONNAME_PROPERTY
Description copied from class: WebLogic_10_Platform
This persistence.xml or sessions.xml property is used to override the applicationName
See Also:
Constant Field Values

Skip navigation links

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