Skip navigation links

Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.2.1)

Part Number E55141-01
P4 Change 1723563 on 2015/10/09


weblogic.management.configuration
Interface JTAMBean

All Superinterfaces:
ConfigurationMBean, DescriptorBean, DynamicMBean, MBeanRegistration, NotificationBroadcaster, SettableBean, WebLogicMBean
All Known Subinterfaces:
JTAClusterMBean

public interface JTAMBean
extends ConfigurationMBean

This interface provides access to the JTA configuration attributes. The methods defined herein are applicable for JTA configuration at the domain level.


Field Summary
static String CLIENTCERTREQUIRED
           
static String SSLNOTREQUIRED
           
static String SSLREQUIRED
           

 

Fields inherited from interface weblogic.management.configuration.ConfigurationMBean
DEFAULT_EMPTY_BYTE_ARRAY

 

Method Summary
abstract  int getAbandonTimeoutSeconds()
          Specifies the maximum amount of time, in seconds, a transaction manager persists in attempting to complete the second phase of a two-phase commit transaction.
abstract  int getBeforeCompletionIterationLimit()
          The maximum number of cycles that the transaction manager performs the beforeCompletion synchronization callback for this WebLogic Server domain.
abstract  int getCheckpointIntervalSeconds()
          The interval at which the transaction manager creates a new transaction log file and checks all old transaction log files to see if they are ready to be deleted.
abstract  int getCompletionTimeoutSeconds()
          Specifies the maximum amount of time, in seconds, a transaction manager waits for all resource managers to respond and indicate if the transaction can be committed or rolled back.
abstract  int getCrossDomainRecoveryRetryInterval()
          The interval at which a store lock for a given server in a recovery domain will be checked for takeover eligibility.
abstract  DeterminerCandidateResourceInfoVBean[] getDeterminerCandidateResourceInfoList()
          Returns a list of one or more transaction resources (determiners).
abstract  String[] getDeterminers()
          Select a transaction resource (determiner) from the list of resources.
abstract  boolean getForgetHeuristics()
          Specifies whether the transaction manager automatically performs an XA Resource forget operation for heuristic transaction completions.
abstract  int getMaxResourceRequestsOnServer()
          Maximum number of concurrent requests to resources allowed for each server.
abstract  long getMaxResourceUnavailableMillis()
          Maximum duration time, in milliseconds, that a resource is declared dead.
abstract  int getMaxRetrySecondsBeforeDeterminerFail()
          The maximum amount of time, in seconds, WebLogic Server waits for the determiner to recover from a failure.
abstract  int getMaxTransactions()
          The maximum number of simultaneous in-progress transactions allowed on a server in this WebLogic Server domain.
abstract  int getMaxUniqueNameStatistics()
          The maximum number of unique transaction names for which statistics are maintained.
abstract  long getMaxXACallMillis()
          Maximum allowed time duration, in milliseconds, for XA calls to resources.
abstract  String getRecoverySiteName()
          The name of the site whose transactions this site/domain will recover in the event that intra-cluster transaction service migration is not successful or efficient.
abstract  String getSecurityInteropMode()
          Specifies the security mode of the communication channel used for XA calls between servers that participate in a global transaction.
abstract  long getSerializeEnlistmentsGCIntervalMillis()
          The time interval, in milliseconds, at which internal objects used to serialize resource enlistment are cleaned up.
abstract  int getShutdownGracePeriod()
          Indicates how long the server should wait for active transactions to complete before allowing shutdown.
abstract  int getTimeoutSeconds()
          Specifies the maximum amount of time, in seconds, an active transaction is allowed to be in the first phase of a two-phase commit transaction.
abstract  int getUnregisterResourceGracePeriod()
          The amount of time, in seconds, a transaction manager waits for transactions involving the resource to complete before unregistering a resource.
abstract  String getWSATTransportSecurityMode()
           Specifies transport security mode required by WebService Transaction endpoints.
