A B C D E F G H I J L O P R S T U W X 
All Classes All Packages

A

AbstractJTAOverWSATHandler<C extends javax.xml.ws.handler.MessageContext> - Class in org.jboss.jbossts.txbridge.outbound
 
AbstractJTAOverWSATHandler() - Constructor for class org.jboss.jbossts.txbridge.outbound.AbstractJTAOverWSATHandler
 
accessURL(URL) - Static method in class org.jboss.jbossts.txbridge.utils.HttpUtils
Perform a get on the indicated URL and assert an HTTP_OK response code
accessURL(URL, String, int) - Static method in class org.jboss.jbossts.txbridge.utils.HttpUtils
Perform a get on the indicated URL and assert that the response code matches the expectedHttpCode argument.
accessURL(URL, String, int, int) - Static method in class org.jboss.jbossts.txbridge.utils.HttpUtils
 
accessURL(URL, String, int, Header[]) - Static method in class org.jboss.jbossts.txbridge.utils.HttpUtils
 
accessURL(URL, String, int, Header[], int) - Static method in class org.jboss.jbossts.txbridge.utils.HttpUtils
 
afterCompletion(int) - Method in class org.jboss.jbossts.txbridge.outbound.BridgeSynchronization
This method is called by the transaction manager after the transaction is committed or rolled back.

B

beforeCompletion() - Method in class org.jboss.jbossts.txbridge.outbound.BridgeSynchronization
The beforeCompletion method is called by the transaction manager prior to the start of the two-phase transaction commit process.
BridgeDurableParticipant - Class in org.jboss.jbossts.txbridge.inbound
Provides method call mapping between WS-AT Durable Participant interface and an underlying JTA subtransaction coordinator.
BridgeSynchronization - Class in org.jboss.jbossts.txbridge.outbound
Provides method call mapping between JTA parent coordinator and WS-AT subordinate transaction.
BridgeSynchronization(BridgeWrapper) - Constructor for class org.jboss.jbossts.txbridge.outbound.BridgeSynchronization
 
BridgeVolatileParticipant - Class in org.jboss.jbossts.txbridge.inbound
Provides method call mapping between WS-AT Volatile Participant interface and an underlying JTA subtransaction coordinator.
BRIDGEWRAPPER_PREFIX - Static variable in class org.jboss.jbossts.txbridge.outbound.OutboundBridgeManager
 
BridgeXAResource - Class in org.jboss.jbossts.txbridge.outbound
Provides method call mapping between JTA parent coordinator and WS-AT subordinate transaction.
BridgeXAResource(Uid, BridgeWrapper) - Constructor for class org.jboss.jbossts.txbridge.outbound.BridgeXAResource
Create a new XAResource which wraps the subordinate WS-AT transaction.

C

checkXid(Xid) - Method in class org.jboss.jbossts.txbridge.inbound.InboundBridgeRecoveryManager
Used to identify inbound bridged Xids in either the RM log (when called by XARecoveryModule) or the JCA subordinate tx log (when called internally from this class) which have or have not got a remaining transaction that may still drive them to completion.
cleanupRecoveredXAResources() - Static method in class org.jboss.jbossts.txbridge.outbound.BridgeXAResource
Release any BridgeXAResource instances that have been driven through to completion by their parent JTA transaction.
close(MessageContext) - Method in class org.jboss.jbossts.txbridge.inbound.JaxWSTxInboundBridgeHandler
 
close(MessageContext) - Method in class org.jboss.jbossts.txbridge.inbound.OptionalJaxWSTxInboundBridgeHandler
 
close(MessageContext) - Method in class org.jboss.jbossts.txbridge.outbound.AbstractJTAOverWSATHandler
Delegates to the JaxWSTxOutboundBridgeHandler.
close(MessageContext) - Method in class org.jboss.jbossts.txbridge.outbound.JaxWSTxOutboundBridgeHandler
 
commit() - Method in class org.jboss.jbossts.txbridge.inbound.BridgeDurableParticipant
The participant should make permanent the work that it controls.
commit() - Method in class org.jboss.jbossts.txbridge.inbound.BridgeVolatileParticipant
Perform afterCompletion cleanup activities such as releasing resources.
commit(Xid, boolean) - Method in class org.jboss.jbossts.txbridge.outbound.BridgeXAResource
Commits the global transaction specified by xid.
createMethod(URL, int) - Static method in class org.jboss.jbossts.txbridge.utils.HttpUtils
 

