public final class WSATRuntimeConfig extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
WSATRuntimeConfig.Initializer |
static interface |
WSATRuntimeConfig.RecoveryEventListener |
static interface |
WSATRuntimeConfig.TxlogLocationProvider |
class |
WSATRuntimeConfig.WSATRecoveryEventListener |
| Modifier and Type | Method and Description |
|---|---|
static String |
getDomainName()
Returns the current domain name as provided by the container
|
String |
getHostAndPort()
Return Protocol, host, and port String
|
static String |
getHostName()
Returns the current instance/host name as provided by the container
|
static int |
getHttpPort()
Returns the current HTTP name as used by the container
|
static int |
getHttpsPort()
the current HTTPS name as used by the container
|
static WSATRuntimeConfig |
getInstance() |
String |
getTxLogLocation()
Return the underlying transaction log location
|
static WSATRuntimeConfig.Initializer |
initializer() |
boolean |
isRollbackOnFailedPrepare() |
boolean |
isWSATRecoveryEnabled()
Is WS-AT recovery and therefore WS-AT transaction logging enabled
|
void |
setWSATRecoveryEventListener(WSATRuntimeConfig.RecoveryEventListener WSATRecoveryEventListener) |
public static WSATRuntimeConfig.Initializer initializer()
public static WSATRuntimeConfig getInstance()
public boolean isWSATRecoveryEnabled()
public String getHostAndPort()
public static String getDomainName()
public static String getHostName()
public static int getHttpPort()
public static int getHttpsPort()
public String getTxLogLocation()
public boolean isRollbackOnFailedPrepare()
public void setWSATRecoveryEventListener(WSATRuntimeConfig.RecoveryEventListener WSATRecoveryEventListener)
Copyright © 2005–2017 Oracle Corporation. All rights reserved.