abstract  boolean isClusterwideRecoveryEnabled()
          Indicates that cluster-wide recovery is used for distributed transactions.
abstract  boolean isTightlyCoupledTransactionsEnabled()
          Indicates tight coupling of transaction branches that span different transaction manager systems.
abstract  boolean isTLOGWriteWhenDeterminerExistsEnabled()
          Indicates two-phase transaction recovery logs are written even if one or more determiners are configured.
abstract  boolean isTwoPhaseEnabled()
          Indicates that the two-phase commit protocol is used to coordinate transactions across two or more resource managers.
abstract  boolean isWSATIssuedTokenEnabled()
          Specifies whether to use issuedtoken to enable authentication between the WS-AT coordinator and participant.
abstract  void setAbandonTimeoutSeconds(int timeout)
          Sets the value of the AbandonTimeoutSeconds attribute.
abstract  void setBeforeCompletionIterationLimit(int iterations)
          Sets the value of the BeforeCompletionIterationLimit attribute.
abstract  void setCheckpointIntervalSeconds(int interval)
          Sets value of the CheckpointIntervalSeconds attribute.
abstract  void setClusterwideRecoveryEnabled(boolean isClusterwideRecoveryEnabled)
          Sets the value of the ClusterwideRecoveryEnabled attribute.
abstract  void setCompletionTimeoutSeconds(int completionTimeout)
          Sets the value of the CompletionTimeoutSeconds attribute.
abstract  void setCrossDomainRecoveryRetryInterval(int crossDomainRecoveryRetryInterval)
          Sets the value of the CrossDomainRecoveryRetryInterval attribute.
abstract  void setDeterminers(String[] names)
          Sets the value of the Determiners attribute.
abstract  void setForgetHeuristics(boolean forget)
          Sets the value of the ForgetHeuristics attribute.
abstract  void setMaxRetrySecondsBeforeDeterminerFail(int maxRetrySecondsBeforeDeterminerFail)
          Sets the value of the MaxRetrySecondsBeforeDeterminerFail attribute.
abstract  void setMaxTransactions(int max)
          Sets the value of the MaxTransactions attribute.
abstract  void setMaxUniqueNameStatistics(int max)
          Sets the value of the MaxUniqueNameStatistics attribute.
abstract  void setParallelXAEnabled(boolean enabled)
          Sets the value of the ParallelXAEnabled attribute.
abstract  void setRecoverySiteName(String recoverySiteName)
          Sets the value of the RecoverySiteName attribute.
abstract  void setSecurityInteropMode(String mode)
          Sets the value of the SecurityInteropMode attribute.
abstract  void setShutdownGracePeriod(int shutdownGracePeriod)
          Sets the value of the shutdownGracePeriod attribute.
abstract  void setTightlyCoupledTransactionsEnabled(boolean isClusterwideRecoveryEnabled)
          Sets the value of the TightlyCoupledTransactionsEnabled attribute.
abstract  void setTimeoutSeconds(int timeout)
          Sets the value of the TimeoutSeconds attribute.
abstract  void setTLOGWriteWhenDeterminerExistsEnabled(boolean isTLOGWriteWhenDeterminerExistsEnabled)
          Sets the value of the TLOGWriteWhenDeterminerExistsEnabled attribute.
abstract  void setTwoPhaseEnabled(boolean isTwoPhaseEnabled)
          Sets the value of the TwoPhaseEnabled attribute.
abstract  void setUnregisterResourceGracePeriod(int seconds)
          Sets the unregisterResource grace period.
abstract  void setWSATIssuedTokenEnabled(boolean enabled)
          Sets the value of the WSATIssuedTokenEnabled attribute.
abstract  void setWSATTransportSecurityMode(String mode)
          Sets the value of the WSATTransportSecurityMode attribute.

 

