|
|||||||||
| 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.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.ServerPlatformBase |
|---|
DEFAULT_SERVER_NAME_AND_VERSION |
| 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 |
Connection |
unwrapConnection(Connection connection)
INTERNAL: This method is used to unwrap the connection wrapped by the application server. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| 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 ServerPlatformBase
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||