D

DELETE - Static variable in class org.jboss.jbossts.txbridge.utils.HttpUtils
 
deserialize(String, ObjectInputStream) - Method in class org.jboss.jbossts.txbridge.inbound.InboundBridgeRecoveryManager
Called during recovery processing to allow an application to identify a participant id belonging to one of its participants and recreate the participant by deserializing it from the supplied object input stream.
DISABLED_VALUE - Static variable in class org.jboss.jbossts.txbridge.outbound.JTAOverWSATFeature
Value to indicate that JTAOverWSATFeature is disabled.
DisabledJTAOverWSATHandler<C extends javax.xml.ws.handler.MessageContext> - Class in org.jboss.jbossts.txbridge.outbound
This handler is used when default-context-propagation is disabled.
DisabledJTAOverWSATHandler() - Constructor for class org.jboss.jbossts.txbridge.outbound.DisabledJTAOverWSATHandler
 

E

ENABLED_VALUE - Static variable in class org.jboss.jbossts.txbridge.outbound.JTAOverWSATFeature
Value to indicate that JTAOverWSATFeature is enabled.
EnabledJTAOverWSATHandler<C extends javax.xml.ws.handler.MessageContext> - Class in org.jboss.jbossts.txbridge.outbound
This handler is used when default-context-propagation is enabled.
EnabledJTAOverWSATHandler() - Constructor for class org.jboss.jbossts.txbridge.outbound.EnabledJTAOverWSATHandler
 
end(Xid, int) - Method in class org.jboss.jbossts.txbridge.outbound.BridgeXAResource
Ends the work performed on behalf of a transaction branch.
endScan() - Method in class org.jboss.jbossts.txbridge.inbound.InboundBridgeRecoveryManager
participant recovery modules may need to perform special processing when the a recovery scan has completed.
error() - Method in class org.jboss.jbossts.txbridge.inbound.BridgeDurableParticipant
During recovery the participant can enquire as to the status of the transaction it was registered with.
error() - Method in class org.jboss.jbossts.txbridge.inbound.BridgeVolatileParticipant
VolatileParticipants don't support recovery, so this should never be called.
error_bridge_wrapper_prepare_volatile(BridgeWrapper) - Method in class org.jboss.jbossts.txbridge.utils.txbridgeI18NLogger_$logger
 
error_bridge_wrapper_prepare_volatile(BridgeWrapper) - Method in interface org.jboss.jbossts.txbridge.utils.txbridgeI18NLogger
 
error_bridge_wrapper_prepare_volatile$str() - Method in class org.jboss.jbossts.txbridge.utils.txbridgeI18NLogger_$logger
 
error_ibdp_commitfailed(String, Throwable) - Method in class org.jboss.jbossts.txbridge.utils.txbridgeI18NLogger_$logger
 
error_ibdp_commitfailed(String, Throwable) - Method in interface org.jboss.jbossts.txbridge.utils.txbridgeI18NLogger
 
error_ibdp_commitfailed$str() - Method in class org.jboss.jbossts.txbridge.utils.txbridgeI18NLogger_$logger
 
error_ibdp_norecovery(Uid, Throwable) - Method in class org.jboss.jbossts.txbridge.utils.txbridgeI18NLogger_$logger
 
error_ibdp_norecovery(Uid, Throwable) - Method in interface org.jboss.jbossts.txbridge.utils.txbridgeI18NLogger
 
error_ibdp_norecovery$str() - Method in class org.jboss.jbossts.txbridge.utils.txbridgeI18NLogger_$logger
 
error_ibdp_nosub(Throwable) - Method in class org.jboss.jbossts.txbridge.utils.txbridgeI18NLogger_$logger
 
error_ibdp_nosub(Throwable) - Method in interface org.jboss.jbossts.txbridge.utils.txbridgeI18NLogger
 
error_ibdp_nosub$str() - Method in class org.jboss.jbossts.txbridge.utils.txbridgeI18NLogger_$logger
 
error_ibdp_rollbackfailed(String, Throwable) - Method in class org.jboss.jbossts.txbridge.utils.txbridgeI18NLogger_$logger
 