Methods inherited from interface weblogic.management.configuration.ConfigurationMBean
freezeCurrentValue, getId, getInheritedProperties, getName, getNotes, isDynamicallyCreated, isInherited, isSet, restoreDefaultValue, setComments, setDefaultedMBean, setName, setNotes, setPersistenceEnabled, unSet

 

Methods inherited from interface weblogic.management.WebLogicMBean
getMBeanInfo, getObjectName, getParent, getType, isCachingDisabled, isRegistered, setParent

 

Methods inherited from interface javax.management.DynamicMBean
getAttribute, getAttributes, invoke, setAttribute, setAttributes

 

Methods inherited from interface javax.management.MBeanRegistration
postDeregister, postRegister, preDeregister, preRegister

 

Methods inherited from interface javax.management.NotificationBroadcaster
addNotificationListener, getNotificationInfo, removeNotificationListener

 

Methods inherited from interface weblogic.descriptor.DescriptorBean
addPropertyChangeListener, createChildCopyIncludingObsolete, getParentBean, isEditable, removePropertyChangeListener

 

Field Detail

SSLNOTREQUIRED

static final String SSLNOTREQUIRED
See Also:
Constant Field Values

SSLREQUIRED

static final String SSLREQUIRED
See Also:
Constant Field Values

CLIENTCERTREQUIRED

static final String CLIENTCERTREQUIRED
See Also:
Constant Field Values

Method Detail

getTimeoutSeconds

int getTimeoutSeconds()

Specifies the maximum amount of time, in seconds, an active transaction is allowed to be in the first phase of a two-phase commit transaction. If the specified amount of time expires, the transaction is automatically rolled back.

Returns:
Transaction timeout in seconds.

setTimeoutSeconds

void setTimeoutSeconds(int timeout)
                       throws InvalidAttributeValueException,
                              DistributedManagementException

Sets the value of the TimeoutSeconds attribute.

Parameters:
timeout - Transaction timeout in seconds.
Throws:
InvalidAttributeValueException
DistributedManagementException
See Also:
JTAMBean.getTimeoutSeconds()

getAbandonTimeoutSeconds

int getAbandonTimeoutSeconds()

Specifies the maximum amount of time, in seconds, a transaction manager persists in attempting to complete the second phase of a two-phase commit transaction.

During the second phase of a two-phase commit transaction, the transaction manager continues to try to complete the transaction until all resource managers indicate that the transaction is completed. After the abandon transaction timer expires, no further attempt is made to resolve the transaction. If the transaction is in a prepared state before being abandoned, the transaction manager rolls back the transaction to release any locks held on behalf of the abandoned transaction.

Returns:
Abandon timeout in seconds. Default is 24 hours.

setAbandonTimeoutSeconds

void setAbandonTimeoutSeconds(int timeout)
                              throws InvalidAttributeValueException,
                                     DistributedManagementException

Sets the value of the AbandonTimeoutSeconds attribute.

Parameters:
timeout - Abandon timeout in seconds.
Throws:
InvalidAttributeValueException
DistributedManagementException
See Also:
JTAMBean.getAbandonTimeoutSeconds()

getCompletionTimeoutSeconds

int getCompletionTimeoutSeconds()

Specifies the maximum amount of time, in seconds, a transaction manager waits for all resource managers to respond and indicate if the transaction can be committed or rolled back.

Returns:
Completion timeout in seconds.

setCompletionTimeoutSeconds

void setCompletionTimeoutSeconds(int completionTimeout)
                                 throws InvalidAttributeValueException,
                                        DistributedManagementException

Sets the value of the CompletionTimeoutSeconds attribute.

Parameters:
completionTimeout - Completion timeout in seconds.
Throws:
InvalidAttributeValueException
DistributedManagementException
See Also:
JTAMBean.getCompletionTimeoutSeconds()

getForgetHeuristics

boolean getForgetHeuristics()

Specifies whether the transaction manager automatically performs an XA Resource forget operation for heuristic transaction completions.

