public class WLSAdfServerPlatformSupport extends AdfServerPlatformSupport
AdfAbstractSupport.PLATFORM_TYPE| Modifier and Type | Field and Description |
|---|---|
protected oracle.jrf.ServerPlatformSupport |
svrcomp |
CLUSTER_UNKNOWN, CREDENTIAL_STORE_PROVIDER_DEFAULT, CREDENTIAL_STORE_PROVIDER_NO_STORE, logger| Constructor and Description |
|---|
WLSAdfServerPlatformSupport() |
WLSAdfServerPlatformSupport(oracle.jrf.ServerPlatformSupport svr) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getCheckSum(java.lang.String algorithm,
byte[] data)
This method will provide a cross platform checksum calculation support.
|
java.lang.Object |
getConcretePlatformSupport()
This abstract method will let each concrete sub platform support class to provide
either JRF sever platform support or others.
|
java.lang.String |
getJtaTransactionXidClassName()
Each platform may have it's own preference for a JTATransaction Xid
class name.
|
java.lang.String |
getPlatformName()
Return the application's running server platform name, e.g.
|
addContextData, addMessageToRequest, begin, beginNode, endNode, getAdminServerName, getApplication, getApplicationIdentifier, getClusterName, getCommonComponentsHome, getCredentialStoreProviderClassName, getDomainConfigDirectory, getDomainName, getNativeDBConnection, getPortConfig, getPortConfig, getServerConfigDirectory, getServerConfigDirectory, getServerLogPath, getServerName, getSupportedPlatformNames, isAdminServer, isExalogicOptimizationsEnabled, isGlassFish, isJBoss, isJEE, isTomcat, isWebLogic, isWebLogicCore, isWebLogicJRF, isWebSphere, isWebSphereAS, isWebSphereND, LogRelativeADFRequest, setSupplementalAttributespublic WLSAdfServerPlatformSupport()
throws oracle.jrf.PortabilityLayerException
oracle.jrf.PortabilityLayerExceptionpublic WLSAdfServerPlatformSupport(oracle.jrf.ServerPlatformSupport svr)
public java.lang.Object getConcretePlatformSupport()
throws oracle.jrf.PortabilityLayerException
AdfServerPlatformSupportgetConcretePlatformSupport in class AdfServerPlatformSupportoracle.jrf.PortabilityLayerExceptionpublic byte[] getCheckSum(java.lang.String algorithm,
byte[] data)
throws java.lang.Exception
AdfServerPlatformSupportgetCheckSum in class AdfServerPlatformSupportalgorithm - checksum algorithm string such as "MD5", "SHA1", "SHA-256", etc. By default, "MD5" will be
used if null string passed indata - byte[] data valuejava.lang.Exceptionpublic java.lang.String getPlatformName()
AdfServerPlatformSupportgetPlatformName in class AdfServerPlatformSupportpublic java.lang.String getJtaTransactionXidClassName()
AdfServerPlatformSupportgetJtaTransactionXidClassName in class AdfServerPlatformSupport