error_ibdp_rollbackfailed(String, Throwable) - Method in interface org.jboss.jbossts.txbridge.utils.txbridgeI18NLogger
 
error_ibdp_rollbackfailed$str() - Method in class org.jboss.jbossts.txbridge.utils.txbridgeI18NLogger_$logger
 
error_ibrm_rollbackerr(String, Throwable) - Method in class org.jboss.jbossts.txbridge.utils.txbridgeI18NLogger_$logger
 
error_ibrm_rollbackerr(String, Throwable) - Method in interface org.jboss.jbossts.txbridge.utils.txbridgeI18NLogger
 
error_ibrm_rollbackerr$str() - Method in class org.jboss.jbossts.txbridge.utils.txbridgeI18NLogger_$logger
 
error_ibrm_scanerr(Throwable) - Method in class org.jboss.jbossts.txbridge.utils.txbridgeI18NLogger_$logger
 
error_ibrm_scanerr(Throwable) - Method in interface org.jboss.jbossts.txbridge.utils.txbridgeI18NLogger
 
error_ibrm_scanerr$str() - Method in class org.jboss.jbossts.txbridge.utils.txbridgeI18NLogger_$logger
 
error_obm_unabletoenlist(Throwable) - Method in class org.jboss.jbossts.txbridge.utils.txbridgeI18NLogger_$logger
 
error_obm_unabletoenlist(Throwable) - Method in interface org.jboss.jbossts.txbridge.utils.txbridgeI18NLogger
 
error_obm_unabletoenlist$str() - Method in class org.jboss.jbossts.txbridge.utils.txbridgeI18NLogger_$logger
 
error_obxar_unabletorecover(String, Throwable) - Method in class org.jboss.jbossts.txbridge.utils.txbridgeI18NLogger_$logger
 
error_obxar_unabletorecover(String, Throwable) - Method in interface org.jboss.jbossts.txbridge.utils.txbridgeI18NLogger
 
error_obxar_unabletorecover$str() - Method in class org.jboss.jbossts.txbridge.utils.txbridgeI18NLogger_$logger
 

F

forget(Xid) - Method in class org.jboss.jbossts.txbridge.outbound.BridgeXAResource
 

G

GET - Static variable in class org.jboss.jbossts.txbridge.utils.HttpUtils
 
getInboundBridge() - Static method in class org.jboss.jbossts.txbridge.inbound.InboundBridgeManager
Return an InboundBridge instance that maps the current Thread's WS transaction context to a JTA context.
getOutboundBridge() - Static method in class org.jboss.jbossts.txbridge.outbound.OutboundBridgeManager
Return an OutboundBridge instance that maps the current Thread's JTA transaction context to a WS-AT transaction context.
getTransactionTimeout() - Method in class org.jboss.jbossts.txbridge.outbound.BridgeXAResource
Obtains the current transaction timeout value set for this XAResource instance.
getXid() - Method in class org.jboss.jbossts.txbridge.inbound.BridgeDurableParticipant
 
getXid() - Method in class org.jboss.jbossts.txbridge.inbound.InboundBridge
 

H

handleFault(C) - Method in class org.jboss.jbossts.txbridge.outbound.AbstractJTAOverWSATHandler
Delegates fault handling to the JaxWSTxOutboundBridgeHandler if either JTAOverWSATFeature or default context propagation is enabled.
handleFault(MessageContext) - Method in class org.jboss.jbossts.txbridge.inbound.JaxWSTxInboundBridgeHandler
Tidy up the Transaction/Thread association before faults are thrown back to the client.
handleFault(MessageContext) - Method in class org.jboss.jbossts.txbridge.inbound.OptionalJaxWSTxInboundBridgeHandler
 
handleFault(MessageContext) - Method in class org.jboss.jbossts.txbridge.outbound.JaxWSTxOutboundBridgeHandler
Tidy up the Transaction/Thread association before faults are thrown back to the client.
handleInbound(MessageContext) - Method in class org.jboss.jbossts.txbridge.inbound.JaxWSTxInboundBridgeHandler
Process inbound messages by mapping the WS transaction context to a JTA one and associating the latter to the current Thread.
handleInbound(MessageContext) - Method in class org.jboss.jbossts.txbridge.outbound.JaxWSTxOutboundBridgeHandler
Tidy up the Transaction/Thread association before returning a message to the client.
handleMessage(C) - Method in class org.jboss.jbossts.txbridge.outbound.AbstractJTAOverWSATHandler
Delegates message handling to the JaxWSTxOutboundBridgeHandler if either JTAOverWSATFeature or default context propagation is enabled.
handleMessage(MessageContext) - Method in class org.jboss.jbossts.txbridge.inbound.JaxWSTxInboundBridgeHandler
Process a message.
handleMessage(MessageContext) - Method in class org.jboss.jbossts.txbridge.inbound.OptionalJaxWSTxInboundBridgeHandler
 