When enabled, the transaction manager automatically performs an XA Resource forget() operation for all resources as soon as the transaction learns of a heuristic outcome. Disable this feature only if you know what to do with the resource when it reports a heuristic decision.

Returns:
true if heuristic transactions are to be forgotten in affected resource managers, false otherwise.

setForgetHeuristics

void setForgetHeuristics(boolean forget)
                         throws InvalidAttributeValueException,
                                DistributedManagementException

Sets the value of the ForgetHeuristics attribute.

Parameters:
forget - Whether or not to forget heuristic transactions in affected resource managers.
Throws:
InvalidAttributeValueException
DistributedManagementException
See Also:
JTAMBean.getForgetHeuristics()

getBeforeCompletionIterationLimit

int getBeforeCompletionIterationLimit()

The maximum number of cycles that the transaction manager performs the beforeCompletion synchronization callback for this WebLogic Server domain.

Nothing prevents a Synchronization object from registering another during beforeCompletion, even those whose beforeCompletions have already been called. For example, an EJB can call another in its ejbStore() method. To accommodate this, the transaction manager calls all Synchronization objects, then repeats the cycle if new ones have been registered. This count sets a limit to the number of cycles that synchronization occurs.

Returns:
The maximum beforeCompletion iterations

setBeforeCompletionIterationLimit

void setBeforeCompletionIterationLimit(int iterations)
                                       throws InvalidAttributeValueException,
                                              DistributedManagementException

Sets the value of the BeforeCompletionIterationLimit attribute.

Parameters:
iterations - The maximum number of beforeCompletion iterations among registered objects.
Throws:
InvalidAttributeValueException
DistributedManagementException
See Also:
JTAMBean.getBeforeCompletionIterationLimit()

getMaxTransactions

int getMaxTransactions()

The maximum number of simultaneous in-progress transactions allowed on a server in this WebLogic Server domain.

Returns:
The maximum number of concurrent transactions.

setMaxTransactions

void setMaxTransactions(int max)
                        throws InvalidAttributeValueException,
                               DistributedManagementException

Sets the value of the MaxTransactions attribute.

Parameters:
max - The maximum number of concurrent transactions.
Throws:
InvalidAttributeValueException
DistributedManagementException
See Also:
JTAMBean.getMaxTransactions()

getMaxUniqueNameStatistics

int getMaxUniqueNameStatistics()

The maximum number of unique transaction names for which statistics are maintained.

The first 1001 unique transaction names are maintained as their own transaction name and stored in each statistic. After the 1001st transaction name is reached, the transaction name is stored as weblogic.transaction.statistics.namedOverflow, and the transaction statistic is also merged and maintained in weblogic.transaction.statistics.namedOverflow.

A transaction name typically represents a category of business transactions, such as "funds-transfer."

Returns:
Limit of individual transaction name statistics.

setMaxUniqueNameStatistics

void setMaxUniqueNameStatistics(int max)
                                throws InvalidAttributeValueException,
                                       DistributedManagementException

Sets the value of the MaxUniqueNameStatistics attribute.

Parameters:
max - Limit of individual transaction name statistics
Throws:
InvalidAttributeValueException
DistributedManagementException
See Also:
JTAMBean.getMaxUniqueNameStatistics()

getMaxResourceRequestsOnServer

int getMaxResourceRequestsOnServer()

Maximum number of concurrent requests to resources allowed for each server.

Returns:
The maxResourceRequestsOnServer value

getMaxXACallMillis

long getMaxXACallMillis()

Maximum allowed time duration, in milliseconds, for XA calls to resources. If a particular XA call to a resource exceeds the limit, the resource is declared unavailable.

Returns:
The maxXACallMillis value

getMaxResourceUnavailableMillis

long getMaxResourceUnavailableMillis()

Maximum duration time, in milliseconds, that a resource is declared dead. After the duration, the resource is declared available again, even if the resource provider does not explicitly re-register the resource.

