|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.persistence.platform.server.ServerPlatformBase
org.eclipse.persistence.platform.server.JMXServerPlatformBase
org.eclipse.persistence.platform.server.sunas.SunAS9ServerPlatform
public class SunAS9ServerPlatform
PUBLIC: This is the concrete subclass responsible for representing SunAS9-specific server behavior. This platform overrides: getExternalTransactionControllerClass(): to use an SunAS9-specific controller class
| Field Summary |
|---|
| Fields inherited from class org.eclipse.persistence.platform.server.JMXServerPlatformBase |
|---|
JMX_MBEANSERVER_INDEX_DEFAULT_FOR_MULTIPLE_SERVERS, JMX_REGISTRATION_PREFIX |
| Fields inherited from class org.eclipse.persistence.platform.server.ServerPlatformBase |
|---|
DEFAULT_SERVER_NAME_AND_VERSION, JMX_REGISTER_DEV_MBEAN_PROPERTY, JMX_REGISTER_RUN_MBEAN_PROPERTY |
| Constructor Summary | |
|---|---|
SunAS9ServerPlatform(DatabaseSession newDatabaseSession)
INTERNAL: Default Constructor: All behavior for the default constructor is inherited |
|
| Method Summary | |
|---|---|
Class |
getExternalTransactionControllerClass()
INTERNAL: getExternalTransactionControllerClass(): Answer the class of external transaction controller to use for SUN AS9. |
SessionLog |
getServerLog()
INTERNAL: getServerLog(): Return the ServerLog for this platform Return the default ServerLog in the base |
boolean |
isRuntimeServicesEnabledDefault()
INTERNAL: isRuntimeServicesEnabledDefault(): Answer true if the JMX/MBean providing runtime services for the receiver's DatabaseSession will be deployed at runtime. |
void |
prepareServerSpecificServicesMBean()
INTERNAL: prepareServerSpecificServicesMBean(): Server specific implementation of the creation and deployment of the JMX MBean to provide runtime services for the databaseSession. |
void |
serverSpecificRegisterMBean()
INTERNAL: serverSpecificRegisterMBean(): Server specific implementation of the creation and deployment of the JMX MBean to provide runtime services for my databaseSession. |
Connection |
unwrapConnection(Connection connection)
INTERNAL: This method is used to unwrap the connection wrapped by the application server. |
| Methods inherited from class org.eclipse.persistence.platform.server.JMXServerPlatformBase |
|---|
getApplicationName, getMBeanServer, getModuleName, serverSpecificUnregisterMBean, setApplicationName |
| Methods inherited from class org.eclipse.persistence.platform.server.ServerPlatformBase |
|---|
clearStatementCache, configureProfiler, disableJTA, disableRuntimeServices, enableRuntimeServices, getDatabaseSession, getNewTempClassLoader, getServerNameAndVersion, initializeExternalTransactionController, isCMP, isJTAEnabled, isRuntimeServicesEnabled, launchContainerRunnable, registerMBean, setExternalTransactionControllerClass, setIsCMP, shouldUseDriverManager, unregisterMBean, wasFailureCommunicationBased |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.eclipse.persistence.platform.server.JMXEnabledPlatform |
|---|
getApplicationName |
| Constructor Detail |
|---|
public SunAS9ServerPlatform(DatabaseSession newDatabaseSession)
| Method Detail |
|---|
public Class getExternalTransactionControllerClass()
getExternalTransactionControllerClass in interface ServerPlatformgetExternalTransactionControllerClass in class ServerPlatformBaseJTATransactionController,
ServerPlatformBase.isJTAEnabled(),
ServerPlatformBase.disableJTA(),
ServerPlatformBase.initializeExternalTransactionController()public Connection unwrapConnection(Connection connection)
ServerPlatformBase
unwrapConnection in interface ServerPlatformunwrapConnection in class ServerPlatformBasepublic SessionLog getServerLog()
ServerPlatformBase
getServerLog in interface ServerPlatformgetServerLog in class ServerPlatformBasepublic boolean isRuntimeServicesEnabledDefault()
ServerPlatformBaseServerPlatformBase.isRuntimeServicesEnabled() for a
ServerPlatform. By default this is false but some platforms
can choose to have MBeans deployed by default.
isRuntimeServicesEnabledDefault in interface ServerPlatformisRuntimeServicesEnabledDefault in class ServerPlatformBasepublic void prepareServerSpecificServicesMBean()
prepareServerSpecificServicesMBean in interface JMXEnabledPlatformServerPlatformBase.isRuntimeServicesEnabled(),
ServerPlatformBase.disableRuntimeServices(),
ServerPlatformBase.registerMBean()public void serverSpecificRegisterMBean()
serverSpecificRegisterMBean in class JMXServerPlatformBaseServerPlatformBase.isRuntimeServicesEnabled(),
ServerPlatformBase.disableRuntimeServices(),
ServerPlatformBase.registerMBean()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||