handleMessage(MessageContext) - Method in class org.jboss.jbossts.txbridge.outbound.JaxWSTxOutboundBridgeHandler
Process a message.
handleOutbound(MessageContext) - Method in class org.jboss.jbossts.txbridge.inbound.JaxWSTxInboundBridgeHandler
Tidy up the Transaction/Thread association before returning a message to the client.
handleOutbound(MessageContext) - Method in class org.jboss.jbossts.txbridge.outbound.JaxWSTxOutboundBridgeHandler
Process outbound messages by mapping the JTA transaction context to a WS-AT one and associating the latter to the current Thread.
HEAD - Static variable in class org.jboss.jbossts.txbridge.utils.HttpUtils
 
HttpUtils - Class in org.jboss.jbossts.txbridge.utils
Utilities for client http requests
HttpUtils() - Constructor for class org.jboss.jbossts.txbridge.utils.HttpUtils
 

I

i18NLogger - Static variable in class org.jboss.jbossts.txbridge.utils.txbridgeLogger
 
InboundBridge - Class in org.jboss.jbossts.txbridge.inbound
Manages Thread association of the interposed coordinator.
InboundBridgeManager - Class in org.jboss.jbossts.txbridge.inbound
Maintains the mapping data that relates WS-AT transactions to JTA subordinate transactions and related objects.
InboundBridgeManager() - Constructor for class org.jboss.jbossts.txbridge.inbound.InboundBridgeManager
 
InboundBridgeRecoveryManager - Class in org.jboss.jbossts.txbridge.inbound
Integrates with JBossAS MC lifecycle and JBossTS recovery manager to provide recovery services for inbound bridged transactions.
InboundBridgeRecoveryManager() - Constructor for class org.jboss.jbossts.txbridge.inbound.InboundBridgeRecoveryManager
 
info_ibrm_start() - Method in class org.jboss.jbossts.txbridge.utils.txbridgeI18NLogger_$logger
 
info_ibrm_start() - Method in interface org.jboss.jbossts.txbridge.utils.txbridgeI18NLogger
 
info_ibrm_start$str() - Method in class org.jboss.jbossts.txbridge.utils.txbridgeI18NLogger_$logger
 
info_ibrm_stop() - Method in class org.jboss.jbossts.txbridge.utils.txbridgeI18NLogger_$logger
 
info_ibrm_stop() - Method in interface org.jboss.jbossts.txbridge.utils.txbridgeI18NLogger
 
info_ibrm_stop$str() - Method in class org.jboss.jbossts.txbridge.utils.txbridgeI18NLogger_$logger
 
info_obrm_start() - Method in class org.jboss.jbossts.txbridge.utils.txbridgeI18NLogger_$logger
 
info_obrm_start() - Method in interface org.jboss.jbossts.txbridge.utils.txbridgeI18NLogger
 
info_obrm_start$str() - Method in class org.jboss.jbossts.txbridge.utils.txbridgeI18NLogger_$logger
 
info_obrm_stop() - Method in class org.jboss.jbossts.txbridge.utils.txbridgeI18NLogger_$logger
 
info_obrm_stop() - Method in interface org.jboss.jbossts.txbridge.utils.txbridgeI18NLogger
 
info_obrm_stop$str() - Method in class org.jboss.jbossts.txbridge.utils.txbridgeI18NLogger_$logger
 
initializeBindingProvider(BindingProvider) - Method in class org.jboss.jbossts.txbridge.outbound.JTAOverWSATFeature
Sets JTAOverWSATFeature.REQUEST_CONTEXT_KEY value to JTAOverWSATFeature.ENABLED_VALUE and WSTXFeature.REQUEST_CONTEXT_KEY value to WSTXFeature.ENABLED_VALUE if JTAOverWSATFeature is enabled.
isAwaitingRecovery() - Method in class org.jboss.jbossts.txbridge.inbound.BridgeDurableParticipant
 