Returns:
The maxResourceUnavailableMillis value

getCheckpointIntervalSeconds

int getCheckpointIntervalSeconds()

The interval at which the transaction manager creates a new transaction log file and checks all old transaction log files to see if they are ready to be deleted.

Returns:
The checkpointIntervalSeconds value

setCheckpointIntervalSeconds

void setCheckpointIntervalSeconds(int interval)
                                  throws InvalidAttributeValueException,
                                         DistributedManagementException

Sets value of the CheckpointIntervalSeconds attribute.

Parameters:
interval - The new checkpointIntervalSeconds value
Throws:
InvalidAttributeValueException
DistributedManagementException
See Also:
JTAMBean.getCheckpointIntervalSeconds()

getSerializeEnlistmentsGCIntervalMillis

long getSerializeEnlistmentsGCIntervalMillis()

The time interval, in milliseconds, at which internal objects used to serialize resource enlistment are cleaned up.

Returns:
The serializeEnlistmentsGCIntervalMillis value

setParallelXAEnabled

void setParallelXAEnabled(boolean enabled)
                          throws InvalidAttributeValueException,
                                 DistributedManagementException

Sets the value of the ParallelXAEnabled attribute.

Parameters:
enabled - The new enabled value
Throws:
InvalidAttributeValueException
DistributedManagementException
See Also:
JTAMBean.getParallelXAEnabled()

getUnregisterResourceGracePeriod

int getUnregisterResourceGracePeriod()

The amount of time, in seconds, a transaction manager waits for transactions involving the resource to complete before unregistering a resource. This grace period helps minimize the risk of abandoned transactions because of an unregistered resource, such as a JDBC data source module packaged with an application.

During the specified grace period, the unregisterResource call blocks until the call returns and no new transactions are started for the associated resource. If the number of outstanding transactions for the resource goes to 0, the unregisterResource call returns immediately.

At the end of the grace period, if outstanding transactions are associated with the resource, the unregisterResource call returns and a log message is written to the server on which the resource was previously registered.

Returns:
The unregisterResource grace period in seconds.

setUnregisterResourceGracePeriod

void setUnregisterResourceGracePeriod(int seconds)
                                      throws InvalidAttributeValueException,
                                             DistributedManagementException

Sets the unregisterResource grace period.

Parameters:
seconds - The new grace period value.
Throws:
InvalidAttributeValueException
DistributedManagementException
See Also:
JTAMBean.getUnregisterResourceGracePeriod()

getSecurityInteropMode

String getSecurityInteropMode()

Specifies the security mode of the communication channel used for XA calls between servers that participate in a global transaction. All server instances in a domain must have the same security mode setting.

Security Interoperability Mode options:

Returns:
The security interoperability mode.

setSecurityInteropMode

void setSecurityInteropMode(String mode)
                            throws InvalidAttributeValueException,
                                   DistributedManagementException

Sets the value of the SecurityInteropMode attribute.

Throws:
InvalidAttributeValueException
DistributedManagementException
See Also:
JTAMBean.getSecurityInteropMode()

getWSATTransportSecurityMode

String getWSATTransportSecurityMode()

Specifies transport security mode required by WebService Transaction endpoints.

Transport Security options:

Returns:
The WSAT transport security mode.

setWSATTransportSecurityMode

void setWSATTransportSecurityMode(String mode)
                                  throws InvalidAttributeValueException,
                                         DistributedManagementException

Sets the value of the WSATTransportSecurityMode attribute.

Throws:
InvalidAttributeValueException
DistributedManagementException
See Also:
JTAMBean.getWSATTransportSecurityMode()

isWSATIssuedTokenEnabled

boolean isWSATIssuedTokenEnabled()

Specifies whether to use issuedtoken to enable authentication between the WS-AT coordinator and participant.


setWSATIssuedTokenEnabled

