EclipseLink 2.1.2, build 'v20101206-r8635' API Reference

org.eclipse.persistence.platform.server
Interface JMXEnabledPlatform

All Known Implementing Classes:
JBossPlatform, SunAS9ServerPlatform, WebLogic_10_Platform, WebSphere_7_Platform

public interface JMXEnabledPlatform

PUBLIC: This interface must be implemented by server platform classes that have JMX/MBean functionality enabled in EclipseLink.
As of EclipseLink

See Also:
JMXServerPlatformBase
Since:
EclipseLink 2.1.1

Method Summary
 java.lang.String getApplicationName()
          INTERNAL: getApplicationName(): Answer the name of the module (EAR name) that this session is associated with.
 void prepareServerSpecificServicesMBean()
          INTERNAL: prepareServerSpecificServicesMBean(): Server specific implementation of the creation and deployment of the JMX MBean to provide runtime services for the databaseSession.
 

Method Detail

prepareServerSpecificServicesMBean

void prepareServerSpecificServicesMBean()
INTERNAL: prepareServerSpecificServicesMBean(): Server specific implementation of the creation and deployment of the JMX MBean to provide runtime services for the databaseSession. JMX Implementing platform classes must override this function and supply the server specific MBean instance for later registration by calling it in the constructor.

See Also:
#isRuntimeServicesEnabledDefault(), #isRuntimeServicesEnabled(), #disableRuntimeServices(), #registerMBean()
Since:
EclipseLink 2.1.1

getApplicationName

java.lang.String getApplicationName()
INTERNAL: getApplicationName(): Answer the name of the module (EAR name) that this session is associated with. Answer "unknown" if there is no application name available. Default behavior is to return "unknown" There are 4 levels of implementation. 1) use the property override weblogic|jboss|glassfish|websphere.applicationName, or 2) perform a reflective weblogic.work.executeThreadRuntime.getApplicationName() call on WebLogic for example 3) extract the moduleName:persistence_unit from the weblogic classloader string representation, or 3) defer to superclass - usually return "unknown"

Returns:
String applicationName

EclipseLink 2.1.2, build 'v20101206-r8635' API Reference