isAwaitingRecovery() - Method in class org.jboss.jbossts.txbridge.outbound.BridgeXAResource
 
isAwaitingRecovery(String) - Static method in class org.jboss.jbossts.txbridge.outbound.BridgeXAResource
Determine if the specified BridgeWrapper is awaiting recovery or not.
isContextPropagationEnabled(C) - Method in class org.jboss.jbossts.txbridge.outbound.AbstractJTAOverWSATHandler
Checks if JTAOverWSATHandler should propagate JTA context over WS-AT.
isContextPropagationEnabled(C) - Method in class org.jboss.jbossts.txbridge.outbound.DisabledJTAOverWSATHandler
 
isContextPropagationEnabled(C) - Method in class org.jboss.jbossts.txbridge.outbound.EnabledJTAOverWSATHandler
 
isLive(Xid) - Static method in class org.jboss.jbossts.txbridge.inbound.InboundBridgeManager
 
isSameRM(XAResource) - Method in class org.jboss.jbossts.txbridge.outbound.BridgeXAResource
 

J

JaxWSTxInboundBridgeHandler - Class in org.jboss.jbossts.txbridge.inbound
A handler that sits in the server side JAX-WS processing pipeline between the XTS header context processor and the web service.
JaxWSTxInboundBridgeHandler() - Constructor for class org.jboss.jbossts.txbridge.inbound.JaxWSTxInboundBridgeHandler
 
JaxWSTxOutboundBridgeHandler - Class in org.jboss.jbossts.txbridge.outbound
A handler that sits in the client side JAX-WS processing pipeline between the application and the XTS header context processor.
JaxWSTxOutboundBridgeHandler() - Constructor for class org.jboss.jbossts.txbridge.outbound.JaxWSTxOutboundBridgeHandler
 
JTAOverWSATFeature - Class in org.jboss.jbossts.txbridge.outbound
Web service feature is used to enable or disable JTA context propagation over WS-AT.
JTAOverWSATFeature() - Constructor for class org.jboss.jbossts.txbridge.outbound.JTAOverWSATFeature
Default constructor creates an instance of enabled JTAOverWSATFeature.
JTAOverWSATFeature(boolean) - Constructor for class org.jboss.jbossts.txbridge.outbound.JTAOverWSATFeature
Parametrised constructor creates either enabled or disabled JTAOverWSATFeature based on enabled parameter.

L

log - Variable in class org.jboss.jbossts.txbridge.utils.txbridgeI18NLogger_$logger
 
logger - Static variable in class org.jboss.jbossts.txbridge.utils.txbridgeLogger
 

O

OptionalJaxWSTxInboundBridgeHandler - Class in org.jboss.jbossts.txbridge.inbound
 
OptionalJaxWSTxInboundBridgeHandler() - Constructor for class org.jboss.jbossts.txbridge.inbound.OptionalJaxWSTxInboundBridgeHandler
 
OPTIONS - Static variable in class org.jboss.jbossts.txbridge.utils.HttpUtils
 
org.jboss.jbossts.txbridge.inbound - package org.jboss.jbossts.txbridge.inbound
 
org.jboss.jbossts.txbridge.outbound - package org.jboss.jbossts.txbridge.outbound
 
org.jboss.jbossts.txbridge.utils - package org.jboss.jbossts.txbridge.utils
 
OutboundBridge - Class in org.jboss.jbossts.txbridge.outbound
Manages Thread association of the interposed coordinator.
OutboundBridge(BridgeWrapper) - Constructor for class org.jboss.jbossts.txbridge.outbound.OutboundBridge
Create a new OutboundBridge to manage the given subordinate WS-AT transaction.
OutboundBridgeManager - Class in org.jboss.jbossts.txbridge.outbound
Maintains the mapping data that relates JTA transactions to WS-AT subordinate transactions and related objects.
OutboundBridgeManager() - Constructor for class org.jboss.jbossts.txbridge.outbound.OutboundBridgeManager
 
OutboundBridgeRecoveryManager - Class in org.jboss.jbossts.txbridge.outbound
Integrates with JBossAS MC lifecycle and JBossTS recovery manager to provide recovery services for outbound bridged transactions.
OutboundBridgeRecoveryManager() - Constructor for class org.jboss.jbossts.txbridge.outbound.OutboundBridgeRecoveryManager
 