void setWSATIssuedTokenEnabled(boolean enabled)
                               throws InvalidAttributeValueException,
                                      DistributedManagementException

Sets the value of the WSATIssuedTokenEnabled attribute.

Throws:
InvalidAttributeValueException
DistributedManagementException
See Also:
JTAMBean.isWSATIssuedTokenEnabled()

isTwoPhaseEnabled

boolean isTwoPhaseEnabled()

Indicates that the two-phase commit protocol is used to coordinate transactions across two or more resource managers.

If not selected:


setTwoPhaseEnabled

void setTwoPhaseEnabled(boolean isTwoPhaseEnabled)
                        throws InvalidAttributeValueException,
                               DistributedManagementException

Sets the value of the TwoPhaseEnabled attribute. When false, all transaction logging is disabled, including checkpoint records. Only one-phase commit processing is allowed.

Parameters:
isTwoPhaseEnabled - The new isTwoPhaseEnabled value
Throws:
InvalidAttributeValueException
DistributedManagementException
See Also:
JTAMBean.isTwoPhaseEnabled()

isClusterwideRecoveryEnabled

boolean isClusterwideRecoveryEnabled()

Indicates that cluster-wide recovery is used for distributed transactions.

When enabled, recovery operations for a distributed transaction are applied to all the servers of the cluster hosting a InterposedTransactionManager rather than just the server hosting the InterposedTransactionManager.


setClusterwideRecoveryEnabled

void setClusterwideRecoveryEnabled(boolean isClusterwideRecoveryEnabled)
                                   throws InvalidAttributeValueException,
                                          DistributedManagementException

Sets the value of the ClusterwideRecoveryEnabled attribute.

Parameters:
isClusterwideRecoveryEnabled - The new isClusterwideRecoveryEnabled value
Throws:
InvalidAttributeValueException
DistributedManagementException
See Also:
JTAMBean.isClusterwideRecoveryEnabled()

isTightlyCoupledTransactionsEnabled

boolean isTightlyCoupledTransactionsEnabled()

Indicates tight coupling of transaction branches that span different transaction manager systems.

When enabled, WebLogic uses the transaction identifier of a transaction imported by the InterposedTransactionManager for XA calls rather than an internally mapped Xid. This applies to inter-domain WebLogic transactions and transactions imported from Tuxedo. This allows for tight coupling of transaction branches for transactions that span across different transaction manager systems.

If a transaction between WebLogic and Tuxedo resources uses a GridLink Data Source with GridLink Affinity enabled, the XA Affinity context is automatically used for the transaction.


setTightlyCoupledTransactionsEnabled

void setTightlyCoupledTransactionsEnabled(boolean isClusterwideRecoveryEnabled)
                                          throws InvalidAttributeValueException,
                                                 DistributedManagementException

Sets the value of the TightlyCoupledTransactionsEnabled attribute.

Parameters:
isClusterwideRecoveryEnabled - The new isTightlyCoupledTransactionsEnabled value
Throws:
InvalidAttributeValueException
DistributedManagementException
See Also:
JTAMBean.isTightlyCoupledTransactionsEnabled()

getDeterminers

String[] getDeterminers()

Select a transaction resource (determiner) from the list of resources. For JMS, select WebLogic JMS as the determiner. When a determiner is configured, the determiner's in-doubt transaction records are used during transaction recovery.

Returns:
The determiners value

getDeterminerCandidateResourceInfoList

DeterminerCandidateResourceInfoVBean[] getDeterminerCandidateResourceInfoList()

Returns a list of one or more transaction resources (determiners). A determiner's in-doubt transaction records are used during transaction recovery when a TLog is not present.

Returns:
The Array of DeterminerCandidateResourceInfoVBean objects, candidate determiners resources

setDeterminers

void setDeterminers(String[] names)
                    throws InvalidAttributeValueException

Sets the value of the Determiners attribute.

