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, getSystemProperty, isAdminServer, isExalogicOptimizationsEnabled, isGlassFish, isJBoss, isJEE, isTomcat, isWebLogic, isWebLogicCore, isWebLogicJRF, isWebSphere, isWebSphereAS, isWebSphereND, LogRelativeADFRequest, setSupplementalAttributes
public WLSAdfServerPlatformSupport() throws oracle.jrf.PortabilityLayerException
oracle.jrf.PortabilityLayerException
public WLSAdfServerPlatformSupport(oracle.jrf.ServerPlatformSupport svr)
public java.lang.Object getConcretePlatformSupport() throws oracle.jrf.PortabilityLayerException
AdfServerPlatformSupport
getConcretePlatformSupport
in class AdfServerPlatformSupport
oracle.jrf.PortabilityLayerException
public byte[] getCheckSum(java.lang.String algorithm, byte[] data) throws java.lang.Exception
AdfServerPlatformSupport
getCheckSum
in class AdfServerPlatformSupport
algorithm
- 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.Exception
public java.lang.String getPlatformName()
AdfServerPlatformSupport
getPlatformName
in class AdfServerPlatformSupport
public java.lang.String getJtaTransactionXidClassName()
AdfServerPlatformSupport
getJtaTransactionXidClassName
in class AdfServerPlatformSupport