P

periodicWorkFirstPass() - Method in class org.jboss.jbossts.txbridge.inbound.InboundBridgeRecoveryManager
Called by the RecoveryManager at start up, and then PERIODIC_RECOVERY_PERIOD seconds after the completion, for all RecoveryModules, of the second pass
periodicWorkFirstPass() - Method in class org.jboss.jbossts.txbridge.outbound.OutboundBridgeRecoveryManager
Called by the RecoveryManager at start up, and then PERIODIC_RECOVERY_PERIOD seconds after the completion, for all RecoveryModules, of the second pass
periodicWorkSecondPass() - Method in class org.jboss.jbossts.txbridge.inbound.InboundBridgeRecoveryManager
Called by the RecoveryManager RECOVERY_BACKOFF_PERIOD seconds after the completion of the first pass
periodicWorkSecondPass() - Method in class org.jboss.jbossts.txbridge.outbound.OutboundBridgeRecoveryManager
Called by the RecoveryManager RECOVERY_BACKOFF_PERIOD seconds after the completion of the first pass
POST - Static variable in class org.jboss.jbossts.txbridge.utils.HttpUtils
 
prepare() - Method in class org.jboss.jbossts.txbridge.inbound.BridgeDurableParticipant
Perform any work necessary to allow it to either commit or rollback the work performed by the Web service under the scope of the transaction.
prepare() - Method in class org.jboss.jbossts.txbridge.inbound.BridgeVolatileParticipant
Perform beforeCompletion activities such as flushing cached state to stable store.
prepare(Xid) - Method in class org.jboss.jbossts.txbridge.outbound.BridgeXAResource
Ask the resource manager to prepare for a transaction commit of the transaction specified in xid.
PUT - Static variable in class org.jboss.jbossts.txbridge.utils.HttpUtils
 

R

recover(int) - Method in class org.jboss.jbossts.txbridge.outbound.BridgeXAResource
Obtains a list of prepared transaction branches from a resource manager.
recreate(String, byte[]) - Method in class org.jboss.jbossts.txbridge.inbound.InboundBridgeRecoveryManager
Unused recovery callback.
removeMapping(Uid) - Static method in class org.jboss.jbossts.txbridge.outbound.OutboundBridgeManager
Remove the mapping for the given externalTxId.
removeMapping(String) - Static method in class org.jboss.jbossts.txbridge.inbound.InboundBridgeManager
Remove the mapping for the given externalTxId.
REQUEST_CONTEXT_KEY - Static variable in class org.jboss.jbossts.txbridge.outbound.JTAOverWSATFeature
Key to store JTAOverWSATFeature's enabled/disabled value in SOAP header.
rollback() - Method in class org.jboss.jbossts.txbridge.inbound.BridgeDurableParticipant
The participant should undo the work that it controls.
rollback() - Method in class org.jboss.jbossts.txbridge.inbound.BridgeVolatileParticipant
Perform afterCompletion cleanup activities such as releasing resources.
rollback(Xid) - Method in class org.jboss.jbossts.txbridge.outbound.BridgeXAResource
Informs the resource manager to roll back work done on behalf of a transaction branch.

S

setRollbackOnly() - Method in class org.jboss.jbossts.txbridge.inbound.InboundBridge
 
setTransactionTimeout(int) - Method in class org.jboss.jbossts.txbridge.outbound.BridgeXAResource
Sets the current transaction timeout value for this XAResource instance.
start() - Method in class org.jboss.jbossts.txbridge.inbound.InboundBridge
Associate the JTA transaction to the current Thread.
start() - Method in class org.jboss.jbossts.txbridge.inbound.InboundBridgeRecoveryManager
MC lifecycle callback, used to register components with the recovery manager.
start() - Method in class org.jboss.jbossts.txbridge.outbound.OutboundBridge
Associate the WS-AT transaction to the current Thread.
start() - Method in class org.jboss.jbossts.txbridge.outbound.OutboundBridgeRecoveryManager
MC lifecycle callback, used to register components with the recovery manager.
start(Xid, int) - Method in class org.jboss.jbossts.txbridge.outbound.BridgeXAResource
Starts work on behalf of a transaction branch specified in xid.
stop() - Method in class org.jboss.jbossts.txbridge.inbound.InboundBridge
Disassociate the JTA transaction from the current Thread.
stop() - Method in class org.jboss.jbossts.txbridge.inbound.InboundBridgeRecoveryManager
MC lifecycle callback, used to unregister components from the recovery manager.
stop() - Method in class org.jboss.jbossts.txbridge.outbound.OutboundBridge
Disassociate the WS-AT transaction from the current Thread.
stop() - Method in class org.jboss.jbossts.txbridge.outbound.OutboundBridgeRecoveryManager
MC lifecycle callback, used to unregister components from the recovery manager.