Parameters:
names - The new determiners value
Throws:
InvalidAttributeValueException
See Also:
JTAMBean.getDeterminers()

isTLOGWriteWhenDeterminerExistsEnabled

boolean isTLOGWriteWhenDeterminerExistsEnabled()

Indicates two-phase transaction recovery logs are written even if one or more determiners are configured.


setTLOGWriteWhenDeterminerExistsEnabled

void setTLOGWriteWhenDeterminerExistsEnabled(boolean isTLOGWriteWhenDeterminerExistsEnabled)
                                             throws InvalidAttributeValueException,
                                                    DistributedManagementException

Sets the value of the TLOGWriteWhenDeterminerExistsEnabled attribute.

Parameters:
isTLOGWriteWhenDeterminerExistsEnabled - The new isTLOGWriteWhenDeterminerExistsEnabled value
Throws:
InvalidAttributeValueException
DistributedManagementException
See Also:
JTAMBean.isTLOGWriteWhenDeterminerExistsEnabled()

getShutdownGracePeriod

int getShutdownGracePeriod()

Indicates how long the server should wait for active transactions to complete before allowing shutdown.


setShutdownGracePeriod

void setShutdownGracePeriod(int shutdownGracePeriod)
                            throws InvalidAttributeValueException,
                                   DistributedManagementException

Sets the value of the shutdownGracePeriod attribute.

Parameters:
shutdownGracePeriod - The new shutdownGracePeriod value
Throws:
InvalidAttributeValueException
DistributedManagementException
See Also:
JTAMBean.getShutdownGracePeriod()

getMaxRetrySecondsBeforeDeterminerFail

int getMaxRetrySecondsBeforeDeterminerFail()

The maximum amount of time, in seconds, WebLogic Server waits for the determiner to recover from a failure. If the determiner does not recover after this period, WebLogic Server sets the TLog health state to HEALTH_FAILED.


setMaxRetrySecondsBeforeDeterminerFail

void setMaxRetrySecondsBeforeDeterminerFail(int maxRetrySecondsBeforeDeterminerFail)
                                            throws InvalidAttributeValueException,
                                                   DistributedManagementException

Sets the value of the MaxRetrySecondsBeforeDeterminerFail attribute.

Parameters:
maxRetrySecondsBeforeDeterminerFail - The new maxRetrySecondsBeforeDeterminerFail value
Throws:
InvalidAttributeValueException
DistributedManagementException
See Also:
JTAMBean.getMaxRetrySecondsBeforeDeterminerFail()

getRecoverySiteName

String getRecoverySiteName()

The name of the site whose transactions this site/domain will recover in the event that intra-cluster transaction service migration is not successful or efficient.


setRecoverySiteName

void setRecoverySiteName(String recoverySiteName)
                         throws InvalidAttributeValueException,
                                DistributedManagementException

Sets the value of the RecoverySiteName attribute.

Parameters:
recoverySiteName - The new recoverySiteName value
Throws:
InvalidAttributeValueException
DistributedManagementException
See Also:
JTAMBean.getRecoverySiteName()

getCrossDomainRecoveryRetryInterval

int getCrossDomainRecoveryRetryInterval()

The interval at which a store lock for a given server in a recovery domain will be checked for takeover eligibility.


setCrossDomainRecoveryRetryInterval

void setCrossDomainRecoveryRetryInterval(int crossDomainRecoveryRetryInterval)
                                         throws InvalidAttributeValueException,
                                                DistributedManagementException

Sets the value of the CrossDomainRecoveryRetryInterval attribute.

Parameters:
crossDomainRecoveryRetryInterval - The new crossDomainRecoveryRetryInterval value
Throws:
InvalidAttributeValueException
DistributedManagementException
See Also:
JTAMBean.getCrossDomainRecoveryRetryInterval()

Skip navigation links

Copyright 1996, 2015, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.

Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.2.1)

Part Number E55141-01
P4 Change 1723563 on 2015/10/09