T

TRACE - Static variable in class org.jboss.jbossts.txbridge.utils.HttpUtils
 
txbridgeI18NLogger - Interface in org.jboss.jbossts.txbridge.utils
i18n log messages for the txbridge module.
txbridgeI18NLogger_$logger - Class in org.jboss.jbossts.txbridge.utils
Warning this class consists of generated code.
txbridgeI18NLogger_$logger(Logger) - Constructor for class org.jboss.jbossts.txbridge.utils.txbridgeI18NLogger_$logger
 
txbridgeLogger - Class in org.jboss.jbossts.txbridge.utils
Module logger for the txbridge.
txbridgeLogger() - Constructor for class org.jboss.jbossts.txbridge.utils.txbridgeLogger
 
TYPE_IDENTIFIER - Static variable in class org.jboss.jbossts.txbridge.inbound.BridgeDurableParticipant
 

U

unknown() - Method in class org.jboss.jbossts.txbridge.inbound.BridgeDurableParticipant
During recovery the participant can enquire as to the status of the transaction it was registered with.
unknown() - Method in class org.jboss.jbossts.txbridge.inbound.BridgeVolatileParticipant
Deprecated, should never be called.

W

warn_ibdp_aborted(String, Throwable) - Method in class org.jboss.jbossts.txbridge.utils.txbridgeI18NLogger_$logger
 
warn_ibdp_aborted(String, Throwable) - Method in interface org.jboss.jbossts.txbridge.utils.txbridgeI18NLogger
 
warn_ibdp_aborted$str() - Method in class org.jboss.jbossts.txbridge.utils.txbridgeI18NLogger_$logger
 
warn_ibvp_preparefailed(String, Throwable) - Method in class org.jboss.jbossts.txbridge.utils.txbridgeI18NLogger_$logger
 
warn_ibvp_preparefailed(String, Throwable) - Method in interface org.jboss.jbossts.txbridge.utils.txbridgeI18NLogger
 
warn_ibvp_preparefailed$str() - Method in class org.jboss.jbossts.txbridge.utils.txbridgeI18NLogger_$logger
 
warn_ibvp_setrollbackfailed(Throwable) - Method in class org.jboss.jbossts.txbridge.utils.txbridgeI18NLogger_$logger
 
warn_ibvp_setrollbackfailed(Throwable) - Method in interface org.jboss.jbossts.txbridge.utils.txbridgeI18NLogger
 
warn_ibvp_setrollbackfailed$str() - Method in class org.jboss.jbossts.txbridge.utils.txbridgeI18NLogger_$logger
 
warn_ibvp_stopfailed(String, Throwable) - Method in class org.jboss.jbossts.txbridge.utils.txbridgeI18NLogger_$logger
 
warn_ibvp_stopfailed(String, Throwable) - Method in interface org.jboss.jbossts.txbridge.utils.txbridgeI18NLogger
 
warn_ibvp_stopfailed$str() - Method in class org.jboss.jbossts.txbridge.utils.txbridgeI18NLogger_$logger
 
warn_obs_unexpectedstatus(String) - Method in class org.jboss.jbossts.txbridge.utils.txbridgeI18NLogger_$logger
 
warn_obs_unexpectedstatus(String) - Method in interface org.jboss.jbossts.txbridge.utils.txbridgeI18NLogger
 
warn_obs_unexpectedstatus$str() - Method in class org.jboss.jbossts.txbridge.utils.txbridgeI18NLogger_$logger
 

X

XARESOURCE_FORMAT_ID - Static variable in class org.jboss.jbossts.txbridge.inbound.BridgeDurableParticipant
 
A B C D E F G H I J L O P R S T U W X 
All Classes All Packages