A B C D E F G H I J L M N O P Q R S T U V W X 

A

Aborted - Class in com.arjuna.wst
Aborted: the participant has aborted and the transaction should also attempt to do so.
Aborted() - Constructor for class com.arjuna.wst.Aborted
 
aborted(Notification, MAP, ArjunaContext) - Method in class com.arjuna.wst11.messaging.CoordinatorProcessorImpl
Aborted.
aborted(Notification, MAP, ArjunaContext) - Method in class com.arjuna.wst11.messaging.engines.CoordinatorEngine
Handle the aborted event.
AbstractWSTXHandler - Class in com.arjuna.mw.wst11.client
 
AbstractWSTXHandler() - Constructor for class com.arjuna.mw.wst11.client.AbstractWSTXHandler
 
activateCoordinator(CoordinatorCompletionCoordinatorInboundEvents, String) - Method in class com.arjuna.wst11.messaging.CoordinatorCompletionCoordinatorProcessorImpl
Activate the coordinator.
activateCoordinator(CoordinatorInboundEvents, String) - Method in class com.arjuna.wst11.messaging.CoordinatorProcessorImpl
Activate the coordinator.
activateCoordinator(ParticipantCompletionCoordinatorInboundEvents, String) - Method in class com.arjuna.wst11.messaging.ParticipantCompletionCoordinatorProcessorImpl
Activate the coordinator.
activateParticipant(CompletionCoordinatorParticipant, String) - Method in class com.arjuna.wst11.messaging.CompletionCoordinatorProcessorImpl
Activate the participant.
activateParticipant(CompletionCoordinatorParticipant, String) - Method in class com.arjuna.wst11.messaging.CompletionCoordinatorRPCProcessorImpl
Activate the participant.
activateParticipant(CoordinatorCompletionParticipantInboundEvents, String) - Method in class com.arjuna.wst11.messaging.CoordinatorCompletionParticipantProcessorImpl
Activate the participant.
activateParticipant(ParticipantCompletionParticipantInboundEvents, String) - Method in class com.arjuna.wst11.messaging.ParticipantCompletionParticipantProcessorImpl
Activate the participant.
activateParticipant(ParticipantInboundEvents, String) - Method in class com.arjuna.wst11.messaging.ParticipantProcessorImpl
Activate the participant.
activateParticipant(BusinessActivityTerminator, String) - Method in class com.arjuna.wst11.messaging.TerminationCoordinatorProcessorImpl
Activate the participant.
ActivationCoordinator - Class in com.arjuna.wsc11
Wrapper around low level Activation Coordinator messaging.
ActivationCoordinator() - Constructor for class com.arjuna.wsc11.ActivationCoordinator
 
ActivationCoordinatorProcessorImpl - Class in com.arjuna.wsc11.messaging
The Activation Coordinator processor.
ActivationCoordinatorProcessorImpl() - Constructor for class com.arjuna.wsc11.messaging.ActivationCoordinatorProcessorImpl
 
Active - Class in com.arjuna.mw.wsas.status
The activity is active.
ActiveChildException - Exception in com.arjuna.mw.wsas.exceptions
Thrown if an attempt is made to complete an activity that has active child activities and at least one of the registered HLSs determines the it is an invalid condition.
ActiveChildException() - Constructor for exception com.arjuna.mw.wsas.exceptions.ActiveChildException
 
ActiveChildException(String) - Constructor for exception com.arjuna.mw.wsas.exceptions.ActiveChildException
 
ActiveChildException(String, int) - Constructor for exception com.arjuna.mw.wsas.exceptions.ActiveChildException
 
activity(int) - Method in interface com.arjuna.mw.wsas.activity.ActivityHierarchy
 
ActivityHandle - Interface in com.arjuna.mw.wsas.activity
ActivityHandle is used as a representation of a single activity when it is suspended from a running thread and may be later resumed.
ActivityHierarchy - Interface in com.arjuna.mw.wsas.activity
This class represents a handle on a stack of activities.
activityId() - Method in interface com.arjuna.mw.wsas.UserActivity
 
ActivityManager - Interface in com.arjuna.mw.wsas
The activity manager is the way in which an HLS can register itself with the activity service.
activityManager() - Static method in class com.arjuna.mw.wsas.ActivityManagerFactory
 
ActivityManagerFactory - Class in com.arjuna.mw.wsas
Return the ActivityManager implementation to use.
ActivityManagerFactory() - Constructor for class com.arjuna.mw.wsas.ActivityManagerFactory
 
activityName() - Method in interface com.arjuna.mw.wsas.UserActivity
What is the name of the current activity? Use only for debugging purposes!
addContextFactory(String, ContextFactory) - Method in class com.arjuna.wsc11.ContextFactoryMapper
Add a context factory for the specified coordination type.
addHLS(HLS) - Method in interface com.arjuna.mw.wsas.ActivityManager
Register the specified HLS with the activity service.
addRegistrar(String, Registrar) - Method in class com.arjuna.wsc11.RegistrarMapper
Add a registrar for the specified protocol identifier.
afterCompletion(int) - Method in interface com.arjuna.mw.wscf.model.sagas.participants.Synchronization
The transaction that the instance is enrolled with has either closed or compensated and the relevant termination state ss passed as a parameter.
afterCompletion(int) - Method in interface com.arjuna.mw.wscf.model.twophase.participants.Synchronization
The transaction that the instance is enrolled with has completed and the state in which is completed is passed as a parameter.
allHighLevelServices() - Method in interface com.arjuna.mw.wsas.ActivityManager
Allows an invoker to obtain a list of all registered HLSs.
AlreadyRegisteredException - Exception in com.arjuna.wsc
 
AlreadyRegisteredException() - Constructor for exception com.arjuna.wsc.AlreadyRegisteredException
 
AlreadyRegisteredException(String) - Constructor for exception com.arjuna.wsc.AlreadyRegisteredException
 
ATOMIC_OUTCOME - Static variable in class com.arjuna.mw.wst11.UserBusinessActivity
 

B

BACoordinatorCompletionParticipantManagerStub - Class in com.arjuna.wst11.stub
 
BACoordinatorCompletionParticipantManagerStub(CoordinatorCompletionParticipantEngine) - Constructor for class com.arjuna.wst11.stub.BACoordinatorCompletionParticipantManagerStub
 
BAParticipantCompletionParticipantManagerStub - Class in com.arjuna.wst11.stub
 
BAParticipantCompletionParticipantManagerStub(ParticipantCompletionParticipantEngine) - Constructor for class com.arjuna.wst11.stub.BAParticipantCompletionParticipantManagerStub
 
BAParticipantManager - Interface in com.arjuna.wst11
When a Business Activity participant registers with a BA transaction it gets a reference to the transaction coordinator that lets it callback into the transaction and drive the state-transition.
beforeCompletion() - Method in interface com.arjuna.mw.wscf.model.twophase.participants.Synchronization
The transaction that the instance is enrolled with is about to commit.
begin(String) - Method in interface com.arjuna.mw.wscf.model.sagas.api.UserCoordinator
Start a new activity.
begin(String, int) - Method in interface com.arjuna.mw.wscf.model.sagas.api.UserCoordinator
Start a new activity.
begin(String) - Method in interface com.arjuna.mw.wscf.model.twophase.api.UserCoordinator
Start a new activity.
begin(String, int) - Method in interface com.arjuna.mw.wscf.model.twophase.api.UserCoordinator
Start a new activity.
begin() - Method in class com.arjuna.mw.wst11.UserBusinessActivity
Start a new business activity with atomic outcome.
begin(int) - Method in class com.arjuna.mw.wst11.UserBusinessActivity
Start a new BA with atomic outcome and the specified timeout as its lifetime.
begin() - Method in class com.arjuna.mw.wst11.UserTransaction
Start a new transaction.
begin(int) - Method in class com.arjuna.mw.wst11.UserTransaction
Start a new transaction with the specified timeout as its lifetime.
begun() - Method in interface com.arjuna.mw.wsas.activity.HLS
An activity has begun and is active on the current thread.
BegunFailedException - Exception in com.arjuna.mw.wscf.exceptions
The coordination protocol failed to start.
BegunFailedException() - Constructor for exception com.arjuna.mw.wscf.exceptions.BegunFailedException
 
BegunFailedException(String) - Constructor for exception com.arjuna.mw.wscf.exceptions.BegunFailedException
 
BegunFailedException(String, int) - Constructor for exception com.arjuna.mw.wscf.exceptions.BegunFailedException
 
BusinessActivityManager - Class in com.arjuna.mw.wst11
This is the interface that the core exposes in order to allow different types of participants to be enrolled.
BusinessActivityManager() - Constructor for class com.arjuna.mw.wst11.BusinessActivityManager
 
businessActivityManager() - Static method in class com.arjuna.mw.wst11.BusinessActivityManagerFactory
 
BusinessActivityManagerFactory - Class in com.arjuna.mw.wst11
 
BusinessActivityManagerFactory() - Constructor for class com.arjuna.mw.wst11.BusinessActivityManagerFactory
 
BusinessActivityTerminator - Interface in com.arjuna.wst
Not in the 1.1 specification.
BusinessActivityTerminator - Interface in com.arjuna.wst11
Not in the 1.1 specification.
BusinessActivityTerminatorRPCStub - Class in com.arjuna.wst11.stub
 
BusinessActivityTerminatorRPCStub(String, W3CEndpointReference) - Constructor for class com.arjuna.wst11.stub.BusinessActivityTerminatorRPCStub
 
BusinessActivityTerminatorStub - Class in com.arjuna.wst11.stub
 
BusinessActivityTerminatorStub(String, W3CEndpointReference) - Constructor for class com.arjuna.wst11.stub.BusinessActivityTerminatorStub
 
BusinessAgreementWithCoordinatorCompletionParticipant - Interface in com.arjuna.wst
 
BusinessAgreementWithCoordinatorCompletionStub - Class in com.arjuna.wst11.stub
 
BusinessAgreementWithCoordinatorCompletionStub(CoordinatorCompletionCoordinatorEngine) - Constructor for class com.arjuna.wst11.stub.BusinessAgreementWithCoordinatorCompletionStub
 
BusinessAgreementWithCoordinatorCompletionStub() - Constructor for class com.arjuna.wst11.stub.BusinessAgreementWithCoordinatorCompletionStub
donstructor for use during recovery
BusinessAgreementWithParticipantCompletionParticipant - Interface in com.arjuna.wst
 
BusinessAgreementWithParticipantCompletionStub - Class in com.arjuna.wst11.stub
 
BusinessAgreementWithParticipantCompletionStub(ParticipantCompletionCoordinatorEngine) - Constructor for class com.arjuna.wst11.stub.BusinessAgreementWithParticipantCompletionStub
 
BusinessAgreementWithParticipantCompletionStub() - Constructor for class com.arjuna.wst11.stub.BusinessAgreementWithParticipantCompletionStub
constructor for use during recovery

C

cancel() - Method in interface com.arjuna.mw.wscf.model.sagas.api.UserCoordinator
Cancel the activity.
cancel() - Method in interface com.arjuna.mw.wscf.model.sagas.participants.Participant
Cancel the participant at top-level.
cancel() - Method in interface com.arjuna.mw.wscf.model.twophase.api.UserCoordinator
Cancel the activity.
cancel() - Method in interface com.arjuna.mw.wscf.model.twophase.participants.Participant
Cancel the participant at top-level.
cancel() - Method in class com.arjuna.mw.wst11.UserBusinessActivity
If the BA must undo its work then the cancel method is used.
cancel() - Method in interface com.arjuna.wst.BusinessActivityTerminator
 
cancel() - Method in interface com.arjuna.wst.BusinessAgreementWithParticipantCompletionParticipant
The transaction has cancelled, and the participant should undo any work.
Cancel - Class in com.arjuna.wst
Cancel: the participant is in an unknown state and should be rolledback.
Cancel() - Constructor for class com.arjuna.wst.Cancel
 
cancel(NotificationType, MAP, ArjunaContext) - Method in class com.arjuna.wst11.messaging.CoordinatorCompletionParticipantProcessorImpl
Cancel.
cancel() - Method in class com.arjuna.wst11.messaging.engines.CoordinatorCompletionCoordinatorEngine
Handle the cancel event.
cancel(NotificationType, MAP, ArjunaContext) - Method in class com.arjuna.wst11.messaging.engines.CoordinatorCompletionParticipantEngine
Handle the cancel event.
cancel() - Method in class com.arjuna.wst11.messaging.engines.ParticipantCompletionCoordinatorEngine
Handle the cancel event.
cancel(NotificationType, MAP, ArjunaContext) - Method in class com.arjuna.wst11.messaging.engines.ParticipantCompletionParticipantEngine
Handle the cancel event.
cancel(NotificationType, MAP, ArjunaContext) - Method in class com.arjuna.wst11.messaging.ParticipantCompletionParticipantProcessorImpl
Cancel.
cancel(NotificationType, MAP, ArjunaContext) - Method in class com.arjuna.wst11.messaging.TerminationCoordinatorProcessorImpl
Cancel.
cancel(NotificationType, MAP, ArjunaContext) - Method in class com.arjuna.wst11.messaging.TerminationCoordinatorRPCProcessorImpl
Cancel.
cancel() - Method in class com.arjuna.wst11.stub.BusinessActivityTerminatorRPCStub
 
cancel() - Method in class com.arjuna.wst11.stub.BusinessActivityTerminatorStub
 
cancel() - Method in class com.arjuna.wst11.stub.BusinessAgreementWithCoordinatorCompletionStub
 
cancel() - Method in class com.arjuna.wst11.stub.BusinessAgreementWithParticipantCompletionStub
 
cancel() - Method in class com.arjuna.wst11.stub.SubordinateCoordinatorCompletionParticipantStub
 
CancelFailedException - Exception in com.arjuna.mw.wscf.model.sagas.exceptions
A fail occurred during a Business Agreement cancel operation -- only applies in WSBA 1.1.
CancelFailedException() - Constructor for exception com.arjuna.mw.wscf.model.sagas.exceptions.CancelFailedException
 
CancelFailedException(String) - Constructor for exception com.arjuna.mw.wscf.model.sagas.exceptions.CancelFailedException
 
CancelFailedException(String, int) - Constructor for exception com.arjuna.mw.wscf.model.sagas.exceptions.CancelFailedException
 
CANCELLED - Static variable in class com.arjuna.mw.wscf.model.sagas.common.CoordinationResult
 
CANCELLED - Static variable in class com.arjuna.mw.wscf.model.sagas.common.TwoPhaseResult
 
Cancelled - Class in com.arjuna.mw.wscf.model.sagas.status
The coordinator has cancelled and completed the protocol.
CANCELLED - Static variable in class com.arjuna.mw.wscf.model.twophase.common.CoordinationResult
 
CANCELLED - Static variable in class com.arjuna.mw.wscf.model.twophase.common.TwoPhaseResult
 
Cancelled - Class in com.arjuna.mw.wscf.model.twophase.status
The coordinator has cancelled and completed the protocol.
cancelled(NotificationType, MAP, ArjunaContext) - Method in class com.arjuna.wst11.messaging.CoordinatorCompletionCoordinatorProcessorImpl
Cancelled.
cancelled(NotificationType, MAP, ArjunaContext) - Method in class com.arjuna.wst11.messaging.engines.CoordinatorCompletionCoordinatorEngine
Handle the cancelled event.
cancelled(NotificationType, MAP, ArjunaContext) - Method in class com.arjuna.wst11.messaging.engines.ParticipantCompletionCoordinatorEngine
Handle the cancelled event.
cancelled(NotificationType, MAP, ArjunaContext) - Method in class com.arjuna.wst11.messaging.ParticipantCompletionCoordinatorProcessorImpl
Cancelled.
Cancelling - Class in com.arjuna.mw.wscf.model.sagas.status
The coordinator is in the process of cancelling.
Cancelling - Class in com.arjuna.mw.wscf.model.twophase.status
The coordinator is in the process of cancelling.
CancelOnly - Class in com.arjuna.mw.wscf.model.sagas.status
The status of the coordination is such that it will eventually cancel.
CancelOnly - Class in com.arjuna.mw.wscf.model.twophase.status
The status of the coordination is such that it will eventually cancel.
cannotComplete() - Method in interface com.arjuna.wst11.BAParticipantManager
Cannot complete.
cannotComplete(NotificationType, MAP, ArjunaContext) - Method in class com.arjuna.wst11.messaging.CoordinatorCompletionCoordinatorProcessorImpl
FaulCannot completet.
cannotComplete(NotificationType, MAP, ArjunaContext) - Method in class com.arjuna.wst11.messaging.engines.CoordinatorCompletionCoordinatorEngine
Handle the cannot complete event.
cannotComplete() - Method in class com.arjuna.wst11.messaging.engines.CoordinatorCompletionParticipantEngine
Handle the cannot complete event.
cannotComplete(NotificationType, MAP, ArjunaContext) - Method in class com.arjuna.wst11.messaging.engines.ParticipantCompletionCoordinatorEngine
Handle the cannot complete event.
cannotComplete() - Method in class com.arjuna.wst11.messaging.engines.ParticipantCompletionParticipantEngine
Handle the cannot complete event.
cannotComplete(NotificationType, MAP, ArjunaContext) - Method in class com.arjuna.wst11.messaging.ParticipantCompletionCoordinatorProcessorImpl
Completed.
cannotComplete() - Method in class com.arjuna.wst11.stub.BACoordinatorCompletionParticipantManagerStub
 
cannotComplete() - Method in class com.arjuna.wst11.stub.BAParticipantCompletionParticipantManagerStub
 
CannotRegisterException - Exception in com.arjuna.wsc
 
CannotRegisterException() - Constructor for exception com.arjuna.wsc.CannotRegisterException
 
CannotRegisterException(String) - Constructor for exception com.arjuna.wsc.CannotRegisterException
 
close() - Method in interface com.arjuna.mw.wscf.model.sagas.api.UserCoordinator
Confirm the current activity.
close() - Method in interface com.arjuna.mw.wscf.model.sagas.participants.Participant
Confirm the participant at top-level.
close(MessageContext) - Method in class com.arjuna.mw.wst11.client.AbstractWSTXHandler
Delegates to the JaxWSHeaderContextProcessor.
close(MessageContext) - Method in class com.arjuna.mw.wst11.client.JaxWSHeaderContextProcessor
 
close(MessageContext) - Method in class com.arjuna.mw.wst11.service.JaxWSHeaderContextProcessor
 
close() - Method in class com.arjuna.mw.wst11.UserBusinessActivity
The BA is normally terminated by the close method.
close() - Method in interface com.arjuna.wst.BusinessActivityTerminator
 
close() - Method in interface com.arjuna.wst.BusinessAgreementWithParticipantCompletionParticipant
The transaction has completed successfully.
close(NotificationType, MAP, ArjunaContext) - Method in class com.arjuna.wst11.messaging.CoordinatorCompletionParticipantProcessorImpl
Close.
close() - Method in class com.arjuna.wst11.messaging.engines.CoordinatorCompletionCoordinatorEngine
Handle the close event.
close(NotificationType, MAP, ArjunaContext) - Method in class com.arjuna.wst11.messaging.engines.CoordinatorCompletionParticipantEngine
Handle the close event.
close() - Method in class com.arjuna.wst11.messaging.engines.ParticipantCompletionCoordinatorEngine
Handle the close event.
close(NotificationType, MAP, ArjunaContext) - Method in class com.arjuna.wst11.messaging.engines.ParticipantCompletionParticipantEngine
Handle the close event.
close(NotificationType, MAP, ArjunaContext) - Method in class com.arjuna.wst11.messaging.ParticipantCompletionParticipantProcessorImpl
Close.
close(NotificationType, MAP, ArjunaContext) - Method in class com.arjuna.wst11.messaging.TerminationCoordinatorProcessorImpl
Close.
close(NotificationType, MAP, ArjunaContext) - Method in class com.arjuna.wst11.messaging.TerminationCoordinatorRPCProcessorImpl
Close.
close() - Method in class com.arjuna.wst11.stub.BusinessActivityTerminatorRPCStub
 
close() - Method in class com.arjuna.wst11.stub.BusinessActivityTerminatorStub
 
close() - Method in class com.arjuna.wst11.stub.BusinessAgreementWithCoordinatorCompletionStub
 
close() - Method in class com.arjuna.wst11.stub.BusinessAgreementWithParticipantCompletionStub
 
close() - Method in class com.arjuna.wst11.stub.SubordinateCoordinatorCompletionParticipantStub
 
Closed - Class in com.arjuna.mw.wscf.model.sagas.status
The coordinator has confirmed and completed the protocol.
closed(NotificationType, MAP, ArjunaContext) - Method in class com.arjuna.wst11.messaging.CoordinatorCompletionCoordinatorProcessorImpl
Closed.
closed(NotificationType, MAP, ArjunaContext) - Method in class com.arjuna.wst11.messaging.engines.CoordinatorCompletionCoordinatorEngine
Handle the closed event.
closed(NotificationType, MAP, ArjunaContext) - Method in class com.arjuna.wst11.messaging.engines.ParticipantCompletionCoordinatorEngine
Handle the closed event.
closed(NotificationType, MAP, ArjunaContext) - Method in class com.arjuna.wst11.messaging.ParticipantCompletionCoordinatorProcessorImpl
Closed.
Closing - Class in com.arjuna.mw.wscf.model.sagas.status
The coordinator is in the process of confirming the participants.
com.arjuna.mw.wsas - package com.arjuna.mw.wsas
 
com.arjuna.mw.wsas.activity - package com.arjuna.mw.wsas.activity
 
com.arjuna.mw.wsas.common - package com.arjuna.mw.wsas.common
 
com.arjuna.mw.wsas.completionstatus - package com.arjuna.mw.wsas.completionstatus
 
com.arjuna.mw.wsas.context - package com.arjuna.mw.wsas.context
 
com.arjuna.mw.wsas.context.corba - package com.arjuna.mw.wsas.context.corba
 
com.arjuna.mw.wsas.context.soap - package com.arjuna.mw.wsas.context.soap
 
com.arjuna.mw.wsas.exceptions - package com.arjuna.mw.wsas.exceptions
 
com.arjuna.mw.wsas.logging - package com.arjuna.mw.wsas.logging
 
com.arjuna.mw.wsas.status - package com.arjuna.mw.wsas.status
 
com.arjuna.mw.wsc11.context - package com.arjuna.mw.wsc11.context
 
com.arjuna.mw.wsc11.deploy - package com.arjuna.mw.wsc11.deploy
 
com.arjuna.mw.wscf.api - package com.arjuna.mw.wscf.api
 
com.arjuna.mw.wscf.common - package com.arjuna.mw.wscf.common
 
com.arjuna.mw.wscf.exceptions - package com.arjuna.mw.wscf.exceptions
 
com.arjuna.mw.wscf.logging - package com.arjuna.mw.wscf.logging
 
com.arjuna.mw.wscf.model.sagas.api - package com.arjuna.mw.wscf.model.sagas.api
 
com.arjuna.mw.wscf.model.sagas.common - package com.arjuna.mw.wscf.model.sagas.common
 
com.arjuna.mw.wscf.model.sagas.exceptions - package com.arjuna.mw.wscf.model.sagas.exceptions
 
com.arjuna.mw.wscf.model.sagas.hls - package com.arjuna.mw.wscf.model.sagas.hls
 
com.arjuna.mw.wscf.model.sagas.outcomes - package com.arjuna.mw.wscf.model.sagas.outcomes
 
com.arjuna.mw.wscf.model.sagas.participants - package com.arjuna.mw.wscf.model.sagas.participants
 
com.arjuna.mw.wscf.model.sagas.status - package com.arjuna.mw.wscf.model.sagas.status
 
com.arjuna.mw.wscf.model.twophase.api - package com.arjuna.mw.wscf.model.twophase.api
 
com.arjuna.mw.wscf.model.twophase.common - package com.arjuna.mw.wscf.model.twophase.common
 
com.arjuna.mw.wscf.model.twophase.exceptions - package com.arjuna.mw.wscf.model.twophase.exceptions
 
com.arjuna.mw.wscf.model.twophase.hls - package com.arjuna.mw.wscf.model.twophase.hls
 
com.arjuna.mw.wscf.model.twophase.outcomes - package com.arjuna.mw.wscf.model.twophase.outcomes
 
com.arjuna.mw.wscf.model.twophase.participants - package com.arjuna.mw.wscf.model.twophase.participants
 
com.arjuna.mw.wscf.model.twophase.status - package com.arjuna.mw.wscf.model.twophase.status
 
com.arjuna.mw.wscf.model.twophase.vote - package com.arjuna.mw.wscf.model.twophase.vote
 
com.arjuna.mw.wscf.protocols - package com.arjuna.mw.wscf.protocols
 
com.arjuna.mw.wscf.utils - package com.arjuna.mw.wscf.utils
 
com.arjuna.mw.wscf11.model.sagas - package com.arjuna.mw.wscf11.model.sagas
 
com.arjuna.mw.wscf11.model.twophase - package com.arjuna.mw.wscf11.model.twophase
 
com.arjuna.mw.wst - package com.arjuna.mw.wst
 
com.arjuna.mw.wst.common - package com.arjuna.mw.wst.common
 
com.arjuna.mw.wst11 - package com.arjuna.mw.wst11
 
com.arjuna.mw.wst11.client - package com.arjuna.mw.wst11.client
 
com.arjuna.mw.wst11.common - package com.arjuna.mw.wst11.common
 
com.arjuna.mw.wst11.deploy - package com.arjuna.mw.wst11.deploy
 
com.arjuna.mw.wst11.service - package com.arjuna.mw.wst11.service
 
com.arjuna.wsc - package com.arjuna.wsc
 
com.arjuna.wsc.common - package com.arjuna.wsc.common
 
com.arjuna.wsc11 - package com.arjuna.wsc11
 
com.arjuna.wsc11.messaging - package com.arjuna.wsc11.messaging
 
com.arjuna.wsc11.messaging.deploy - package com.arjuna.wsc11.messaging.deploy
 
com.arjuna.wst - package com.arjuna.wst
 
com.arjuna.wst.stub - package com.arjuna.wst.stub
 
com.arjuna.wst11 - package com.arjuna.wst11
 
com.arjuna.wst11.messaging - package com.arjuna.wst11.messaging
 
com.arjuna.wst11.messaging.deploy - package com.arjuna.wst11.messaging.deploy
 
com.arjuna.wst11.messaging.engines - package com.arjuna.wst11.messaging.engines
 
com.arjuna.wst11.stub - package com.arjuna.wst11.stub
 
commit() - Method in class com.arjuna.mw.wst11.UserTransaction
The transaction is committed by the commit method.
commit() - Method in interface com.arjuna.wst.CompletionCoordinatorParticipant
 
commit() - Method in interface com.arjuna.wst.Participant
The participant should make permanent the work that it controls.
commit(Notification, MAP, ArjunaContext) - Method in class com.arjuna.wst11.messaging.CompletionCoordinatorProcessorImpl
Commit.
commit(Notification, MAP, ArjunaContext) - Method in class com.arjuna.wst11.messaging.CompletionCoordinatorRPCProcessorImpl
Commit.
commit() - Method in class com.arjuna.wst11.messaging.engines.CoordinatorEngine
Handle the commit event.
commit(Notification, MAP, ArjunaContext) - Method in class com.arjuna.wst11.messaging.engines.ParticipantEngine
Handle the commit event.
commit(Notification, MAP, ArjunaContext) - Method in class com.arjuna.wst11.messaging.ParticipantProcessorImpl
Commit.
commit() - Method in class com.arjuna.wst11.stub.CompletionRPCStub
 
commit() - Method in class com.arjuna.wst11.stub.CompletionStub
 
commit() - Method in class com.arjuna.wst11.stub.ParticipantStub
 
commit() - Method in class com.arjuna.wst11.stub.SubordinateDurable2PCStub
this will be called when the parent coordinator commits its durable participants and should ensure that the interposed cooordinator does the same
commit() - Method in class com.arjuna.wst11.stub.SubordinateVolatile2PCStub
this is called as part of the after completion processing and should ensure that the interposed coordinator performs its afterCompletion processing
committed(Notification, MAP, ArjunaContext) - Method in class com.arjuna.wst11.messaging.CoordinatorProcessorImpl
Committed.
committed(Notification, MAP, ArjunaContext) - Method in class com.arjuna.wst11.messaging.engines.CoordinatorEngine
Handle the committed event.
compensate() - Method in interface com.arjuna.mw.wscf.model.sagas.participants.Participant
Compensate the participant.
compensate() - Method in interface com.arjuna.wst.BusinessAgreementWithParticipantCompletionParticipant
The transaction has cancelled.
compensate(NotificationType, MAP, ArjunaContext) - Method in class com.arjuna.wst11.messaging.CoordinatorCompletionParticipantProcessorImpl
Compensate.
compensate() - Method in class com.arjuna.wst11.messaging.engines.CoordinatorCompletionCoordinatorEngine
Handle the compensate event.
compensate(NotificationType, MAP, ArjunaContext) - Method in class com.arjuna.wst11.messaging.engines.CoordinatorCompletionParticipantEngine
Handle the compensate event.
compensate() - Method in class com.arjuna.wst11.messaging.engines.ParticipantCompletionCoordinatorEngine
Handle the compensate event.
compensate(NotificationType, MAP, ArjunaContext) - Method in class com.arjuna.wst11.messaging.engines.ParticipantCompletionParticipantEngine
Handle the compensate event.
compensate(NotificationType, MAP, ArjunaContext) - Method in class com.arjuna.wst11.messaging.ParticipantCompletionParticipantProcessorImpl
Compensate.
compensate() - Method in class com.arjuna.wst11.stub.BusinessAgreementWithCoordinatorCompletionStub
 
compensate() - Method in class com.arjuna.wst11.stub.BusinessAgreementWithParticipantCompletionStub
 
compensate() - Method in class com.arjuna.wst11.stub.SubordinateCoordinatorCompletionParticipantStub
 
COMPENSATED - Static variable in class com.arjuna.mw.wscf.model.sagas.common.CoordinationResult
 
Compensated - Class in com.arjuna.mw.wscf.model.sagas.status
The coordinator has prepared.
compensated(NotificationType, MAP, ArjunaContext) - Method in class com.arjuna.wst11.messaging.CoordinatorCompletionCoordinatorProcessorImpl
Compensated.
compensated(NotificationType, MAP, ArjunaContext) - Method in class com.arjuna.wst11.messaging.engines.CoordinatorCompletionCoordinatorEngine
Handle the compensated event.
compensated(NotificationType, MAP, ArjunaContext) - Method in class com.arjuna.wst11.messaging.engines.ParticipantCompletionCoordinatorEngine
Handle the compensated event.
compensated(NotificationType, MAP, ArjunaContext) - Method in class com.arjuna.wst11.messaging.ParticipantCompletionCoordinatorProcessorImpl
Compensated.
CompensateFailedException - Exception in com.arjuna.mw.wscf.model.sagas.exceptions
There is no coordinator associated with the target.
CompensateFailedException() - Constructor for exception com.arjuna.mw.wscf.model.sagas.exceptions.CompensateFailedException
 
CompensateFailedException(String) - Constructor for exception com.arjuna.mw.wscf.model.sagas.exceptions.CompensateFailedException
 
CompensateFailedException(String, int) - Constructor for exception com.arjuna.mw.wscf.model.sagas.exceptions.CompensateFailedException
 
Compensating - Class in com.arjuna.mw.wscf.model.sagas.status
The coordinator is preparing.
complete(CompletionStatus) - Method in interface com.arjuna.mw.wsas.activity.HLS
The current activity is completing with the specified completion status.
complete() - Method in interface com.arjuna.mw.wscf.model.sagas.api.UserCoordinator
Complete the activity.
complete() - Method in interface com.arjuna.mw.wscf.model.sagas.participants.ParticipantWithComplete
Complete the participant.
complete() - Method in class com.arjuna.mw.wst11.UserBusinessActivity
If participants have registered for the BusinessAgreementWithComplete protocol then they will be expecting the application to inform them when all work intended for them has been sent (and responded to).
complete() - Method in interface com.arjuna.wst.BusinessActivityTerminator
 
complete() - Method in interface com.arjuna.wst.BusinessAgreementWithCoordinatorCompletionParticipant
The coordinator is informing the participant that all work it needs to do within the scope of this business activity has been received.
complete(NotificationType, MAP, ArjunaContext) - Method in class com.arjuna.wst11.messaging.CoordinatorCompletionParticipantProcessorImpl
Complete.
complete() - Method in class com.arjuna.wst11.messaging.engines.CoordinatorCompletionCoordinatorEngine
Handle the complete event.
complete(NotificationType, MAP, ArjunaContext) - Method in class com.arjuna.wst11.messaging.engines.CoordinatorCompletionParticipantEngine
Handle the complete event.
complete(NotificationType, MAP, ArjunaContext) - Method in class com.arjuna.wst11.messaging.TerminationCoordinatorProcessorImpl
Complete.
complete(NotificationType, MAP, ArjunaContext) - Method in class com.arjuna.wst11.messaging.TerminationCoordinatorRPCProcessorImpl
Complete.
complete() - Method in class com.arjuna.wst11.stub.BusinessActivityTerminatorRPCStub
 
complete() - Method in class com.arjuna.wst11.stub.BusinessActivityTerminatorStub
 
complete() - Method in class com.arjuna.wst11.stub.BusinessAgreementWithCoordinatorCompletionStub
 
complete() - Method in class com.arjuna.wst11.stub.SubordinateCoordinatorCompletionParticipantStub
 
completed() - Method in interface com.arjuna.mw.wsas.activity.HLS
The activity has completed and is still active on the current thread.
Completed - Class in com.arjuna.mw.wsas.status
The activity has completed.
completed() - Method in interface com.arjuna.wst11.BAParticipantManager
The participant has completed it works, but wishes to continue in the business activity, so that it will eventually be told when (and how) the activity terminates.
completed(NotificationType, MAP, ArjunaContext) - Method in class com.arjuna.wst11.messaging.CoordinatorCompletionCoordinatorProcessorImpl
Completed.
completed(NotificationType, MAP, ArjunaContext) - Method in class com.arjuna.wst11.messaging.engines.CoordinatorCompletionCoordinatorEngine
Handle the completed event.
completed() - Method in class com.arjuna.wst11.messaging.engines.CoordinatorCompletionParticipantEngine
Handle the completed event.
completed(NotificationType, MAP, ArjunaContext) - Method in class com.arjuna.wst11.messaging.engines.ParticipantCompletionCoordinatorEngine
Handle the completed event.
completed() - Method in class com.arjuna.wst11.messaging.engines.ParticipantCompletionParticipantEngine
Handle the completed event.
completed(NotificationType, MAP, ArjunaContext) - Method in class com.arjuna.wst11.messaging.ParticipantCompletionCoordinatorProcessorImpl
Completed.
completed() - Method in class com.arjuna.wst11.stub.BACoordinatorCompletionParticipantManagerStub
 
completed() - Method in class com.arjuna.wst11.stub.BAParticipantCompletionParticipantManagerStub
 
completedStatus() - Method in interface com.arjuna.mw.wsas.activity.Outcome
The state in which the activity completed.
completedStatus() - Method in class com.arjuna.mw.wscf.model.sagas.outcomes.CoordinationOutcome
The state in which the activity completed.
completedStatus() - Method in class com.arjuna.mw.wscf.model.twophase.outcomes.CoordinationOutcome
The state in which the activity completed.
Completing - Class in com.arjuna.mw.wsas.status
The activity is in the process of completing.
CompletionCoordinatorParticipant - Interface in com.arjuna.wst
 
CompletionCoordinatorParticipant - Interface in com.arjuna.wst11
 
CompletionCoordinatorProcessorImpl - Class in com.arjuna.wst11.messaging
The Completion Coordinator processor.
CompletionCoordinatorProcessorImpl() - Constructor for class com.arjuna.wst11.messaging.CompletionCoordinatorProcessorImpl
 
CompletionCoordinatorRPCProcessorImpl - Class in com.arjuna.wst11.messaging
The Completion Coordinator processor.
CompletionCoordinatorRPCProcessorImpl() - Constructor for class com.arjuna.wst11.messaging.CompletionCoordinatorRPCProcessorImpl
 
CompletionRPCStub - Class in com.arjuna.wst11.stub
 
CompletionRPCStub(String, W3CEndpointReference) - Constructor for class com.arjuna.wst11.stub.CompletionRPCStub
 
CompletionStatus - Interface in com.arjuna.mw.wsas.completionstatus
Implementations of this interface represent the various ways in which an activity can terminate.
CompletionStub - Class in com.arjuna.wst11.stub
 
CompletionStub(String, W3CEndpointReference) - Constructor for class com.arjuna.wst11.stub.CompletionStub
 
confirm() - Method in interface com.arjuna.mw.wscf.model.twophase.api.UserCoordinator
Confirm the current activity.
confirm() - Method in interface com.arjuna.mw.wscf.model.twophase.participants.Participant
Confirm the participant at top-level.
confirmCompleted(boolean) - Method in interface com.arjuna.wst11.ConfirmCompletedParticipant
a participant callback use to notify the participant either that a recovery record has been written to the log and hence that uncommitted changes should be committed or that completion was cancelled and hence that uncommitted changes should be rolled back.
ConfirmCompletedParticipant - Interface in com.arjuna.wst11
This interface can be implemented by a BA participant in order to allow it to perform its complete operation in two phases.
CONFIRMED - Static variable in class com.arjuna.mw.wscf.model.sagas.common.CoordinationResult
 
CONFIRMED - Static variable in class com.arjuna.mw.wscf.model.sagas.common.TwoPhaseResult
 
CONFIRMED - Static variable in class com.arjuna.mw.wscf.model.twophase.common.CoordinationResult
 
CONFIRMED - Static variable in class com.arjuna.mw.wscf.model.twophase.common.TwoPhaseResult
 
Confirmed - Class in com.arjuna.mw.wscf.model.twophase.status
The coordinator has confirmed and completed the protocol.
Confirming - Class in com.arjuna.mw.wscf.model.twophase.status
The coordinator is in the process of confirming the participants.
confirmOnePhase() - Method in interface com.arjuna.mw.wscf.model.twophase.participants.Participant
Confirm the participant in a single phase.
content() - Method in interface com.arjuna.mw.wscf.common.Qualifier
 
context() - Method in interface com.arjuna.mw.wsas.activity.HLS
Return the context augmentation for this HLS, if any on the current activity, i.e., the activity active on the current thread.
Context - Interface in com.arjuna.mw.wsas.context
The context is formed by the various HLSs that are present.
context(String) - Method in class com.arjuna.mw.wsas.context.ContextManager
 
Context - Interface in com.arjuna.mw.wsc11.context
 
ContextFactory - Interface in com.arjuna.wsc11
 
ContextFactoryMapper - Class in com.arjuna.wsc11
The context factory mapper.
ContextFactoryMapper() - Constructor for class com.arjuna.wsc11.ContextFactoryMapper
Default constructor
ContextManager - Class in com.arjuna.mw.wsas.context
 
ContextManager() - Constructor for class com.arjuna.mw.wsas.context.ContextManager
 
coordinate(CompletionStatus) - Method in interface com.arjuna.mw.wscf.api.UserCoordinatorService
If the application requires and if the coordination protocol supports it, then this method can be used to execute a coordination protocol on the currently enlisted participants at any time prior to the termination of the coordination scope.
CoordinationContextHelper - Class in com.arjuna.mw.wst11.common
Helper class for serialising Coordination Contexts into SOAP headers.
CoordinationContextHelper() - Constructor for class com.arjuna.mw.wst11.common.CoordinationContextHelper
 
CoordinationInitialisation - Class in com.arjuna.wsc11.messaging.deploy
Initialise the coordination services.
CoordinationInitialisation() - Constructor for class com.arjuna.wsc11.messaging.deploy.CoordinationInitialisation
 
CoordinationOutcome - Class in com.arjuna.mw.wscf.model.sagas.outcomes
The CoordinationOutcome represents the final outcome of the coordination event.
CoordinationOutcome(int) - Constructor for class com.arjuna.mw.wscf.model.sagas.outcomes.CoordinationOutcome
 
CoordinationOutcome(CompletionStatus, int) - Constructor for class com.arjuna.mw.wscf.model.sagas.outcomes.CoordinationOutcome
 
CoordinationOutcome - Class in com.arjuna.mw.wscf.model.twophase.outcomes
The CoordinationOutcome represents the final outcome of the coordination event.
CoordinationOutcome(int) - Constructor for class com.arjuna.mw.wscf.model.twophase.outcomes.CoordinationOutcome
 
CoordinationOutcome(CompletionStatus, int) - Constructor for class com.arjuna.mw.wscf.model.twophase.outcomes.CoordinationOutcome
 
CoordinationResult - Class in com.arjuna.mw.wscf.model.sagas.common
The final coordination result.
CoordinationResult() - Constructor for class com.arjuna.mw.wscf.model.sagas.common.CoordinationResult
 
CoordinationResult - Class in com.arjuna.mw.wscf.model.twophase.common
The final coordination result.
CoordinationResult() - Constructor for class com.arjuna.mw.wscf.model.twophase.common.CoordinationResult
 
COORDINATOR11_HOST - Static variable in interface com.arjuna.mw.wst.common.Environment
 
COORDINATOR11_PATH - Static variable in interface com.arjuna.mw.wst.common.Environment
 
COORDINATOR11_PORT - Static variable in interface com.arjuna.mw.wst.common.Environment
 
COORDINATOR11_SCHEME - Static variable in interface com.arjuna.mw.wst.common.Environment
 
COORDINATOR11_URL - Static variable in interface com.arjuna.mw.wst.common.Environment
 
COORDINATOR_HOST - Static variable in interface com.arjuna.mw.wst.common.Environment
 
COORDINATOR_PATH - Static variable in interface com.arjuna.mw.wst.common.Environment
 
COORDINATOR_PORT - Static variable in interface com.arjuna.mw.wst.common.Environment
 
COORDINATOR_SCHEME - Static variable in interface com.arjuna.mw.wst.common.Environment
 
COORDINATOR_URL - Static variable in interface com.arjuna.mw.wst.common.Environment
 
CoordinatorCancelledException - Exception in com.arjuna.mw.wscf.model.sagas.exceptions
There is no coordinator associated with the target.
CoordinatorCancelledException() - Constructor for exception com.arjuna.mw.wscf.model.sagas.exceptions.CoordinatorCancelledException
 
CoordinatorCancelledException(String) - Constructor for exception com.arjuna.mw.wscf.model.sagas.exceptions.CoordinatorCancelledException
 
CoordinatorCancelledException(String, int) - Constructor for exception com.arjuna.mw.wscf.model.sagas.exceptions.CoordinatorCancelledException
 
CoordinatorCancelledException - Exception in com.arjuna.mw.wscf.model.twophase.exceptions
There is no coordinator associated with the target.
CoordinatorCancelledException() - Constructor for exception com.arjuna.mw.wscf.model.twophase.exceptions.CoordinatorCancelledException
 
CoordinatorCancelledException(String) - Constructor for exception com.arjuna.mw.wscf.model.twophase.exceptions.CoordinatorCancelledException
 
CoordinatorCancelledException(String, int) - Constructor for exception com.arjuna.mw.wscf.model.twophase.exceptions.CoordinatorCancelledException
 
CoordinatorCompletionCoordinatorEngine - Class in com.arjuna.wst11.messaging.engines
The coordinator completion coordinator state engine
CoordinatorCompletionCoordinatorEngine(String, W3CEndpointReference) - Constructor for class com.arjuna.wst11.messaging.engines.CoordinatorCompletionCoordinatorEngine
Construct the initial engine for the coordinator.
CoordinatorCompletionCoordinatorEngine(String, W3CEndpointReference, State, boolean) - Constructor for class com.arjuna.wst11.messaging.engines.CoordinatorCompletionCoordinatorEngine
Construct the engine for the coordinator in a specified state and register it.
CoordinatorCompletionCoordinatorProcessorImpl - Class in com.arjuna.wst11.messaging
The Coordinator Completion Coordinator processor.
CoordinatorCompletionCoordinatorProcessorImpl() - Constructor for class com.arjuna.wst11.messaging.CoordinatorCompletionCoordinatorProcessorImpl
 
CoordinatorCompletionParticipantEngine - Class in com.arjuna.wst11.messaging.engines
The coordinator completion participant state engine
CoordinatorCompletionParticipantEngine(String, W3CEndpointReference, BusinessAgreementWithCoordinatorCompletionParticipant) - Constructor for class com.arjuna.wst11.messaging.engines.CoordinatorCompletionParticipantEngine
Construct the initial engine for the participant.
CoordinatorCompletionParticipantEngine(String, W3CEndpointReference, BusinessAgreementWithCoordinatorCompletionParticipant, State, boolean) - Constructor for class com.arjuna.wst11.messaging.engines.CoordinatorCompletionParticipantEngine
Construct the engine for the participant in a specified state.
CoordinatorCompletionParticipantProcessorImpl - Class in com.arjuna.wst11.messaging
The Coordinator Completion Participant processor.
CoordinatorCompletionParticipantProcessorImpl() - Constructor for class com.arjuna.wst11.messaging.CoordinatorCompletionParticipantProcessorImpl
 
CoordinatorConfirmedException - Exception in com.arjuna.mw.wscf.model.sagas.exceptions
There is no coordinator associated with the target.
CoordinatorConfirmedException() - Constructor for exception com.arjuna.mw.wscf.model.sagas.exceptions.CoordinatorConfirmedException
 
CoordinatorConfirmedException(String) - Constructor for exception com.arjuna.mw.wscf.model.sagas.exceptions.CoordinatorConfirmedException
 
CoordinatorConfirmedException(String, int) - Constructor for exception com.arjuna.mw.wscf.model.sagas.exceptions.CoordinatorConfirmedException
 
CoordinatorConfirmedException - Exception in com.arjuna.mw.wscf.model.twophase.exceptions
There is no coordinator associated with the target.
CoordinatorConfirmedException() - Constructor for exception com.arjuna.mw.wscf.model.twophase.exceptions.CoordinatorConfirmedException
 
CoordinatorConfirmedException(String) - Constructor for exception com.arjuna.mw.wscf.model.twophase.exceptions.CoordinatorConfirmedException
 
CoordinatorConfirmedException(String, int) - Constructor for exception com.arjuna.mw.wscf.model.twophase.exceptions.CoordinatorConfirmedException
 
CoordinatorEngine - Class in com.arjuna.wst11.messaging.engines
The coordinator state engine
CoordinatorEngine(String, boolean, W3CEndpointReference) - Constructor for class com.arjuna.wst11.messaging.engines.CoordinatorEngine
Construct the initial engine for the coordinator.
CoordinatorEngine(String, boolean, W3CEndpointReference, boolean, State) - Constructor for class com.arjuna.wst11.messaging.engines.CoordinatorEngine
Construct the engine for the coordinator in a specified state.
CoordinatorId - Interface in com.arjuna.mw.wscf.common
Implementations of this interface provide globally unique identifications for coordinators.
CoordinatorManager - Interface in com.arjuna.mw.wscf.model.sagas.api
The CoordinatorManager is the way in which services can enlist participants with the current coordinator.
coordinatorManager() - Method in interface com.arjuna.mw.wscf.model.sagas.hls.SagasHLS
 
CoordinatorManager - Interface in com.arjuna.mw.wscf.model.twophase.api
The CoordinatorManager is the way in which services can enlist participants with the current coordinator.
coordinatorManager() - Method in interface com.arjuna.mw.wscf.model.twophase.hls.TwoPhaseHLS
 
coordinatorManager() - Static method in class com.arjuna.mw.wscf11.model.sagas.CoordinatorManagerFactory
 
coordinatorManager(String) - Static method in class com.arjuna.mw.wscf11.model.sagas.CoordinatorManagerFactory
Obtain a reference to a coordinator that implements the specified protocol.
coordinatorManager() - Static method in class com.arjuna.mw.wscf11.model.twophase.CoordinatorManagerFactory
 
coordinatorManager(String) - Static method in class com.arjuna.mw.wscf11.model.twophase.CoordinatorManagerFactory
Obtain a reference to a coordinator that implements the specified protocol.
CoordinatorManagerFactory - Class in com.arjuna.mw.wscf11.model.sagas
The factory to return the specific CoordinatorManager implementation.
CoordinatorManagerFactory() - Constructor for class com.arjuna.mw.wscf11.model.sagas.CoordinatorManagerFactory
 
CoordinatorManagerFactory - Class in com.arjuna.mw.wscf11.model.twophase
The factory to return the specific CoordinatorManager implementation.
CoordinatorManagerFactory() - Constructor for class com.arjuna.mw.wscf11.model.twophase.CoordinatorManagerFactory
 
CoordinatorProcessorImpl - Class in com.arjuna.wst11.messaging
The Coordinator processor.
CoordinatorProcessorImpl() - Constructor for class com.arjuna.wst11.messaging.CoordinatorProcessorImpl
 
coordinatorService() - Method in interface com.arjuna.mw.wscf.model.sagas.hls.SagasHLS
 
coordinatorService() - Method in interface com.arjuna.mw.wscf.model.twophase.hls.TwoPhaseHLS
 
copy() - Method in interface com.arjuna.mw.wsas.activity.ActivityHierarchy
Obtain a copy of this context.
create(String, Long, CoordinationContextType, boolean) - Method in interface com.arjuna.wsc11.ContextFactory
Creates a coordination context.
createCoordinationContext(String, String, String, Long, CoordinationContext) - Static method in class com.arjuna.wsc11.ActivationCoordinator
Create the coordination context.
createCoordinationContext(CreateCoordinationContextType, MAP, boolean) - Method in class com.arjuna.wsc11.messaging.ActivationCoordinatorProcessorImpl
Create the coordination context.
Created - Class in com.arjuna.mw.wsas.status
The activity has been created and is yet to start executing.
createManager() - Static method in class com.arjuna.mw.wscf.protocols.ProtocolRegistry
 
current() - Method in interface com.arjuna.mw.wsas.activity.ActivityHierarchy
 
currentActivity() - Method in interface com.arjuna.mw.wsas.UserActivity
 
currentActivity() - Method in interface com.arjuna.mw.wscf.model.sagas.api.UserCoordinator
 
currentActivity() - Method in interface com.arjuna.mw.wscf.model.twophase.api.UserCoordinator
 
currentTransaction() - Method in class com.arjuna.mw.wst11.BusinessActivityManager
The currentTransaction method returns the TxContext for the current transaction, or null if there is none.
currentTransaction() - Method in class com.arjuna.mw.wst11.TransactionManager
The currentTransaction method returns the TxContext for the current transaction, or null if there is none.

D

data() - Method in interface com.arjuna.mw.wsas.activity.Outcome
Outcome specific information that can be used to determine finer level details about the outcome instance.
data() - Method in class com.arjuna.mw.wscf.model.sagas.outcomes.CoordinationOutcome
Outcome specific information that can be used to determine finer level details about the outcome instance.
data() - Method in class com.arjuna.mw.wscf.model.twophase.outcomes.CoordinationOutcome
Outcome specific information that can be used to determine finer level details about the outcome instance.
deactivateCoordinator(CoordinatorCompletionCoordinatorInboundEvents) - Method in class com.arjuna.wst11.messaging.CoordinatorCompletionCoordinatorProcessorImpl
Deactivate the coordinator.
deactivateCoordinator(CoordinatorInboundEvents) - Method in class com.arjuna.wst11.messaging.CoordinatorProcessorImpl
Deactivate a coordinator recovered from the log.
deactivateCoordinator(ParticipantCompletionCoordinatorInboundEvents) - Method in class com.arjuna.wst11.messaging.ParticipantCompletionCoordinatorProcessorImpl
Deactivate the coordinator.
deactivateParticipant(CompletionCoordinatorParticipant) - Method in class com.arjuna.wst11.messaging.CompletionCoordinatorProcessorImpl
Deactivate the participant.
deactivateParticipant(CompletionCoordinatorParticipant) - Method in class com.arjuna.wst11.messaging.CompletionCoordinatorRPCProcessorImpl
Deactivate the participant.
deactivateParticipant(CoordinatorCompletionParticipantInboundEvents) - Method in class com.arjuna.wst11.messaging.CoordinatorCompletionParticipantProcessorImpl
Deactivate the participant.
deactivateParticipant(ParticipantCompletionParticipantInboundEvents) - Method in class com.arjuna.wst11.messaging.ParticipantCompletionParticipantProcessorImpl
Deactivate the participant.
deactivateParticipant(ParticipantInboundEvents) - Method in class com.arjuna.wst11.messaging.ParticipantProcessorImpl
Deactivate the participant.
deactivateParticipant(BusinessActivityTerminator) - Method in class com.arjuna.wst11.messaging.TerminationCoordinatorProcessorImpl
Deactivate the participant.
delistParticipant(String) - Method in interface com.arjuna.mw.wscf.model.sagas.api.CoordinatorManager
Remove the specified participant from the coordinator associated with the current thread.
delistParticipant(Participant) - Method in interface com.arjuna.mw.wscf.model.twophase.api.CoordinatorManager
Remove the specified participant from the coordinator associated with the current thread.
delistSynchronization(Synchronization) - Method in interface com.arjuna.mw.wscf.model.twophase.api.CoordinatorManager
Remove the specified synchronization from the coordinator associated with the current thread.
deserialise(Element) - Static method in class com.arjuna.mw.wst11.common.CoordinationContextHelper
Deserialise a coordination context from a DOM SOAP Header Element.
DISABLED_VALUE - Static variable in class com.arjuna.mw.wst11.client.WSTXFeature
Value to indicate that WSTXFeature is disabled.
DisabledWSTXHandler - Class in com.arjuna.mw.wst11.client
This handler is used when default-context-propagation is disabled.
DisabledWSTXHandler() - Constructor for class com.arjuna.mw.wst11.client.DisabledWSTXHandler
 
DomUtil - Class in com.arjuna.mw.wscf.utils
 
DomUtil() - Constructor for class com.arjuna.mw.wscf.utils.DomUtil
 
DuplicateParticipantException - Exception in com.arjuna.mw.wscf.exceptions
There was an attempt to register the same participant with the coordinator.
DuplicateParticipantException() - Constructor for exception com.arjuna.mw.wscf.exceptions.DuplicateParticipantException
 
DuplicateParticipantException(String) - Constructor for exception com.arjuna.mw.wscf.exceptions.DuplicateParticipantException
 
DuplicateParticipantException(String, int) - Constructor for exception com.arjuna.mw.wscf.exceptions.DuplicateParticipantException
 
DuplicateSynchronizationException - Exception in com.arjuna.mw.wscf.model.sagas.exceptions
There is no coordinator associated with the target.
DuplicateSynchronizationException() - Constructor for exception com.arjuna.mw.wscf.model.sagas.exceptions.DuplicateSynchronizationException
 
DuplicateSynchronizationException(String) - Constructor for exception com.arjuna.mw.wscf.model.sagas.exceptions.DuplicateSynchronizationException
 
DuplicateSynchronizationException(String, int) - Constructor for exception com.arjuna.mw.wscf.model.sagas.exceptions.DuplicateSynchronizationException
 
DuplicateSynchronizationException - Exception in com.arjuna.mw.wscf.model.twophase.exceptions
There is no coordinator associated with the target.
DuplicateSynchronizationException() - Constructor for exception com.arjuna.mw.wscf.model.twophase.exceptions.DuplicateSynchronizationException
 
DuplicateSynchronizationException(String) - Constructor for exception com.arjuna.mw.wscf.model.twophase.exceptions.DuplicateSynchronizationException
 
DuplicateSynchronizationException(String, int) - Constructor for exception com.arjuna.mw.wscf.model.twophase.exceptions.DuplicateSynchronizationException
 
Durable2PCParticipant - Interface in com.arjuna.wst
The Durable2PCParticipant.
Durable2PCStub - Class in com.arjuna.wst11.stub
 
Durable2PCStub() - Constructor for class com.arjuna.wst11.stub.Durable2PCStub
 
Durable2PCStub(String, W3CEndpointReference) - Constructor for class com.arjuna.wst11.stub.Durable2PCStub
 

E

earlyReadonly() - Method in class com.arjuna.wst11.messaging.engines.ParticipantEngine
Handle the early readonly event.
earlyRollback() - Method in class com.arjuna.wst11.messaging.engines.ParticipantEngine
Handle the early rollback event.
ENABLED_VALUE - Static variable in class com.arjuna.mw.wst11.client.WSTXFeature
Value to indicate that WSTXFeature is enabled.
EnabledWSTXHandler - Class in com.arjuna.mw.wst11.client
This handler is used when default-context-propagation is enabled.
EnabledWSTXHandler() - Constructor for class com.arjuna.mw.wst11.client.EnabledWSTXHandler
 
end() - Method in interface com.arjuna.mw.wsas.UserActivity
Complete the activity with the current completion status.
end(CompletionStatus) - Method in interface com.arjuna.mw.wsas.UserActivity
Complete the activity with the completion status provided.
enlistForBusinessAgreementWithCoordinatorCompletion(BusinessAgreementWithCoordinatorCompletionParticipant, String) - Method in class com.arjuna.mw.wst11.BusinessActivityManager
Enlist a participant for the BusinessAgreementWithCoordinatorCompletion protocol.
enlistForBusinessAgreementWithParticipantCompletion(BusinessAgreementWithParticipantCompletionParticipant, String) - Method in class com.arjuna.mw.wst11.BusinessActivityManager
Enlist a participant for the BusinessAgreement protocol.
enlistForDurableTwoPhase(Durable2PCParticipant, String) - Method in class com.arjuna.mw.wst11.TransactionManager
Enlist the specified participant with current transaction such that it will participate in the 2PC protocol; a unique identifier for the participant is also required.
enlistForVolatileTwoPhase(Volatile2PCParticipant, String) - Method in class com.arjuna.mw.wst11.TransactionManager
Enlist the specified participant with current transaction such that it will participate in the Volatile 2PC protocol; a unique identifier for the participant is also required.
enlistParticipant(Participant) - Method in interface com.arjuna.mw.wscf.model.sagas.api.CoordinatorManager
Enrol the specified participant with the coordinator associated with the current thread.
enlistParticipant(Participant) - Method in interface com.arjuna.mw.wscf.model.twophase.api.CoordinatorManager
Enrol the specified participant with the coordinator associated with the current thread.
enlistSynchronization(Synchronization) - Method in interface com.arjuna.mw.wscf.model.twophase.api.CoordinatorManager
Enrol the specified synchronization with the coordinator associated with the current thread.
Environment - Interface in com.arjuna.mw.wst.common
 
Environment - Interface in com.arjuna.wsc.common
 
equals(Object) - Method in interface com.arjuna.mw.wsas.activity.ActivityHandle
Although users won't typically care what the underlying implementation of a context is, they will need to do comparisons.
equals(Object) - Method in interface com.arjuna.mw.wsas.activity.ActivityHierarchy
Overrides Object.equals Two contexts are equal if both hierarchies are identical.
equals(Object) - Method in interface com.arjuna.mw.wsas.common.GlobalId
Two instances are identical if their targets are the same.
equals(Object) - Method in interface com.arjuna.mw.wsas.completionstatus.CompletionStatus
Two statuses are equal if their targets are the same.
equals(Object) - Method in class com.arjuna.mw.wsas.completionstatus.Failure
Two statuses are equal if their targets are the same.
equals(Object) - Method in class com.arjuna.mw.wsas.completionstatus.FailureOnly
Two statuses are equal if their targets are the same.
equals(Object) - Method in class com.arjuna.mw.wsas.completionstatus.Success
Two statuses are equal if their targets are the same.
equals(Object) - Method in class com.arjuna.mw.wsas.completionstatus.Unknown
Two statuses are equal if their targets are the same.
equals(Object) - Method in interface com.arjuna.mw.wscf.common.CoordinatorId
Two instances are identical if their targets are the same.
equals(Object) - Method in class com.arjuna.mw.wscf.model.twophase.vote.VoteCancel
 
equals(Object) - Method in class com.arjuna.mw.wscf.model.twophase.vote.VoteConfirm
 
equals(Object) - Method in class com.arjuna.mw.wscf.model.twophase.vote.VoteReadOnly
 
equals(Object) - Method in interface com.arjuna.mw.wst.TxContext
 
error() - Method in interface com.arjuna.wst.BusinessAgreementWithParticipantCompletionParticipant
If the participant enquired as to the status of the transaction it was registered with and an unrecoverable error occurs then this operation will be invoked.
error() - Method in interface com.arjuna.wst.Participant
During recovery the participant can enquire as to the status of the transaction it was registered with.
error() - Method in class com.arjuna.wst11.stub.BusinessActivityTerminatorRPCStub
 
error() - Method in class com.arjuna.wst11.stub.BusinessActivityTerminatorStub
 
error() - Method in class com.arjuna.wst11.stub.BusinessAgreementWithCoordinatorCompletionStub
 
error() - Method in class com.arjuna.wst11.stub.BusinessAgreementWithParticipantCompletionStub
 
error() - Method in class com.arjuna.wst11.stub.ParticipantStub
 
error() - Method in class com.arjuna.wst11.stub.SubordinateCoordinatorCompletionParticipantStub
this should never get called
error() - Method in class com.arjuna.wst11.stub.SubordinateDurable2PCStub
this should never get called
error() - Method in class com.arjuna.wst11.stub.SubordinateVolatile2PCStub
this should never get called
error_mw_wsc11_deploy_WSCFI_1(Throwable) - Method in interface com.arjuna.mw.wscf.logging.wscfI18NLogger
 
error_mw_wsc_deploy_WSCFI_1(Throwable) - Method in interface com.arjuna.mw.wscf.logging.wscfI18NLogger
 
error_protocols_ProtocolManager_2(String) - Method in interface com.arjuna.mw.wscf.logging.wscfI18NLogger
 
error_protocols_ProtocolManager_3(String, Throwable) - Method in interface com.arjuna.mw.wscf.logging.wscfI18NLogger
 
error_protocols_ProtocolManager_5(String, Throwable) - Method in interface com.arjuna.mw.wscf.logging.wscfI18NLogger
 
exit() - Method in interface com.arjuna.wst11.BAParticipantManager
The participant has exited the business activity.
exit(NotificationType, MAP, ArjunaContext) - Method in class com.arjuna.wst11.messaging.CoordinatorCompletionCoordinatorProcessorImpl
Exit.
exit(NotificationType, MAP, ArjunaContext) - Method in class com.arjuna.wst11.messaging.engines.CoordinatorCompletionCoordinatorEngine
Handle the exit event.
exit() - Method in class com.arjuna.wst11.messaging.engines.CoordinatorCompletionParticipantEngine
Handle the exit event.
exit(NotificationType, MAP, ArjunaContext) - Method in class com.arjuna.wst11.messaging.engines.ParticipantCompletionCoordinatorEngine
Handle the exit event.
exit() - Method in class com.arjuna.wst11.messaging.engines.ParticipantCompletionParticipantEngine
Handle the exit event.
exit(NotificationType, MAP, ArjunaContext) - Method in class com.arjuna.wst11.messaging.ParticipantCompletionCoordinatorProcessorImpl
Exit.
exit() - Method in class com.arjuna.wst11.stub.BACoordinatorCompletionParticipantManagerStub
 
exit() - Method in class com.arjuna.wst11.stub.BAParticipantCompletionParticipantManagerStub
 
exited(NotificationType, MAP, ArjunaContext) - Method in class com.arjuna.wst11.messaging.CoordinatorCompletionParticipantProcessorImpl
Exited.
exited(NotificationType, MAP, ArjunaContext) - Method in class com.arjuna.wst11.messaging.engines.CoordinatorCompletionParticipantEngine
Handle the exited event.
exited(NotificationType, MAP, ArjunaContext) - Method in class com.arjuna.wst11.messaging.engines.ParticipantCompletionParticipantEngine
Handle the exited event.
exited(NotificationType, MAP, ArjunaContext) - Method in class com.arjuna.wst11.messaging.ParticipantCompletionParticipantProcessorImpl
Exited.

F

fail(QName) - Method in interface com.arjuna.wst11.BAParticipantManager
Fault.
fail(ExceptionType, MAP, ArjunaContext) - Method in class com.arjuna.wst11.messaging.CoordinatorCompletionCoordinatorProcessorImpl
Fail.
fail(ExceptionType, MAP, ArjunaContext) - Method in class com.arjuna.wst11.messaging.engines.CoordinatorCompletionCoordinatorEngine
Handle the fail event.
fail(QName) - Method in class com.arjuna.wst11.messaging.engines.CoordinatorCompletionParticipantEngine
Handle the fail event.
fail(ExceptionType, MAP, ArjunaContext) - Method in class com.arjuna.wst11.messaging.engines.ParticipantCompletionCoordinatorEngine
Handle the fail event.
fail(QName) - Method in class com.arjuna.wst11.messaging.engines.ParticipantCompletionParticipantEngine
Handle the fail event.
fail(ExceptionType, MAP, ArjunaContext) - Method in class com.arjuna.wst11.messaging.ParticipantCompletionCoordinatorProcessorImpl
Fail.
fail(QName) - Method in class com.arjuna.wst11.stub.BACoordinatorCompletionParticipantManagerStub
 
fail(QName) - Method in class com.arjuna.wst11.stub.BAParticipantCompletionParticipantManagerStub
 
failed(NotificationType, MAP, ArjunaContext) - Method in class com.arjuna.wst11.messaging.CoordinatorCompletionParticipantProcessorImpl
Failed.
failed(NotificationType, MAP, ArjunaContext) - Method in class com.arjuna.wst11.messaging.engines.CoordinatorCompletionParticipantEngine
Handle the failed event.
failed(NotificationType, MAP, ArjunaContext) - Method in class com.arjuna.wst11.messaging.engines.ParticipantCompletionParticipantEngine
Handle the failed event.
failed(NotificationType, MAP, ArjunaContext) - Method in class com.arjuna.wst11.messaging.ParticipantCompletionParticipantProcessorImpl
Failed.
Failure - Class in com.arjuna.mw.wsas.completionstatus
The activity has terminated in a failed state.
FailureOnly - Class in com.arjuna.mw.wsas.completionstatus
The activity has terminated in a failure state.
FaultedException - Exception in com.arjuna.wst
Thrown if there is a fault during complete or compensation.
FaultedException() - Constructor for exception com.arjuna.wst.FaultedException
 
FaultedException(String) - Constructor for exception com.arjuna.wst.FaultedException
 
FINISH_ERROR - Static variable in class com.arjuna.mw.wscf.model.sagas.common.TwoPhaseResult
 
FINISH_ERROR - Static variable in class com.arjuna.mw.wscf.model.twophase.common.TwoPhaseResult
 
FINISH_OK - Static variable in class com.arjuna.mw.wscf.model.sagas.common.TwoPhaseResult
 
FINISH_OK - Static variable in class com.arjuna.mw.wscf.model.twophase.common.TwoPhaseResult
 
forget() - Method in interface com.arjuna.mw.wscf.model.sagas.participants.Participant
Inform the participant that is can forget the heuristic result.
forget() - Method in interface com.arjuna.mw.wscf.model.twophase.participants.Participant
Inform the participant that is can forget the heuristic result.

G

get_activity_ActivityImple_1() - Method in interface com.arjuna.mw.wsas.logging.wsasI18NLogger
 
get_activity_ActivityImple_10() - Method in interface com.arjuna.mw.wsas.logging.wsasI18NLogger
 
get_activity_ActivityImple_2() - Method in interface com.arjuna.mw.wsas.logging.wsasI18NLogger
 
get_activity_ActivityImple_3() - Method in interface com.arjuna.mw.wsas.logging.wsasI18NLogger
 
get_activity_ActivityImple_4() - Method in interface com.arjuna.mw.wsas.logging.wsasI18NLogger
 
get_activity_ActivityImple_5() - Method in interface com.arjuna.mw.wsas.logging.wsasI18NLogger
 
get_activity_ActivityImple_6() - Method in interface com.arjuna.mw.wsas.logging.wsasI18NLogger
 
get_activity_ActivityImple_7() - Method in interface com.arjuna.mw.wsas.logging.wsasI18NLogger
 
get_activity_ActivityImple_8() - Method in interface com.arjuna.mw.wsas.logging.wsasI18NLogger
 
get_activity_ActivityImple_9() - Method in interface com.arjuna.mw.wsas.logging.wsasI18NLogger
 
get_activity_HLSManager_1() - Method in interface com.arjuna.mw.wsas.logging.wsasI18NLogger
 
get_model_sagas_arjunacore_BACoordinator_2() - Method in interface com.arjuna.mw.wscf.logging.wscfI18NLogger
 
get_model_sagas_arjunacore_BACoordinator_3() - Method in interface com.arjuna.mw.wscf.logging.wscfI18NLogger
 
get_model_sagas_arjunacore_BACoordinator_4() - Method in interface com.arjuna.mw.wscf.logging.wscfI18NLogger
 
get_model_sagas_arjunacore_CoordinatorControl_1() - Method in interface com.arjuna.mw.wscf.logging.wscfI18NLogger
 
get_model_sagas_arjunacore_CoordinatorServiceImple_1() - Method in interface com.arjuna.mw.wscf.logging.wscfI18NLogger
 
get_model_twophase_arjunacore_ATCoordinator_1() - Method in interface com.arjuna.mw.wscf.logging.wscfI18NLogger
 
get_model_twophase_arjunacore_ATCoordinator_2() - Method in interface com.arjuna.mw.wscf.logging.wscfI18NLogger
 
get_model_twophase_arjunacore_ATCoordinator_3() - Method in interface com.arjuna.mw.wscf.logging.wscfI18NLogger
 
get_model_twophase_arjunacore_CoordinatorControl_1() - Method in interface com.arjuna.mw.wscf.logging.wscfI18NLogger
 
get_model_twophase_arjunacore_CoordinatorServiceImple_1() - Method in interface com.arjuna.mw.wscf.logging.wscfI18NLogger
 
get_mw_wscf11_protocols_ProtocolManager_1() - Method in interface com.arjuna.mw.wscf.logging.wscfI18NLogger
 
get_mw_wscf11_protocols_ProtocolManager_2() - Method in interface com.arjuna.mw.wscf.logging.wscfI18NLogger
 
get_protocols_Initializer_1() - Method in interface com.arjuna.mw.wscf.logging.wscfI18NLogger
 
get_protocols_ProtocolManager_1() - Method in interface com.arjuna.mw.wscf.logging.wscfI18NLogger
 
get_protocols_ProtocolManager_2() - Method in interface com.arjuna.mw.wscf.logging.wscfI18NLogger
 
get_UserActivityImple_51() - Method in interface com.arjuna.mw.wsas.logging.wsasI18NLogger
 
get_utils_Configuration_2() - Method in interface com.arjuna.mw.wsas.logging.wsasI18NLogger
 
get_utils_DocComparitor_1() - Method in interface com.arjuna.mw.wscf.logging.wscfI18NLogger
 
get_utils_DocComparitor_2() - Method in interface com.arjuna.mw.wscf.logging.wscfI18NLogger
 
get_utils_ProtocolLocator_1() - Method in interface com.arjuna.mw.wscf.logging.wscfI18NLogger
 
get_utils_ProtocolLocator_2() - Method in interface com.arjuna.mw.wscf.logging.wscfI18NLogger
 
getBusinessActivityManager() - Static method in class com.arjuna.mw.wst11.BusinessActivityManager
Get the business activity manager.
getChildElements(SOAPElement) - Static method in class com.arjuna.mw.wst.common.SOAPUtil
Get an iterator containing just child elements.
getCompletionStatus() - Method in interface com.arjuna.mw.wsas.UserActivity
Get the completion status currently associated with the activity.
getContextFactory(String) - Method in class com.arjuna.wsc11.ContextFactoryMapper
Get the context factory for the specified coordination type.
getCoordinationContext() - Method in interface com.arjuna.mw.wsc11.context.Context
 
getCoordinator(String) - Method in class com.arjuna.wst11.messaging.CoordinatorCompletionCoordinatorProcessorImpl
Locate a coordinator by name.
getCoordinator(String) - Method in class com.arjuna.wst11.messaging.CoordinatorProcessorImpl
Get the coordinator with the specified identifier.
getCoordinator() - Method in class com.arjuna.wst11.messaging.engines.CoordinatorCompletionCoordinatorEngine
Get the associated coordinator.
getCoordinator() - Method in class com.arjuna.wst11.messaging.engines.CoordinatorCompletionParticipantEngine
Get the coordinator endpoint reference
getCoordinator() - Method in class com.arjuna.wst11.messaging.engines.ParticipantCompletionCoordinatorEngine
Get the associated coordinator.
getCoordinator() - Method in class com.arjuna.wst11.messaging.engines.ParticipantCompletionParticipantEngine
Get the coordinator endpoint reference
getCoordinator() - Method in class com.arjuna.wst11.messaging.engines.ParticipantEngine
 
getCoordinator(String) - Method in class com.arjuna.wst11.messaging.ParticipantCompletionCoordinatorProcessorImpl
Locate a coordinator by name.
getData() - Method in exception com.arjuna.mw.wsas.exceptions.WSASException
 
getDocumentBuilder() - Static method in class com.arjuna.mw.wscf.utils.DomUtil
 
getEndpoint() - Method in interface com.arjuna.wst11.BusinessActivityTerminator
return either the terminator or participant endpoint depending upon what type of terminator strub this is
getEndpoint() - Method in class com.arjuna.wst11.stub.BusinessActivityTerminatorRPCStub
 
getEndpoint() - Method in class com.arjuna.wst11.stub.BusinessActivityTerminatorStub
 
getErrorCode() - Method in exception com.arjuna.mw.wsas.exceptions.WSASException
 
getFactory() - Static method in class com.arjuna.wsc11.RegistrarMapper
Get the registrar mapper singleton.
getHeaders() - Method in class com.arjuna.mw.wst11.client.AbstractWSTXHandler
Delegates to the JaxWSHeaderContextProcessor.
getHeaders() - Method in class com.arjuna.mw.wst11.client.JaxWSHeaderContextProcessor
Gets the header blocks that can be processed by this Handler instance.
getHeaders() - Method in class com.arjuna.mw.wst11.service.JaxWSHeaderContextProcessor
Gets the header blocks that can be processed by this Handler instance.
getHighLevelService(String) - Method in interface com.arjuna.mw.wsas.ActivityManager
Allows an invoker to obtain a specific registered HLS supporting a given coordination type.
getId() - Method in class com.arjuna.wst11.messaging.engines.CoordinatorCompletionCoordinatorEngine
Get the coordinator id.
getId() - Method in class com.arjuna.wst11.messaging.engines.CoordinatorCompletionParticipantEngine
Get the coordinator id.
getId() - Method in class com.arjuna.wst11.messaging.engines.CoordinatorEngine
Get the coordinator id.
getId() - Method in class com.arjuna.wst11.messaging.engines.ParticipantCompletionCoordinatorEngine
Get the coordinator id.
getId() - Method in class com.arjuna.wst11.messaging.engines.ParticipantCompletionParticipantEngine
Get the coordinator id.
getId() - Method in class com.arjuna.wst11.messaging.engines.ParticipantEngine
Get the coordinator id.
getMapper() - Static method in class com.arjuna.wsc11.ContextFactoryMapper
Get the context factory mapper singleton.
getMessageId() - Static method in class com.arjuna.wsc11.messaging.MessageId
Get the next message identifier.
getNode(Node, String) - Static method in class com.arjuna.mw.wscf.utils.DomUtil
 
getParticipant() - Method in interface com.arjuna.wst11.CompletionCoordinatorParticipant
 
getParticipant() - Method in class com.arjuna.wst11.messaging.engines.CoordinatorCompletionCoordinatorEngine
Get the participant endpoint reference
getParticipant() - Method in class com.arjuna.wst11.messaging.engines.CoordinatorCompletionParticipantEngine
Get the associated participant.
getParticipant() - Method in class com.arjuna.wst11.messaging.engines.CoordinatorEngine
Get the participant endpoint reference
getParticipant() - Method in class com.arjuna.wst11.messaging.engines.ParticipantCompletionCoordinatorEngine
Get the participant endpoint reference
getParticipant() - Method in class com.arjuna.wst11.messaging.engines.ParticipantCompletionParticipantEngine
Get the associated participant.
getParticipant(InstanceIdentifier) - Method in class com.arjuna.wst11.messaging.TerminationCoordinatorProcessorImpl
Get the participant with the specified identifier.
getProtocolImplementation(String) - Method in class com.arjuna.mw.wscf.protocols.ProtocolManager
 
getRecoveryState() - Method in class com.arjuna.wst11.stub.SubordinateCoordinatorCompletionParticipantStub
 
getRecoveryState() - Method in class com.arjuna.wst11.stub.SubordinateDurable2PCStub
this participant implements the PersistableATarticipant interface so it can save its state.
getRegistrar(String) - Method in class com.arjuna.wsc11.RegistrarMapper
Get the registrar for the specified protocol identifier.
getState() - Method in class com.arjuna.wst11.messaging.engines.CoordinatorEngine
Retrieve the current state of this participant
getStatus(NotificationType, MAP, ArjunaContext) - Method in class com.arjuna.wst11.messaging.CoordinatorCompletionCoordinatorProcessorImpl
Get Status.
getStatus(NotificationType, MAP, ArjunaContext) - Method in class com.arjuna.wst11.messaging.CoordinatorCompletionParticipantProcessorImpl
Get Status.
getStatus(NotificationType, MAP, ArjunaContext) - Method in class com.arjuna.wst11.messaging.engines.CoordinatorCompletionCoordinatorEngine
Handle the getStatus event.
getStatus() - Method in class com.arjuna.wst11.messaging.engines.CoordinatorCompletionCoordinatorEngine
Handle the get status event.
getStatus(NotificationType, MAP, ArjunaContext) - Method in class com.arjuna.wst11.messaging.engines.CoordinatorCompletionParticipantEngine
Handle the getStatus event.
getStatus(NotificationType, MAP, ArjunaContext) - Method in class com.arjuna.wst11.messaging.engines.ParticipantCompletionCoordinatorEngine
Handle the getStatus event.
getStatus() - Method in class com.arjuna.wst11.messaging.engines.ParticipantCompletionCoordinatorEngine
Handle the get status event.
getStatus(NotificationType, MAP, ArjunaContext) - Method in class com.arjuna.wst11.messaging.engines.ParticipantCompletionParticipantEngine
Handle the getStatus event.
getStatus(NotificationType, MAP, ArjunaContext) - Method in class com.arjuna.wst11.messaging.ParticipantCompletionCoordinatorProcessorImpl
Get Status.
getStatus(NotificationType, MAP, ArjunaContext) - Method in class com.arjuna.wst11.messaging.ParticipantCompletionParticipantProcessorImpl
Get Status.
getTextNode(Node, String) - Static method in class com.arjuna.mw.wscf.utils.DomUtil
 
getTimeout() - Method in interface com.arjuna.mw.wsas.activity.ActivityHandle
 
getTimeout() - Method in interface com.arjuna.mw.wsas.UserActivity
Get the timeout value currently associated with activities.
getTimeout() - Method in interface com.arjuna.mw.wscf.model.sagas.api.UserCoordinator
Get the timeout value currently associated with activities.
getTimeout() - Method in interface com.arjuna.mw.wscf.model.twophase.api.UserCoordinator
Get the timeout value currently associated with activities.
getTransactionManager() - Static method in class com.arjuna.mw.wst11.TransactionManager
Get the transaction manager.
getUserBusinessActivity() - Static method in class com.arjuna.mw.wst11.UserBusinessActivity
Get the user business activity.
getUserSubordinateBusinessActivity() - Method in class com.arjuna.mw.wst11.UserBusinessActivity
get the user subordinate business activity this is a UserBusinessActivity whose begin method will create an interposed BA transaction
getUserSubordinateTransaction() - Method in class com.arjuna.mw.wst11.UserTransaction
get the user subordinate transaction this is a UserTransaction whose begin method will create an interposed AT transaction
getUserTransaction() - Static method in class com.arjuna.mw.wst11.UserTransaction
Get the user transaction.
GlobalId - Interface in com.arjuna.mw.wsas.common
Implementations of this interface provide globally unique identifications for activities.

H

handleFault(SOAPMessageContext) - Method in class com.arjuna.mw.wst11.client.AbstractWSTXHandler
Delegates fault handling to the JaxWSHeaderContextProcessor if either WSTXFeature or default context propagation is enabled.
handleFault(SOAPMessageContext) - Method in class com.arjuna.mw.wst11.client.JaxWSHeaderContextProcessor
Tidy up the Transaction/Thread association.
handleFault(SOAPMessageContext) - Method in class com.arjuna.mw.wst11.service.JaxWSHeaderContextProcessor
Tidy up the Transaction/Thread association before faults are thrown back to the client.
handleInbound(SOAPMessageContext) - Method in class com.arjuna.mw.wst11.client.JaxWSHeaderContextProcessor
Tidy up the Transaction/Thread association before control is returned to the user.
handleInbound(SOAPMessageContext) - Method in class com.arjuna.mw.wst11.service.JaxWSHeaderContextProcessor
Process the tx context header that is attached to the received message.
handleInbound(SOAPMessageContext) - Method in class com.arjuna.mw.wst11.service.JaxWSSubordinateHeaderContextProcessor
Process the tx context header that is attached to the received message.
handleMessage(SOAPMessageContext) - Method in class com.arjuna.mw.wst11.client.AbstractWSTXHandler
Delegates message handling to the JaxWSHeaderContextProcessor if either WSTXFeature or default context propagation is enabled.
handleMessage(SOAPMessageContext) - Method in class com.arjuna.mw.wst11.client.JaxWSHeaderContextProcessor
Process a message.
handleMessage(SOAPMessageContext, boolean) - Method in class com.arjuna.mw.wst11.client.JaxWSHeaderContextProcessor
Process a message.
handleMessage(SOAPMessageContext) - Method in class com.arjuna.mw.wst11.service.JaxWSHeaderContextProcessor
Process a message.
handleOutbound(SOAPMessageContext, boolean) - Method in class com.arjuna.mw.wst11.client.JaxWSHeaderContextProcessor
Process the tx thread context and attach serialized version as msg header
handleOutbound(SOAPMessageContext) - Method in class com.arjuna.mw.wst11.service.JaxWSHeaderContextProcessor
Tidy up the Transaction/Thread association before response is returned to the client.
hashCode() - Method in interface com.arjuna.mw.wsas.activity.ActivityHandle
Although users won't typically care what the underlying implementation of a context is, they will need to do comparisons.
hashCode() - Method in interface com.arjuna.mw.wsas.activity.ActivityHierarchy
Although users won't typically care what the underlying implementation of a context is, they will need to do comparisons.
HEURISTIC_CANCEL - Static variable in class com.arjuna.mw.wscf.model.sagas.common.TwoPhaseResult
 
HEURISTIC_CANCEL - Static variable in class com.arjuna.mw.wscf.model.twophase.common.TwoPhaseResult
 
HEURISTIC_CONFIRM - Static variable in class com.arjuna.mw.wscf.model.sagas.common.TwoPhaseResult
 
HEURISTIC_CONFIRM - Static variable in class com.arjuna.mw.wscf.model.twophase.common.TwoPhaseResult
 
HEURISTIC_HAZARD - Static variable in class com.arjuna.mw.wscf.model.sagas.common.TwoPhaseResult
 
HEURISTIC_HAZARD - Static variable in class com.arjuna.mw.wscf.model.twophase.common.TwoPhaseResult
 
HEURISTIC_MIXED - Static variable in class com.arjuna.mw.wscf.model.sagas.common.TwoPhaseResult
 
HEURISTIC_MIXED - Static variable in class com.arjuna.mw.wscf.model.twophase.common.TwoPhaseResult
 
HeuristicCancel - Class in com.arjuna.mw.wscf.model.twophase.status
All of the coordiantor's participants cancelled when they were asked to confirm.
HeuristicCancelException - Exception in com.arjuna.mw.wscf.model.twophase.exceptions
There is no coordinator associated with the target.
HeuristicCancelException() - Constructor for exception com.arjuna.mw.wscf.model.twophase.exceptions.HeuristicCancelException
 
HeuristicCancelException(String) - Constructor for exception com.arjuna.mw.wscf.model.twophase.exceptions.HeuristicCancelException
 
HeuristicCancelException(String, int) - Constructor for exception com.arjuna.mw.wscf.model.twophase.exceptions.HeuristicCancelException
 
HeuristicConfirm - Class in com.arjuna.mw.wscf.model.twophase.status
All of the coordinator's participants confirmed when they were asked to cancel.
HeuristicConfirmException - Exception in com.arjuna.mw.wscf.model.twophase.exceptions
There is no coordinator associated with the target.
HeuristicConfirmException() - Constructor for exception com.arjuna.mw.wscf.model.twophase.exceptions.HeuristicConfirmException
 
HeuristicConfirmException(String) - Constructor for exception com.arjuna.mw.wscf.model.twophase.exceptions.HeuristicConfirmException
 
HeuristicConfirmException(String, int) - Constructor for exception com.arjuna.mw.wscf.model.twophase.exceptions.HeuristicConfirmException
 
HeuristicHazard - Class in com.arjuna.mw.wscf.model.twophase.status
Some of the coordinator's participants cancelled, some confirmed and the status of others is indeterminate.
HeuristicHazardException - Exception in com.arjuna.mw.wscf.model.twophase.exceptions
There is no coordinator associated with the target.
HeuristicHazardException() - Constructor for exception com.arjuna.mw.wscf.model.twophase.exceptions.HeuristicHazardException
 
HeuristicHazardException(String) - Constructor for exception com.arjuna.mw.wscf.model.twophase.exceptions.HeuristicHazardException
 
HeuristicHazardException(String, int) - Constructor for exception com.arjuna.mw.wscf.model.twophase.exceptions.HeuristicHazardException
 
HeuristicMixed - Class in com.arjuna.mw.wscf.model.twophase.status
Some of the coordinator's participants cancelled and some confirmed.
HeuristicMixedException - Exception in com.arjuna.mw.wscf.model.twophase.exceptions
There is no coordinator associated with the target.
HeuristicMixedException() - Constructor for exception com.arjuna.mw.wscf.model.twophase.exceptions.HeuristicMixedException
 
HeuristicMixedException(String) - Constructor for exception com.arjuna.mw.wscf.model.twophase.exceptions.HeuristicMixedException
 
HeuristicMixedException(String, int) - Constructor for exception com.arjuna.mw.wscf.model.twophase.exceptions.HeuristicMixedException
 
HLS - Interface in com.arjuna.mw.wsas.activity
An HLS is registered with activities to be informed of their lifecycle and to augment the basic notion of what an activity is.
HLSError - Error in com.arjuna.mw.wsas.exceptions
An HLS may throw this error whenever a serious problem is encountered.
HLSError() - Constructor for error com.arjuna.mw.wsas.exceptions.HLSError
 
HLSError(String) - Constructor for error com.arjuna.mw.wsas.exceptions.HLSError
 
HLSException - Exception in com.arjuna.mw.wsas.exceptions
Thrown the HLS completion fails.
HLSException() - Constructor for exception com.arjuna.mw.wsas.exceptions.HLSException
 
HLSException(String) - Constructor for exception com.arjuna.mw.wsas.exceptions.HLSException
 
HLSException(String, int) - Constructor for exception com.arjuna.mw.wsas.exceptions.HLSException
 
HLSException(String, SystemException) - Constructor for exception com.arjuna.mw.wsas.exceptions.HLSException
 
HLSException(SystemException) - Constructor for exception com.arjuna.mw.wsas.exceptions.HLSException
 

I

i18NLogger - Static variable in class com.arjuna.mw.wsas.logging.wsasLogger
 
i18NLogger - Static variable in class com.arjuna.mw.wscf.logging.wscfLogger
 
id() - Method in interface com.arjuna.mw.wscf.model.sagas.participants.Participant
 
id() - Method in interface com.arjuna.mw.wscf.model.twophase.participants.Participant
 
identifier() - Method in interface com.arjuna.mw.wsas.context.Context
 
identifier() - Method in interface com.arjuna.mw.wscf.api.UserCoordinatorService
 
identifier() - Method in interface com.arjuna.mw.wscf.model.sagas.api.UserCoordinator
 
identifier() - Method in interface com.arjuna.mw.wscf.model.twophase.api.UserCoordinator
 
identity() - Method in interface com.arjuna.mw.wsas.activity.HLS
The HLS name.
IIOPContext - Interface in com.arjuna.mw.wsas.context.corba
 
info_protocols_ProtocolManager_1() - Method in interface com.arjuna.mw.wscf.logging.wscfI18NLogger
 
info_protocols_ProtocolManager_4(String, String) - Method in interface com.arjuna.mw.wscf.logging.wscfI18NLogger
 
initialise() - Method in class com.arjuna.mw.wscf.protocols.ProtocolManager
 
initialiseContext(Object) - Method in interface com.arjuna.mw.wsas.context.soap.SOAPContext
Initialise the implementation using the parameter provided.
initializeBindingProvider(BindingProvider) - Method in class com.arjuna.mw.wst11.client.WSTXFeature
Sets REQUEST_CONTEXT_KEY value to ENABLED_VALUE if WSTXFeature is enabled.
install(String) - Method in interface com.arjuna.wsc11.ContextFactory
Called when a context factory is added to a context factory mapper.
install(String) - Method in interface com.arjuna.wsc11.Registrar
Called when a registrar is added to a register mapper.
instance() - Static method in class com.arjuna.mw.wsas.completionstatus.Failure
 
instance() - Static method in class com.arjuna.mw.wsas.completionstatus.FailureOnly
 
instance() - Static method in class com.arjuna.mw.wsas.completionstatus.Success
 
instance() - Static method in class com.arjuna.mw.wsas.status.Active
 
instance() - Static method in class com.arjuna.mw.wsas.status.Completed
 
instance() - Static method in class com.arjuna.mw.wsas.status.Completing
 
instance() - Static method in class com.arjuna.mw.wsas.status.Created
 
instance() - Static method in class com.arjuna.mw.wsas.status.NoActivity
 
instance() - Static method in class com.arjuna.mw.wsas.status.Unknown
 
instance() - Static method in class com.arjuna.mw.wscf.model.sagas.status.Cancelled
 
instance() - Static method in class com.arjuna.mw.wscf.model.sagas.status.Cancelling
 
instance() - Static method in class com.arjuna.mw.wscf.model.sagas.status.CancelOnly
 
instance() - Static method in class com.arjuna.mw.wscf.model.sagas.status.Closed
 
instance() - Static method in class com.arjuna.mw.wscf.model.sagas.status.Closing
 
instance() - Static method in class com.arjuna.mw.wscf.model.sagas.status.Compensated
 
instance() - Static method in class com.arjuna.mw.wscf.model.sagas.status.Compensating
 
instance() - Static method in class com.arjuna.mw.wscf.model.twophase.status.Cancelled
 
instance() - Static method in class com.arjuna.mw.wscf.model.twophase.status.Cancelling
 
instance() - Static method in class com.arjuna.mw.wscf.model.twophase.status.CancelOnly
 
instance() - Static method in class com.arjuna.mw.wscf.model.twophase.status.Confirmed
 
instance() - Static method in class com.arjuna.mw.wscf.model.twophase.status.Confirming
 
instance() - Static method in class com.arjuna.mw.wscf.model.twophase.status.HeuristicCancel
 
instance() - Static method in class com.arjuna.mw.wscf.model.twophase.status.HeuristicConfirm
 
instance() - Static method in class com.arjuna.mw.wscf.model.twophase.status.HeuristicHazard
 
instance() - Static method in class com.arjuna.mw.wscf.model.twophase.status.HeuristicMixed
 
instance() - Static method in class com.arjuna.mw.wscf.model.twophase.status.Prepared
 
instance() - Static method in class com.arjuna.mw.wscf.model.twophase.status.Preparing
 
InvalidActivityException - Exception in com.arjuna.mw.wsas.exceptions
Thrown if an attempt is made to utilise an unknown activity.
InvalidActivityException() - Constructor for exception com.arjuna.mw.wsas.exceptions.InvalidActivityException
 
InvalidActivityException(String) - Constructor for exception com.arjuna.mw.wsas.exceptions.InvalidActivityException
 
InvalidActivityException(String, int) - Constructor for exception com.arjuna.mw.wsas.exceptions.InvalidActivityException
 
InvalidCreateParametersException - Exception in com.arjuna.wsc
 
InvalidCreateParametersException() - Constructor for exception com.arjuna.wsc.InvalidCreateParametersException
 
InvalidCreateParametersException(String) - Constructor for exception com.arjuna.wsc.InvalidCreateParametersException
 
InvalidHLSException - Exception in com.arjuna.mw.wsas.exceptions
Thrown if an attempt is made to unregister an unknown HLS from the activity.
InvalidHLSException() - Constructor for exception com.arjuna.mw.wsas.exceptions.InvalidHLSException
 
InvalidHLSException(String) - Constructor for exception com.arjuna.mw.wsas.exceptions.InvalidHLSException
 
InvalidHLSException(String, int) - Constructor for exception com.arjuna.mw.wsas.exceptions.InvalidHLSException
 
InvalidParentException - Exception in com.arjuna.mw.wsas.exceptions
The parent activity was invalid in the scope it was intended to be used.
InvalidParentException() - Constructor for exception com.arjuna.mw.wsas.exceptions.InvalidParentException
 
InvalidParentException(String) - Constructor for exception com.arjuna.mw.wsas.exceptions.InvalidParentException
 
InvalidParentException(String, int) - Constructor for exception com.arjuna.mw.wsas.exceptions.InvalidParentException
 
InvalidParticipantException - Exception in com.arjuna.mw.wscf.exceptions
The specified participant is invalid in the context used.
InvalidParticipantException() - Constructor for exception com.arjuna.mw.wscf.exceptions.InvalidParticipantException
 
InvalidParticipantException(String) - Constructor for exception com.arjuna.mw.wscf.exceptions.InvalidParticipantException
 
InvalidParticipantException(String, int) - Constructor for exception com.arjuna.mw.wscf.exceptions.InvalidParticipantException
 
InvalidProtocolException - Exception in com.arjuna.wsc
 
InvalidProtocolException() - Constructor for exception com.arjuna.wsc.InvalidProtocolException
 
InvalidProtocolException(String) - Constructor for exception com.arjuna.wsc.InvalidProtocolException
 
InvalidStateException - Exception in com.arjuna.wsc
 
InvalidStateException() - Constructor for exception com.arjuna.wsc.InvalidStateException
 
InvalidStateException(String) - Constructor for exception com.arjuna.wsc.InvalidStateException
 
InvalidSynchronizationException - Exception in com.arjuna.mw.wscf.model.sagas.exceptions
There is no coordinator associated with the target.
InvalidSynchronizationException() - Constructor for exception com.arjuna.mw.wscf.model.sagas.exceptions.InvalidSynchronizationException
 
InvalidSynchronizationException(String) - Constructor for exception com.arjuna.mw.wscf.model.sagas.exceptions.InvalidSynchronizationException
 
InvalidSynchronizationException(String, int) - Constructor for exception com.arjuna.mw.wscf.model.sagas.exceptions.InvalidSynchronizationException
 
InvalidSynchronizationException - Exception in com.arjuna.mw.wscf.model.twophase.exceptions
There is no coordinator associated with the target.
InvalidSynchronizationException() - Constructor for exception com.arjuna.mw.wscf.model.twophase.exceptions.InvalidSynchronizationException
 
InvalidSynchronizationException(String) - Constructor for exception com.arjuna.mw.wscf.model.twophase.exceptions.InvalidSynchronizationException
 
InvalidSynchronizationException(String, int) - Constructor for exception com.arjuna.mw.wscf.model.twophase.exceptions.InvalidSynchronizationException
 
InvalidTimeoutException - Exception in com.arjuna.mw.wsas.exceptions
Thrown if the timeout value associated with the invoking thread which should be applied to newly created activities is invalid.
InvalidTimeoutException() - Constructor for exception com.arjuna.mw.wsas.exceptions.InvalidTimeoutException
 
InvalidTimeoutException(String) - Constructor for exception com.arjuna.mw.wsas.exceptions.InvalidTimeoutException
 
InvalidTimeoutException(String, int) - Constructor for exception com.arjuna.mw.wsas.exceptions.InvalidTimeoutException
 
isActive(String) - Method in class com.arjuna.wst11.messaging.CoordinatorCompletionParticipantProcessorImpl
Check whether a participant with the given id is currently active
isActive(String) - Method in class com.arjuna.wst11.messaging.ParticipantCompletionParticipantProcessorImpl
Check whether a participant with the given id is currently active
isActive(String) - Method in class com.arjuna.wst11.messaging.ParticipantProcessorImpl
Check whether a participant with the given id is currently active
isContextPropagationEnabled(SOAPMessageContext) - Method in class com.arjuna.mw.wst11.client.AbstractWSTXHandler
Checks if WSTXHandler should propagate WS-AT/WS-BA context.
isContextPropagationEnabled(SOAPMessageContext) - Method in class com.arjuna.mw.wst11.client.DisabledWSTXHandler
 
isContextPropagationEnabled(SOAPMessageContext) - Method in class com.arjuna.mw.wst11.client.EnabledWSTXHandler
 
isDurable() - Method in class com.arjuna.wst11.messaging.engines.CoordinatorEngine
Is the participant durable?
isPersisted() - Method in class com.arjuna.wst11.messaging.engines.ParticipantEngine
Is the participant persisted to disk?
isReadOnly() - Method in class com.arjuna.wst11.messaging.engines.CoordinatorEngine
Was this a read only response?
isRecovered() - Method in class com.arjuna.wst11.messaging.engines.CoordinatorCompletionCoordinatorEngine
check whether this participant's details have been recovered from the log
isRecovered() - Method in class com.arjuna.wst11.messaging.engines.CoordinatorCompletionParticipantEngine
check whether this participant's details have been recovered from the log
isRecovered() - Method in class com.arjuna.wst11.messaging.engines.CoordinatorEngine
Is the participant recovered?
isRecovered() - Method in class com.arjuna.wst11.messaging.engines.ParticipantCompletionCoordinatorEngine
check whether this participant's details have been recovered from the log
isRecovered() - Method in class com.arjuna.wst11.messaging.engines.ParticipantCompletionParticipantEngine
check whether this participant's details have been recovered from the log
isRecovered() - Method in class com.arjuna.wst11.messaging.engines.ParticipantEngine
Is the participant recovered?
isRecovered() - Method in class com.arjuna.wst11.stub.SubordinateDurable2PCStub
test if this participant is recovered

J

JaxWSHeaderContextProcessor - Class in com.arjuna.mw.wst11.client
The class is used to perform WS-Transaction context insertion and extraction for application level SOAP messages using JaxWS.
JaxWSHeaderContextProcessor() - Constructor for class com.arjuna.mw.wst11.client.JaxWSHeaderContextProcessor
 
JaxWSHeaderContextProcessor - Class in com.arjuna.mw.wst11.service
The class is used to perform WS-Transaction context insertion and extraction for application level SOAP messages using JaxWS.
JaxWSHeaderContextProcessor() - Constructor for class com.arjuna.mw.wst11.service.JaxWSHeaderContextProcessor
 
JaxWSSubordinateHeaderContextProcessor - Class in com.arjuna.mw.wst11.service
specialised version which creates and interposes a subordinate AT transaction when it finds an incoming AT context in the message headers
JaxWSSubordinateHeaderContextProcessor() - Constructor for class com.arjuna.mw.wst11.service.JaxWSSubordinateHeaderContextProcessor
 

L

logger - Static variable in class com.arjuna.mw.wsas.logging.wsasLogger
 
logger - Static variable in class com.arjuna.mw.wscf.logging.wscfLogger
 

M

MessageId - Class in com.arjuna.wsc11.messaging
A simple message id generator, used when UID is inaccessible.
MIXED_OUTCOME - Static variable in class com.arjuna.mw.wst11.UserBusinessActivity
 

N

name() - Method in interface com.arjuna.mw.wsas.activity.Outcome
Give a name for this outcome.
name() - Method in class com.arjuna.mw.wscf.model.sagas.outcomes.CoordinationOutcome
Give a name for this outcome.
name() - Method in class com.arjuna.mw.wscf.model.twophase.outcomes.CoordinationOutcome
Give a name for this outcome.
NoActivity - Class in com.arjuna.mw.wsas.status
There is no activity associated with the invoking thread.
NoActivityException - Exception in com.arjuna.mw.wsas.exceptions
Thrown if there is no activity associated with the invoking thread and one needs to be in order to execute the operation.
NoActivityException() - Constructor for exception com.arjuna.mw.wsas.exceptions.NoActivityException
 
NoActivityException(String) - Constructor for exception com.arjuna.mw.wsas.exceptions.NoActivityException
 
NoActivityException(String, int) - Constructor for exception com.arjuna.mw.wsas.exceptions.NoActivityException
 
NoActivityException - Exception in com.arjuna.wsc
 
NoActivityException() - Constructor for exception com.arjuna.wsc.NoActivityException
 
NoActivityException(String) - Constructor for exception com.arjuna.wsc.NoActivityException
 
NoCoordinatorException - Exception in com.arjuna.mw.wscf.exceptions
There is no coordinator associated with the target.
NoCoordinatorException() - Constructor for exception com.arjuna.mw.wscf.exceptions.NoCoordinatorException
 
NoCoordinatorException(String) - Constructor for exception com.arjuna.mw.wscf.exceptions.NoCoordinatorException
 
NoCoordinatorException(String, int) - Constructor for exception com.arjuna.mw.wscf.exceptions.NoCoordinatorException
 
nodeAsString(Node) - Static method in class com.arjuna.mw.wscf.utils.DomUtil
 
NoPermissionException - Exception in com.arjuna.mw.wsas.exceptions
The invoking thread does not have permission to attempt to use the operation.
NoPermissionException() - Constructor for exception com.arjuna.mw.wsas.exceptions.NoPermissionException
 
NoPermissionException(String) - Constructor for exception com.arjuna.mw.wsas.exceptions.NoPermissionException
 
NoPermissionException(String, int) - Constructor for exception com.arjuna.mw.wsas.exceptions.NoPermissionException
 
NOT_PREPARED - Static variable in class com.arjuna.mw.wscf.model.sagas.common.TwoPhaseResult
 
NOT_PREPARED - Static variable in class com.arjuna.mw.wscf.model.twophase.common.TwoPhaseResult
 
notCompleted(NotificationType, MAP, ArjunaContext) - Method in class com.arjuna.wst11.messaging.CoordinatorCompletionParticipantProcessorImpl
Not Completed.
notCompleted(NotificationType, MAP, ArjunaContext) - Method in class com.arjuna.wst11.messaging.engines.CoordinatorCompletionParticipantEngine
Handle the not completed event.
notCompleted(NotificationType, MAP, ArjunaContext) - Method in class com.arjuna.wst11.messaging.engines.ParticipantCompletionParticipantEngine
Handle the not completed event.
notCompleted(NotificationType, MAP, ArjunaContext) - Method in class com.arjuna.wst11.messaging.ParticipantCompletionParticipantProcessorImpl
Not Completed.

O

Outcome - Interface in com.arjuna.mw.wsas.activity
The Outcome represents the final outcome of the activity.

P

Participant - Interface in com.arjuna.mw.wscf.model.sagas.participants
This is the interface that all two-phase aware participants must define.
Participant - Interface in com.arjuna.mw.wscf.model.twophase.participants
This is the interface that all two-phase aware participants must define.
Participant - Interface in com.arjuna.wst
The base Participant.
ParticipantCancelledException - Exception in com.arjuna.mw.wscf.model.twophase.exceptions
There is no coordinator associated with the target.
ParticipantCancelledException() - Constructor for exception com.arjuna.mw.wscf.model.twophase.exceptions.ParticipantCancelledException
 
ParticipantCancelledException(String) - Constructor for exception com.arjuna.mw.wscf.model.twophase.exceptions.ParticipantCancelledException
 
ParticipantCancelledException(String, int) - Constructor for exception com.arjuna.mw.wscf.model.twophase.exceptions.ParticipantCancelledException
 
participantCannotComplete(String) - Method in interface com.arjuna.mw.wscf.model.sagas.api.CoordinatorManager
A participant cannot complete during normal execution or compensation.
participantCompleted(String) - Method in interface com.arjuna.mw.wscf.model.sagas.api.CoordinatorManager
The participant has completed its work and it ready to compensate if necessary.
ParticipantCompletionCoordinatorEngine - Class in com.arjuna.wst11.messaging.engines
The participant completion coordinator state engine
ParticipantCompletionCoordinatorEngine(String, W3CEndpointReference) - Constructor for class com.arjuna.wst11.messaging.engines.ParticipantCompletionCoordinatorEngine
Construct the initial engine for the coordinator.
ParticipantCompletionCoordinatorEngine(String, W3CEndpointReference, State, boolean) - Constructor for class com.arjuna.wst11.messaging.engines.ParticipantCompletionCoordinatorEngine
Construct the engine for the coordinator in a specified state and register it.
ParticipantCompletionCoordinatorProcessorImpl - Class in com.arjuna.wst11.messaging
The Participant Completion Coordinator processor.
ParticipantCompletionCoordinatorProcessorImpl() - Constructor for class com.arjuna.wst11.messaging.ParticipantCompletionCoordinatorProcessorImpl
 
ParticipantCompletionParticipantEngine - Class in com.arjuna.wst11.messaging.engines
The participant completion participant state engine
ParticipantCompletionParticipantEngine(String, W3CEndpointReference, BusinessAgreementWithParticipantCompletionParticipant) - Constructor for class com.arjuna.wst11.messaging.engines.ParticipantCompletionParticipantEngine
Construct the initial engine for the participant.
ParticipantCompletionParticipantEngine(String, W3CEndpointReference, BusinessAgreementWithParticipantCompletionParticipant, State, boolean) - Constructor for class com.arjuna.wst11.messaging.engines.ParticipantCompletionParticipantEngine
Construct the engine for the participant in a specified state.
ParticipantCompletionParticipantProcessorImpl - Class in com.arjuna.wst11.messaging
The Participant Completion Participant processor.
ParticipantCompletionParticipantProcessorImpl() - Constructor for class com.arjuna.wst11.messaging.ParticipantCompletionParticipantProcessorImpl
 
ParticipantEngine - Class in com.arjuna.wst11.messaging.engines
The participant state engine
ParticipantEngine(Participant, String, W3CEndpointReference) - Constructor for class com.arjuna.wst11.messaging.engines.ParticipantEngine
Construct the initial engine for the participant.
ParticipantEngine(Participant, String, State, W3CEndpointReference, boolean) - Constructor for class com.arjuna.wst11.messaging.engines.ParticipantEngine
Construct the engine for the participant in a specified state.
participantFaulted(String) - Method in interface com.arjuna.mw.wscf.model.sagas.api.CoordinatorManager
A participant has faulted during normal execution or compensation.
ParticipantProcessorImpl - Class in com.arjuna.wst11.messaging
The Participant processor.
ParticipantProcessorImpl() - Constructor for class com.arjuna.wst11.messaging.ParticipantProcessorImpl
 
participantReadOnly(String) - Method in interface com.arjuna.mw.wscf.model.twophase.api.CoordinatorManager
A participant is readonly.
participantRolledback(String) - Method in interface com.arjuna.mw.wscf.model.twophase.api.CoordinatorManager
The participant has rolled back.
ParticipantStub - Class in com.arjuna.wst11.stub
 
ParticipantStub(String, boolean, W3CEndpointReference) - Constructor for class com.arjuna.wst11.stub.ParticipantStub
 
ParticipantWithComplete - Interface in com.arjuna.mw.wscf.model.sagas.participants
This is the interface that all two-phase aware participants must define.
PersistableParticipant - Interface in com.arjuna.wst
The interface for a persistable resource.
position() - Method in interface com.arjuna.mw.wsas.context.corba.IIOPContext
 
prepare() - Method in interface com.arjuna.mw.wscf.model.twophase.participants.Participant
Prepare the participant for top-level.
prepare() - Method in interface com.arjuna.wst.Participant
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 com.arjuna.wst11.messaging.engines.CoordinatorEngine
Handle the prepare event.
prepare(Notification, MAP, ArjunaContext) - Method in class com.arjuna.wst11.messaging.engines.ParticipantEngine
Handle the prepare event.
prepare(Notification, MAP, ArjunaContext) - Method in class com.arjuna.wst11.messaging.ParticipantProcessorImpl
Prepare.
prepare() - Method in class com.arjuna.wst11.stub.ParticipantStub
 
prepare() - Method in class com.arjuna.wst11.stub.SubordinateDurable2PCStub
This will be called when the parent coordinator is preparing its durable participants and should ensure that the interposed cooordinator does the same.
prepare() - Method in class com.arjuna.wst11.stub.SubordinateVolatile2PCStub
This will be called when the parent coordinator is preparing its volatile participants and should ensure that the interposed cooordinator does the same.
PREPARE_NOTOK - Static variable in class com.arjuna.mw.wscf.model.sagas.common.TwoPhaseResult
 
PREPARE_NOTOK - Static variable in class com.arjuna.mw.wscf.model.twophase.common.TwoPhaseResult
 
PREPARE_OK - Static variable in class com.arjuna.mw.wscf.model.sagas.common.TwoPhaseResult
 
PREPARE_OK - Static variable in class com.arjuna.mw.wscf.model.twophase.common.TwoPhaseResult
 
PREPARE_READONLY - Static variable in class com.arjuna.mw.wscf.model.sagas.common.TwoPhaseResult
 
PREPARE_READONLY - Static variable in class com.arjuna.mw.wscf.model.twophase.common.TwoPhaseResult
 
Prepared - Class in com.arjuna.mw.wscf.model.twophase.status
The coordinator has prepared.
Prepared - Class in com.arjuna.wst
Prepared: it is prepared to commit or rollback depending on the final transaction outcome, and it has made sufficient state updates persistent to accomplish this.
Prepared() - Constructor for class com.arjuna.wst.Prepared
 
prepared(Notification, MAP, ArjunaContext) - Method in class com.arjuna.wst11.messaging.CoordinatorProcessorImpl
Prepared.
prepared(Notification, MAP, ArjunaContext) - Method in class com.arjuna.wst11.messaging.engines.CoordinatorEngine
Handle the prepared event.
Preparing - Class in com.arjuna.mw.wscf.model.twophase.status
The coordinator is preparing.
priority() - Method in interface com.arjuna.mw.wsas.activity.HLS
The activity service maintains a priority ordered list of HLS implementations.
ProtocolManager - Class in com.arjuna.mw.wscf.protocols
The ProtocolManager is the way in which protocol implementations may be registered with the system.
ProtocolManager() - Constructor for class com.arjuna.mw.wscf.protocols.ProtocolManager
 
ProtocolNotRegisteredException - Exception in com.arjuna.mw.wscf.exceptions
An attempt was made to act on a protocol that the protocol factory had no knowledge of.
ProtocolNotRegisteredException() - Constructor for exception com.arjuna.mw.wscf.exceptions.ProtocolNotRegisteredException
 
ProtocolNotRegisteredException(String) - Constructor for exception com.arjuna.mw.wscf.exceptions.ProtocolNotRegisteredException
 
ProtocolNotRegisteredException(String, int) - Constructor for exception com.arjuna.mw.wscf.exceptions.ProtocolNotRegisteredException
 
ProtocolRegistry - Class in com.arjuna.mw.wscf.protocols
 
ProtocolRegistry() - Constructor for class com.arjuna.mw.wscf.protocols.ProtocolRegistry
 
ProtocolViolationException - Exception in com.arjuna.mw.wsas.exceptions
Thrown if the underlying protocol is violated in some way during termination.
ProtocolViolationException() - Constructor for exception com.arjuna.mw.wsas.exceptions.ProtocolViolationException
 
ProtocolViolationException(String) - Constructor for exception com.arjuna.mw.wsas.exceptions.ProtocolViolationException
 
ProtocolViolationException(String, int) - Constructor for exception com.arjuna.mw.wsas.exceptions.ProtocolViolationException
 

Q

Qualifier - Interface in com.arjuna.mw.wscf.common
A qualifier for the core coordination engine to use.
qualifierName() - Method in interface com.arjuna.mw.wscf.common.Qualifier
 
qualifiers() - Method in interface com.arjuna.mw.wscf.api.UserCoordinatorService
 

R

ReadOnly - Class in com.arjuna.wst
ReadOnly: does not need to be informed of the transaction outcome as no state updates were made.
ReadOnly() - Constructor for class com.arjuna.wst.ReadOnly
 
readOnly(Notification, MAP, ArjunaContext) - Method in class com.arjuna.wst11.messaging.CoordinatorProcessorImpl
Read only.
readOnly(Notification, MAP, ArjunaContext) - Method in class com.arjuna.wst11.messaging.engines.CoordinatorEngine
Handle the readOnly event.
recovery() - Method in class com.arjuna.wst11.messaging.engines.CoordinatorCompletionParticipantEngine
Handle the recovery event.
recovery() - Method in class com.arjuna.wst11.messaging.engines.ParticipantCompletionParticipantEngine
Handle the recovery event.
recovery() - Method in class com.arjuna.wst11.messaging.engines.ParticipantEngine
Handle the recovery event.
register(RegisterType, MAP, ArjunaContext, boolean) - Method in class com.arjuna.wsc11.messaging.RegistrationCoordinatorProcessorImpl
Register the participant in the protocol.
register(W3CEndpointReference, String, InstanceIdentifier, boolean) - Method in interface com.arjuna.wsc11.Registrar
Registers the interest of participant in a particular protocol.
register(CoordinationContextType, String, W3CEndpointReference, String) - Static method in class com.arjuna.wsc11.RegistrationCoordinator
Register the participant in the protocol.
Registrar - Interface in com.arjuna.wsc11
 
RegistrarMapper - Class in com.arjuna.wsc11
The registrar mapper.
RegistrarMapper() - Constructor for class com.arjuna.wsc11.RegistrarMapper
Default constructor
RegistrationCoordinator - Class in com.arjuna.wsc11
Wrapper around low level Registration Coordinator messaging.
RegistrationCoordinator() - Constructor for class com.arjuna.wsc11.RegistrationCoordinator
 
RegistrationCoordinatorProcessorImpl - Class in com.arjuna.wsc11.messaging
The Registration Coordinator processor.
RegistrationCoordinatorProcessorImpl() - Constructor for class com.arjuna.wsc11.messaging.RegistrationCoordinatorProcessorImpl
 
removeContextFactory(String) - Method in class com.arjuna.wsc11.ContextFactoryMapper
Remove the context factory for the specified coordination type.
removeHLS(HLS) - Method in interface com.arjuna.mw.wsas.ActivityManager
Unregister the specified HLS with the activity service.
removeRegistrar(String) - Method in class com.arjuna.wsc11.RegistrarMapper
Remove the registrar for the specified protocol identifier.
replay() - Method in class com.arjuna.mw.wst11.TransactionManager
 
REQUEST_CONTEXT_KEY - Static variable in class com.arjuna.mw.wst11.client.WSTXFeature
Key to store WSTXFeature's enabled/disabled value in SOAP header.
restore_state(InputObjectState) - Method in interface com.arjuna.mw.wscf.model.sagas.participants.Participant
 
restore_state(InputObjectState) - Method in interface com.arjuna.mw.wscf.model.twophase.participants.Participant
 
restoreState(InputObjectState) - Method in interface com.arjuna.wst.PersistableParticipant
Restore the state of the particpant from the specified input object stream.
restoreState(InputObjectState) - Method in class com.arjuna.wst11.stub.BusinessAgreementWithCoordinatorCompletionStub
 
restoreState(InputObjectState) - Method in class com.arjuna.wst11.stub.BusinessAgreementWithParticipantCompletionStub
 
restoreState(InputObjectState) - Method in class com.arjuna.wst11.stub.ParticipantStub
 
restoreState(InputObjectState) - Method in class com.arjuna.wst11.stub.SubordinateCoordinatorCompletionParticipantStub
Restore the state of the particpant from the specified input object stream.
restoreState(InputObjectState) - Method in class com.arjuna.wst11.stub.SubordinateDurable2PCStub
Restore the state of the particpant from the specified input object stream.
result() - Method in class com.arjuna.mw.wscf.model.sagas.outcomes.CoordinationOutcome
 
result() - Method in class com.arjuna.mw.wscf.model.twophase.outcomes.CoordinationOutcome
 
resume(ActivityHierarchy) - Method in interface com.arjuna.mw.wsas.UserActivity
Given a token representing a context, associate it with the current thread of control.
resume(ActivityHierarchy) - Method in interface com.arjuna.mw.wscf.model.sagas.api.UserCoordinator
Given a token representing a context, associate it with the current thread of control.
resume(ActivityHierarchy) - Method in interface com.arjuna.mw.wscf.model.twophase.api.UserCoordinator
Given a token representing a context, associate it with the current thread of control.
resume(TxContext) - Method in class com.arjuna.mw.wst11.BusinessActivityManager
The resume method can be used to (re-)associate a thread with a transaction(s) via its TxContext.
resume(TxContext) - Method in class com.arjuna.mw.wst11.TransactionManager
The resume method can be used to (re-)associate a thread with a transaction(s) via its TxContext.
resumed() - Method in interface com.arjuna.mw.wsas.activity.HLS
The activity has been resumed on the current thread and is active on that thread.
rollback() - Method in class com.arjuna.mw.wst11.UserTransaction
The rollback operation will terminate the transaction and return normally if it succeeded, while throwing an appropriate exception if it didn't.
rollback() - Method in interface com.arjuna.wst.CompletionCoordinatorParticipant
 
rollback() - Method in interface com.arjuna.wst.Participant
The participant should undo the work that it controls.
rollback(Notification, MAP, ArjunaContext) - Method in class com.arjuna.wst11.messaging.CompletionCoordinatorProcessorImpl
Rollback.
rollback(Notification, MAP, ArjunaContext) - Method in class com.arjuna.wst11.messaging.CompletionCoordinatorRPCProcessorImpl
Rollback.
rollback() - Method in class com.arjuna.wst11.messaging.engines.CoordinatorEngine
Handle the rollback event.
rollback(Notification, MAP, ArjunaContext) - Method in class com.arjuna.wst11.messaging.engines.ParticipantEngine
Handle the rollback event.
rollback(Notification, MAP, ArjunaContext) - Method in class com.arjuna.wst11.messaging.ParticipantProcessorImpl
Rollback.
rollback() - Method in class com.arjuna.wst11.stub.CompletionRPCStub
 
rollback() - Method in class com.arjuna.wst11.stub.CompletionStub
 
rollback() - Method in class com.arjuna.wst11.stub.ParticipantStub
 
rollback() - Method in class com.arjuna.wst11.stub.SubordinateDurable2PCStub
this will be called when the parent coordinator rolls back its durable participants and should ensure that the interposed cooordinator does the same
rollback() - Method in class com.arjuna.wst11.stub.SubordinateVolatile2PCStub
this is called as part of the after completion processing and should ensure that the interposed coordinator performs its afterCompletion processing

S

SagasHLS - Interface in com.arjuna.mw.wscf.model.sagas.hls
 
save_state(OutputObjectState) - Method in interface com.arjuna.mw.wscf.model.sagas.participants.Participant
 
save_state(OutputObjectState) - Method in interface com.arjuna.mw.wscf.model.twophase.participants.Participant
 
saveState(OutputObjectState) - Method in interface com.arjuna.wst.PersistableParticipant
Save the state of the particpant to the specified input object stream.
saveState(OutputObjectState) - Method in class com.arjuna.wst11.stub.BusinessAgreementWithCoordinatorCompletionStub
 
saveState(OutputObjectState) - Method in class com.arjuna.wst11.stub.BusinessAgreementWithParticipantCompletionStub
 
saveState(OutputObjectState) - Method in class com.arjuna.wst11.stub.ParticipantStub
 
saveState(OutputObjectState) - Method in class com.arjuna.wst11.stub.SubordinateCoordinatorCompletionParticipantStub
Save the state of the particpant to the specified input object stream.
saveState(OutputObjectState) - Method in class com.arjuna.wst11.stub.SubordinateDurable2PCStub
Save the state of the particpant to the specified input object stream.
serialise(CoordinationContextType, Element) - Static method in class com.arjuna.mw.wst11.common.CoordinationContextHelper
Deserialise a coordination context from a DOM SOAP Header Element.
serialiseToElement(Element) - Method in interface com.arjuna.mw.wsas.context.soap.SOAPContext
Serialise the SOAP context into a DOM node.
serviceType() - Method in interface com.arjuna.mw.wsas.UserActivity
 
setBusinessActivityManager(BusinessActivityManager) - Static method in class com.arjuna.mw.wst11.BusinessActivityManager
Set the business activity manager.
setCancelOnly() - Method in interface com.arjuna.mw.wscf.model.sagas.api.UserCoordinator
Set the termination status for the current activity to cancel only.
setCancelOnly() - Method in interface com.arjuna.mw.wscf.model.twophase.api.UserCoordinator
Set the termination status for the current activity to cancel only.
setCompletionStatus(CompletionStatus) - Method in interface com.arjuna.mw.wsas.UserActivity
Set the termination status for the current activity, if any.
setCoordinationContext(CoordinationContextType) - Method in interface com.arjuna.mw.wsc11.context.Context
 
setCoordinator(BAParticipantManager) - Method in class com.arjuna.wst11.messaging.engines.CoordinatorCompletionCoordinatorEngine
Set the coordinator
setCoordinator(BAParticipantManager) - Method in class com.arjuna.wst11.messaging.engines.ParticipantCompletionCoordinatorEngine
Set the coordinator
setHeaders(Set) - Method in class com.arjuna.mw.wst11.client.JaxWSHeaderContextProcessor
Sets the header blocks that can be processed by this Handler instance.
setHeaders(Set) - Method in class com.arjuna.mw.wst11.service.JaxWSHeaderContextProcessor
Sets the header blocks that can be processed by this Handler instance.
setManager(BAParticipantManager) - Method in class com.arjuna.wst11.stub.SubordinateCoordinatorCompletionParticipantStub
set the participant manager for this stub.
setTimeout(int) - Method in interface com.arjuna.mw.wsas.UserActivity
Set the timeout to be associated with all subsequently created activities.
setTimeout(int) - Method in interface com.arjuna.mw.wscf.model.sagas.api.UserCoordinator
Set the timeout to be associated with all subsequently created activities.
setTimeout(int) - Method in interface com.arjuna.mw.wscf.model.twophase.api.UserCoordinator
Set the timeout to be associated with all subsequently created activities.
setTransactionManager(TransactionManager) - Static method in class com.arjuna.mw.wst11.TransactionManager
Set the transaction manager.
setUserBusinessActivity(UserBusinessActivity) - Static method in class com.arjuna.mw.wst11.UserBusinessActivity
Set the user business activity.
setUserTransaction(UserTransaction) - Static method in class com.arjuna.mw.wst11.UserTransaction
Set the user transaction.
sharedManager() - Static method in class com.arjuna.mw.wscf.protocols.ProtocolRegistry
 
shutdown() - Static method in class com.arjuna.mw.wsc11.deploy.WSCFInitialisation
 
shutdown() - Static method in class com.arjuna.mw.wst11.deploy.WSTXInitialisation
The context is about to be destroyed.
shutdown() - Static method in class com.arjuna.wsc11.messaging.deploy.CoordinationInitialisation
 
shutdown() - Static method in class com.arjuna.wst11.messaging.deploy.WSTCoordinatorInitialisation
The context is about to be destroyed.
shutdown() - Static method in class com.arjuna.wst11.messaging.deploy.WSTParticipantInitialisation
 
size() - Method in interface com.arjuna.mw.wsas.activity.ActivityHierarchy
 
SOAPContext - Interface in com.arjuna.mw.wsas.context.soap
 
soapFault(SoapFault, MAP, ArjunaContext) - Method in class com.arjuna.wst11.messaging.CoordinatorCompletionCoordinatorProcessorImpl
SOAP fault.
soapFault(SoapFault, MAP, ArjunaContext) - Method in class com.arjuna.wst11.messaging.CoordinatorCompletionParticipantProcessorImpl
SOAP Fault.
soapFault(SoapFault, MAP, ArjunaContext) - Method in class com.arjuna.wst11.messaging.CoordinatorProcessorImpl
SOAP Fault.
soapFault(SoapFault, MAP, ArjunaContext) - Method in class com.arjuna.wst11.messaging.engines.CoordinatorCompletionCoordinatorEngine
Handle the soap fault event.
soapFault(SoapFault, MAP, ArjunaContext) - Method in class com.arjuna.wst11.messaging.engines.CoordinatorCompletionParticipantEngine
Handle the soap fault event.
soapFault(SoapFault, MAP, ArjunaContext) - Method in class com.arjuna.wst11.messaging.engines.CoordinatorEngine
Handle the soap fault event.
soapFault(SoapFault, MAP, ArjunaContext) - Method in class com.arjuna.wst11.messaging.engines.ParticipantCompletionCoordinatorEngine
Handle the soap fault event.
soapFault(SoapFault, MAP, ArjunaContext) - Method in class com.arjuna.wst11.messaging.engines.ParticipantCompletionParticipantEngine
Handle the soap fault event.
soapFault(SoapFault, MAP, ArjunaContext) - Method in class com.arjuna.wst11.messaging.engines.ParticipantEngine
Handle the soap fault event.
soapFault(SoapFault, MAP, ArjunaContext) - Method in class com.arjuna.wst11.messaging.ParticipantCompletionCoordinatorProcessorImpl
SOAP fault.
soapFault(SoapFault, MAP, ArjunaContext) - Method in class com.arjuna.wst11.messaging.ParticipantCompletionParticipantProcessorImpl
SOAP Fault.
soapFault(SoapFault, MAP, ArjunaContext) - Method in class com.arjuna.wst11.messaging.ParticipantProcessorImpl
SOAP Fault.
soapFault(SoapFault, MAP, ArjunaContext) - Method in class com.arjuna.wst11.messaging.TerminationCoordinatorProcessorImpl
handle a soap fault sent by the participant.
SOAPUtil - Class in com.arjuna.mw.wst.common
Utility class for SOAP.
SOAPUtil() - Constructor for class com.arjuna.mw.wst.common.SOAPUtil
 
start(String) - Method in interface com.arjuna.mw.wsas.UserActivity
Start a new activity with a given coordination type.
start(String, int) - Method in interface com.arjuna.mw.wsas.UserActivity
Start a new activity with a given coordination type.
startup() - Static method in class com.arjuna.mw.wsc11.deploy.WSCFInitialisation
 
startup() - Static method in class com.arjuna.mw.wst11.deploy.WSTXInitialisation
The context has been initialized.
startup() - Static method in class com.arjuna.wsc11.messaging.deploy.CoordinationInitialisation
 
startup() - Static method in class com.arjuna.wst11.messaging.deploy.WSTCoordinatorInitialisation
The context has been initialized.
startup() - Static method in class com.arjuna.wst11.messaging.deploy.WSTParticipantInitialisation
 
Status - Interface in com.arjuna.mw.wsas.status
This interface is the basis for all statuses that the activity can go through.
status() - Method in interface com.arjuna.mw.wsas.UserActivity
 
status() - Method in interface com.arjuna.mw.wscf.api.UserCoordinatorService
 
status() - Method in interface com.arjuna.mw.wscf.model.sagas.api.UserCoordinator
 
status() - Method in interface com.arjuna.mw.wscf.model.twophase.api.UserCoordinator
 
status() - Method in interface com.arjuna.wst.BusinessAgreementWithParticipantCompletionParticipant
 
Status - Class in com.arjuna.wst
 
Status() - Constructor for class com.arjuna.wst.Status
 
status(StatusType, MAP, ArjunaContext) - Method in class com.arjuna.wst11.messaging.CoordinatorCompletionCoordinatorProcessorImpl
Status.
status(StatusType, MAP, ArjunaContext) - Method in class com.arjuna.wst11.messaging.CoordinatorCompletionParticipantProcessorImpl
Status.
status(StatusType, MAP, ArjunaContext) - Method in class com.arjuna.wst11.messaging.engines.CoordinatorCompletionCoordinatorEngine
Handle the status event.
status(StatusType, MAP, ArjunaContext) - Method in class com.arjuna.wst11.messaging.engines.CoordinatorCompletionParticipantEngine
Handle the status event.
status(StatusType, MAP, ArjunaContext) - Method in class com.arjuna.wst11.messaging.engines.ParticipantCompletionCoordinatorEngine
Handle the status event.
status(StatusType, MAP, ArjunaContext) - Method in class com.arjuna.wst11.messaging.engines.ParticipantCompletionParticipantEngine
Handle the status event.
status(StatusType, MAP, ArjunaContext) - Method in class com.arjuna.wst11.messaging.ParticipantCompletionCoordinatorProcessorImpl
Status.
status(StatusType, MAP, ArjunaContext) - Method in class com.arjuna.wst11.messaging.ParticipantCompletionParticipantProcessorImpl
Status.
status() - Method in class com.arjuna.wst11.stub.BusinessAgreementWithCoordinatorCompletionStub
 
status() - Method in class com.arjuna.wst11.stub.BusinessAgreementWithParticipantCompletionStub
 
status() - Method in class com.arjuna.wst11.stub.SubordinateCoordinatorCompletionParticipantStub
this should never get called
STATUS_ACTIVE - Static variable in class com.arjuna.wst.Status
 
STATUS_CANCELING - Static variable in class com.arjuna.wst.Status
 
STATUS_CANCELING_ACTIVE - Static variable in class com.arjuna.wst.Status
 
STATUS_CANCELING_COMPLETING - Static variable in class com.arjuna.wst.Status
 
STATUS_CLOSING - Static variable in class com.arjuna.wst.Status
 
STATUS_COMPENSATING - Static variable in class com.arjuna.wst.Status
 
STATUS_COMPLETED - Static variable in class com.arjuna.wst.Status
 
STATUS_COMPLETING - Static variable in class com.arjuna.wst.Status
 
STATUS_ENDED - Static variable in class com.arjuna.wst.Status
 
STATUS_EXITING - Static variable in class com.arjuna.wst.Status
 
STATUS_FAULTING - Static variable in class com.arjuna.wst.Status
 
STATUS_FAULTING_ACTIVE - Static variable in class com.arjuna.wst.Status
 
STATUS_FAULTING_COMPENSATING - Static variable in class com.arjuna.wst.Status
 
stringForm(int) - Static method in class com.arjuna.mw.wscf.model.sagas.common.CoordinationResult
 
stringForm(int) - Static method in class com.arjuna.mw.wscf.model.sagas.common.TwoPhaseResult
 
stringForm(int) - Static method in class com.arjuna.mw.wscf.model.twophase.common.CoordinationResult
 
stringForm(int) - Static method in class com.arjuna.mw.wscf.model.twophase.common.TwoPhaseResult
 
SubordinateCoordinatorCompletionParticipantStub - Class in com.arjuna.wst11.stub
A coordinator completion participant registered on behalf of an interposed WS-BA coordinator in order to ensure that durable participants in the interposed transaction are completed, closed or cancelled when requested from the parent transaction.
SubordinateCoordinatorCompletionParticipantStub(SubordinateBACoordinator) - Constructor for class com.arjuna.wst11.stub.SubordinateCoordinatorCompletionParticipantStub
 
SubordinateCoordinatorCompletionParticipantStub() - Constructor for class com.arjuna.wst11.stub.SubordinateCoordinatorCompletionParticipantStub
 
SubordinateDurable2PCStub - Class in com.arjuna.wst11.stub
A durable participant registered on behalf of an interposed WS-AT coordinator in order to ensure that durable participants in the subtransaction prepared, committed and aborted at the right time.
SubordinateDurable2PCStub(SubordinateATCoordinator) - Constructor for class com.arjuna.wst11.stub.SubordinateDurable2PCStub
normal constructor used when the subordinate coordinator is registered as a durable participant with its parent coordinator.
SubordinateDurable2PCStub() - Constructor for class com.arjuna.wst11.stub.SubordinateDurable2PCStub
empty constructor for use only during recovery
SubordinateVolatile2PCStub - Class in com.arjuna.wst11.stub
A volatile participant registered on behalf of an interposed WS-AT coordinator in order to ensure that volatile participants in the subtransaction are prepared at the right time.
SubordinateVolatile2PCStub(SubordinateATCoordinator) - Constructor for class com.arjuna.wst11.stub.SubordinateVolatile2PCStub
 
Success - Class in com.arjuna.mw.wsas.completionstatus
The activity has terminated in a success state.
suspend() - Method in interface com.arjuna.mw.wsas.UserActivity
Suspend the current activity from this thread and return the token representing the context, if any, or null otherwise.
suspend() - Method in interface com.arjuna.mw.wscf.model.sagas.api.UserCoordinator
Suspend the current activity from this thread and return the token representing the context, if any, or null otherwise.
suspend() - Method in interface com.arjuna.mw.wscf.model.twophase.api.UserCoordinator
Suspend the current activity from this thread and return the token representing the context, if any, or null otherwise.
suspend() - Method in class com.arjuna.mw.wst11.BusinessActivityManager
A thread of control may require periods of non-transactionality so that it may perform work that is not associated with a specific transaction.
suspend() - Method in class com.arjuna.mw.wst11.TransactionManager
A thread of control may require periods of non-transactionality so that it may perform work that is not associated with a specific transaction.
suspended() - Method in interface com.arjuna.mw.wsas.activity.HLS
The activity is being suspended, but is still active on the current thread.
Synchronization - Interface in com.arjuna.mw.wscf.model.sagas.participants
Business Activities don't expose synchronizations but they are used internally to ensure that the transcation association is cleaned up and this interface is used to define the behaviour of the synchronization.
Synchronization - Interface in com.arjuna.mw.wscf.model.twophase.participants
This is the interface that all synchronization participants must define.
SystemCommunicationException - Exception in com.arjuna.mw.wsas.exceptions
Marker interface for exceptions e.g.
SystemCommunicationException() - Constructor for exception com.arjuna.mw.wsas.exceptions.SystemCommunicationException
 
SystemCommunicationException(String) - Constructor for exception com.arjuna.mw.wsas.exceptions.SystemCommunicationException
 
SystemCommunicationException(String, int) - Constructor for exception com.arjuna.mw.wsas.exceptions.SystemCommunicationException
 
SystemCommunicationException(String, Object) - Constructor for exception com.arjuna.mw.wsas.exceptions.SystemCommunicationException
 
SystemCommunicationException(Object) - Constructor for exception com.arjuna.mw.wsas.exceptions.SystemCommunicationException
 
SystemCommunicationException - Exception in com.arjuna.wst.stub
Marker interface for exceptions e.g.
SystemCommunicationException() - Constructor for exception com.arjuna.wst.stub.SystemCommunicationException
 
SystemException - Exception in com.arjuna.mw.wsas.exceptions
Thrown if an error occurs which is not met by another specific exception.
SystemException() - Constructor for exception com.arjuna.mw.wsas.exceptions.SystemException
 
SystemException(String) - Constructor for exception com.arjuna.mw.wsas.exceptions.SystemException
 
SystemException(String, int) - Constructor for exception com.arjuna.mw.wsas.exceptions.SystemException
 
SystemException(String, Object) - Constructor for exception com.arjuna.mw.wsas.exceptions.SystemException
 
SystemException(Object) - Constructor for exception com.arjuna.mw.wsas.exceptions.SystemException
 
SystemException - Exception in com.arjuna.wst
Thrown if a general exception is encountered (one not supported by any other exception.)
SystemException() - Constructor for exception com.arjuna.wst.SystemException
 
SystemException(String) - Constructor for exception com.arjuna.wst.SystemException
 

T

TerminationCoordinatorProcessorImpl - Class in com.arjuna.wst11.messaging
The Terminator Participant processor.
TerminationCoordinatorProcessorImpl() - Constructor for class com.arjuna.wst11.messaging.TerminationCoordinatorProcessorImpl
 
TerminationCoordinatorRPCProcessorImpl - Class in com.arjuna.wst11.messaging
The Terminator Participant processor.
TerminationCoordinatorRPCProcessorImpl() - Constructor for class com.arjuna.wst11.messaging.TerminationCoordinatorRPCProcessorImpl
 
tid() - Method in interface com.arjuna.mw.wsas.activity.ActivityHandle
 
toString() - Method in class com.arjuna.mw.wsas.completionstatus.Failure
 
toString() - Method in class com.arjuna.mw.wsas.completionstatus.FailureOnly
 
toString() - Method in class com.arjuna.mw.wsas.completionstatus.Success
 
toString() - Method in class com.arjuna.mw.wsas.completionstatus.Unknown
 
toString() - Method in class com.arjuna.mw.wsas.status.Active
 
toString() - Method in class com.arjuna.mw.wsas.status.Completed
 
toString() - Method in class com.arjuna.mw.wsas.status.Completing
 
toString() - Method in class com.arjuna.mw.wsas.status.Created
 
toString() - Method in class com.arjuna.mw.wsas.status.NoActivity
 
toString() - Method in class com.arjuna.mw.wsas.status.Unknown
 
toString() - Method in interface com.arjuna.mw.wscf.common.CoordinatorId
 
toString() - Method in class com.arjuna.mw.wscf.model.sagas.outcomes.CoordinationOutcome
 
toString() - Method in class com.arjuna.mw.wscf.model.sagas.status.Cancelled
 
toString() - Method in class com.arjuna.mw.wscf.model.sagas.status.Cancelling
 
toString() - Method in class com.arjuna.mw.wscf.model.sagas.status.CancelOnly
 
toString() - Method in class com.arjuna.mw.wscf.model.sagas.status.Closed
 
toString() - Method in class com.arjuna.mw.wscf.model.sagas.status.Closing
 
toString() - Method in class com.arjuna.mw.wscf.model.sagas.status.Compensated
 
toString() - Method in class com.arjuna.mw.wscf.model.sagas.status.Compensating
 
toString() - Method in class com.arjuna.mw.wscf.model.twophase.outcomes.CoordinationOutcome
 
toString() - Method in class com.arjuna.mw.wscf.model.twophase.status.Cancelled
 
toString() - Method in class com.arjuna.mw.wscf.model.twophase.status.Cancelling
 
toString() - Method in class com.arjuna.mw.wscf.model.twophase.status.CancelOnly
 
toString() - Method in class com.arjuna.mw.wscf.model.twophase.status.Confirmed
 
toString() - Method in class com.arjuna.mw.wscf.model.twophase.status.Confirming
 
toString() - Method in class com.arjuna.mw.wscf.model.twophase.status.HeuristicCancel
 
toString() - Method in class com.arjuna.mw.wscf.model.twophase.status.HeuristicConfirm
 
toString() - Method in class com.arjuna.mw.wscf.model.twophase.status.HeuristicHazard
 
toString() - Method in class com.arjuna.mw.wscf.model.twophase.status.HeuristicMixed
 
toString() - Method in class com.arjuna.mw.wscf.model.twophase.status.Prepared
 
toString() - Method in class com.arjuna.mw.wscf.model.twophase.status.Preparing
 
toString() - Method in class com.arjuna.mw.wscf.model.twophase.vote.VoteCancel
 
toString() - Method in class com.arjuna.mw.wscf.model.twophase.vote.VoteConfirm
 
toString() - Method in class com.arjuna.mw.wscf.model.twophase.vote.VoteReadOnly
 
transactionIdentifier() - Method in class com.arjuna.mw.wst11.UserBusinessActivity
 
transactionIdentifier() - Method in class com.arjuna.mw.wst11.UserTransaction
 
TransactionManager - Class in com.arjuna.mw.wst11
This is the interface that the core exposes in order to allow different types of participants to be enrolled.
TransactionManager() - Constructor for class com.arjuna.mw.wst11.TransactionManager
 
transactionManager() - Static method in class com.arjuna.mw.wst11.TransactionManagerFactory
 
TransactionManagerFactory - Class in com.arjuna.mw.wst11
 
TransactionManagerFactory() - Constructor for class com.arjuna.mw.wst11.TransactionManagerFactory
 
TransactionRolledBackException - Exception in com.arjuna.wst
Thrown if the transaction rolls back rather than commits.
TransactionRolledBackException() - Constructor for exception com.arjuna.wst.TransactionRolledBackException
 
TransactionRolledBackException(String) - Constructor for exception com.arjuna.wst.TransactionRolledBackException
 
TwoPhaseHLS - Interface in com.arjuna.mw.wscf.model.twophase.hls
 
TwoPhaseResult - Class in com.arjuna.mw.wscf.model.sagas.common
The outcomes which can be generated when a two-phase coordinator attempts to prepare/commit/rollback.
TwoPhaseResult() - Constructor for class com.arjuna.mw.wscf.model.sagas.common.TwoPhaseResult
 
TwoPhaseResult - Class in com.arjuna.mw.wscf.model.twophase.common
The outcomes which can be generated when a two-phase coordinator attempts to prepare/commit/rollback.
TwoPhaseResult() - Constructor for class com.arjuna.mw.wscf.model.twophase.common.TwoPhaseResult
 
TxContext - Interface in com.arjuna.mw.wst
This class represents a handle on a stack of transactions.

U

UnexpectedException - Exception in com.arjuna.mw.wscf.exceptions
A general error has occurred.
UnexpectedException() - Constructor for exception com.arjuna.mw.wscf.exceptions.UnexpectedException
 
UnexpectedException(String) - Constructor for exception com.arjuna.mw.wscf.exceptions.UnexpectedException
 
UnexpectedException(String, int) - Constructor for exception com.arjuna.mw.wscf.exceptions.UnexpectedException
 
uninstall(String) - Method in interface com.arjuna.wsc11.ContextFactory
Called when a context factory is removed from a context factory mapper.
uninstall(String) - Method in interface com.arjuna.wsc11.Registrar
Called when a registrar is removed from a register mapper.
Unknown - Class in com.arjuna.mw.wsas.completionstatus
The completion status is unknown.
Unknown() - Constructor for class com.arjuna.mw.wsas.completionstatus.Unknown
 
Unknown - Class in com.arjuna.mw.wsas.status
The current status of the activity is unknown.
unknown() - Method in interface com.arjuna.wst.BusinessAgreementWithParticipantCompletionParticipant
Deprecated.
unknown() - Method in interface com.arjuna.wst.Participant
During recovery the participant can enquire as to the status of the transaction it was registered with.
unknown() - Method in class com.arjuna.wst11.stub.BusinessActivityTerminatorRPCStub
 
unknown() - Method in class com.arjuna.wst11.stub.BusinessActivityTerminatorStub
 
unknown() - Method in class com.arjuna.wst11.stub.BusinessAgreementWithCoordinatorCompletionStub
 
unknown() - Method in class com.arjuna.wst11.stub.BusinessAgreementWithParticipantCompletionStub
 
unknown() - Method in class com.arjuna.wst11.stub.ParticipantStub
 
unknown() - Method in class com.arjuna.wst11.stub.SubordinateCoordinatorCompletionParticipantStub
this should never get called
unknown() - Method in class com.arjuna.wst11.stub.SubordinateDurable2PCStub
this should never get called
unknown() - Method in class com.arjuna.wst11.stub.SubordinateVolatile2PCStub
this should never get called
UnknownTransactionException - Exception in com.arjuna.wst
Thrown if the transaction is unknown.
UnknownTransactionException() - Constructor for exception com.arjuna.wst.UnknownTransactionException
 
UnknownTransactionException(String) - Constructor for exception com.arjuna.wst.UnknownTransactionException
 
UserActivity - Interface in com.arjuna.mw.wsas
The user portion of the activity API.
userActivity() - Static method in class com.arjuna.mw.wsas.UserActivityFactory
 
UserActivityFactory - Class in com.arjuna.mw.wsas
Return the UserActivity implementation to use.
UserActivityFactory() - Constructor for class com.arjuna.mw.wsas.UserActivityFactory
 
UserBusinessActivity - Class in com.arjuna.mw.wst11
This is the interface that allows BAs to be started and terminated.
UserBusinessActivity() - Constructor for class com.arjuna.mw.wst11.UserBusinessActivity
 
userBusinessActivity() - Static method in class com.arjuna.mw.wst11.UserBusinessActivityFactory
 
UserBusinessActivityFactory - Class in com.arjuna.mw.wst11
 
UserBusinessActivityFactory() - Constructor for class com.arjuna.mw.wst11.UserBusinessActivityFactory
 
UserCoordinator - Interface in com.arjuna.mw.wscf.model.sagas.api
The user portion of the coordinator API.
userCoordinator() - Method in interface com.arjuna.mw.wscf.model.sagas.hls.SagasHLS
 
UserCoordinator - Interface in com.arjuna.mw.wscf.model.twophase.api
The user portion of the coordinator API.
userCoordinator() - Method in interface com.arjuna.mw.wscf.model.twophase.hls.TwoPhaseHLS
 
userCoordinator() - Static method in class com.arjuna.mw.wscf11.model.sagas.UserCoordinatorFactory
 
userCoordinator(String) - Static method in class com.arjuna.mw.wscf11.model.sagas.UserCoordinatorFactory
Obtain a reference to a coordinator that implements the specified protocol.
userCoordinator() - Static method in class com.arjuna.mw.wscf11.model.twophase.UserCoordinatorFactory
 
userCoordinator(String) - Static method in class com.arjuna.mw.wscf11.model.twophase.UserCoordinatorFactory
Obtain a reference to a coordinator that implements the specified protocol.
UserCoordinatorFactory - Class in com.arjuna.mw.wscf11.model.sagas
The factory which returns the UserCoordinator implementation to use.
UserCoordinatorFactory() - Constructor for class com.arjuna.mw.wscf11.model.sagas.UserCoordinatorFactory
 
UserCoordinatorFactory - Class in com.arjuna.mw.wscf11.model.twophase
The factory which returns the UserCoordinator implementation to use.
UserCoordinatorFactory() - Constructor for class com.arjuna.mw.wscf11.model.twophase.UserCoordinatorFactory
 
UserCoordinatorService - Interface in com.arjuna.mw.wscf.api
This interface defines the operations that implementations of coordination protocols must provide.
userSubordinateBusinessActivity() - Static method in class com.arjuna.mw.wst11.UserBusinessActivityFactory
 
userSubordinateTransaction() - Static method in class com.arjuna.mw.wst11.UserTransactionFactory
 
UserTransaction - Class in com.arjuna.mw.wst11
This is the interface that allows transactions to be started and terminated.
UserTransaction() - Constructor for class com.arjuna.mw.wst11.UserTransaction
 
userTransaction() - Static method in class com.arjuna.mw.wst11.UserTransactionFactory
 
UserTransactionFactory - Class in com.arjuna.mw.wst11
 
UserTransactionFactory() - Constructor for class com.arjuna.mw.wst11.UserTransactionFactory
 

V

valid() - Method in interface com.arjuna.mw.wsas.activity.ActivityHandle
 
valid() - Method in interface com.arjuna.mw.wsas.activity.ActivityHierarchy
 
valid() - Method in interface com.arjuna.mw.wsas.common.GlobalId
 
valid() - Method in interface com.arjuna.mw.wscf.common.CoordinatorId
 
valid() - Method in interface com.arjuna.mw.wst.TxContext
 
value() - Method in interface com.arjuna.mw.wsas.common.GlobalId
 
value() - Method in interface com.arjuna.mw.wscf.common.CoordinatorId
 
Volatile2PCParticipant - Interface in com.arjuna.wst
The Volatile2PCParticipant.
Volatile2PCStub - Class in com.arjuna.wst11.stub
 
Volatile2PCStub(String, W3CEndpointReference) - Constructor for class com.arjuna.wst11.stub.Volatile2PCStub
 
Vote - Interface in com.arjuna.mw.wscf.model.twophase.vote
 
Vote - Interface in com.arjuna.wst
When asked to prepare, a 2PC participant returns one of three types of vote: ReadOnly: does not need to be informed of the transaction outcome as no state updates were made.
VoteCancel - Class in com.arjuna.mw.wscf.model.twophase.vote
The inferior votes that is has cancelled.
VoteCancel() - Constructor for class com.arjuna.mw.wscf.model.twophase.vote.VoteCancel
 
VoteConfirm - Class in com.arjuna.mw.wscf.model.twophase.vote
The inferior votes that is can confirm.
VoteConfirm() - Constructor for class com.arjuna.mw.wscf.model.twophase.vote.VoteConfirm
 
VoteReadOnly - Class in com.arjuna.mw.wscf.model.twophase.vote
The inferior votes that it has done no work that requires to be involved any further in the two-phase protocol.
VoteReadOnly() - Constructor for class com.arjuna.mw.wscf.model.twophase.vote.VoteReadOnly
 

W

warn_activity_ActivityReaper_1() - Method in interface com.arjuna.mw.wsas.logging.wsasI18NLogger
 
warn_context_ContextManager_1(Throwable) - Method in interface com.arjuna.mw.wsas.logging.wsasI18NLogger
 
warn_context_ContextManager_2(Throwable) - Method in interface com.arjuna.mw.wsas.logging.wsasI18NLogger
 
warn_model_sagas_arjunacore_BACoordinator_1(Uid) - Method in interface com.arjuna.mw.wscf.logging.wscfI18NLogger
 
warn_model_sagas_arjunacore_SynchronizationRecord_1(String) - Method in interface com.arjuna.mw.wscf.logging.wscfI18NLogger
 
warn_model_sagas_CMF_1(String) - Method in interface com.arjuna.mw.wscf.logging.wscfI18NLogger
 
warn_model_sagas_coordinator_arjunacore_ParticipantRecord_1(Uid) - Method in interface com.arjuna.mw.wscf.logging.wscfI18NLogger
 
warn_model_sagas_coordinator_arjunacore_ParticipantRecord_10(Uid, Throwable) - Method in interface com.arjuna.mw.wscf.logging.wscfI18NLogger
 
warn_model_sagas_coordinator_arjunacore_ParticipantRecord_11(Uid) - Method in interface com.arjuna.mw.wscf.logging.wscfI18NLogger
 
warn_model_sagas_coordinator_arjunacore_ParticipantRecord_12(Uid, Throwable) - Method in interface com.arjuna.mw.wscf.logging.wscfI18NLogger
 
warn_model_sagas_coordinator_arjunacore_ParticipantRecord_13(Uid, Throwable) - Method in interface com.arjuna.mw.wscf.logging.wscfI18NLogger
 
warn_model_sagas_coordinator_arjunacore_ParticipantRecord_14(Throwable) - Method in interface com.arjuna.mw.wscf.logging.wscfI18NLogger
 
warn_model_sagas_coordinator_arjunacore_ParticipantRecord_15(Throwable) - Method in interface com.arjuna.mw.wscf.logging.wscfI18NLogger
 
warn_model_sagas_coordinator_arjunacore_ParticipantRecord_2() - Method in interface com.arjuna.mw.wscf.logging.wscfI18NLogger
 
warn_model_sagas_coordinator_arjunacore_ParticipantRecord_3(Uid, Throwable) - Method in interface com.arjuna.mw.wscf.logging.wscfI18NLogger
 
warn_model_sagas_coordinator_arjunacore_ParticipantRecord_4(Uid, Throwable) - Method in interface com.arjuna.mw.wscf.logging.wscfI18NLogger
 
warn_model_sagas_coordinator_arjunacore_ParticipantRecord_5(Uid, Throwable) - Method in interface com.arjuna.mw.wscf.logging.wscfI18NLogger
 
warn_model_sagas_coordinator_arjunacore_ParticipantRecord_6(Uid, Throwable) - Method in interface com.arjuna.mw.wscf.logging.wscfI18NLogger
 
warn_model_sagas_coordinator_arjunacore_ParticipantRecord_7(Uid, Throwable) - Method in interface com.arjuna.mw.wscf.logging.wscfI18NLogger
 
warn_model_sagas_coordinator_arjunacore_ParticipantRecord_8(Uid, Throwable) - Method in interface com.arjuna.mw.wscf.logging.wscfI18NLogger
 
warn_model_sagas_coordinator_arjunacore_ParticipantRecord_9(Uid, Throwable) - Method in interface com.arjuna.mw.wscf.logging.wscfI18NLogger
 
warn_model_sagas_UCF_1(String) - Method in interface com.arjuna.mw.wscf.logging.wscfI18NLogger
 
warn_model_twophase_arjunacore_ParticipantRecord_1(Uid) - Method in interface com.arjuna.mw.wscf.logging.wscfI18NLogger
 
warn_model_twophase_arjunacore_ParticipantRecord_10(Uid, Throwable) - Method in interface com.arjuna.mw.wscf.logging.wscfI18NLogger
 
warn_model_twophase_arjunacore_ParticipantRecord_11(Uid) - Method in interface com.arjuna.mw.wscf.logging.wscfI18NLogger
 
warn_model_twophase_arjunacore_ParticipantRecord_12(Uid, Throwable) - Method in interface com.arjuna.mw.wscf.logging.wscfI18NLogger
 
warn_model_twophase_arjunacore_ParticipantRecord_13(Throwable) - Method in interface com.arjuna.mw.wscf.logging.wscfI18NLogger
 
warn_model_twophase_arjunacore_ParticipantRecord_14(Throwable) - Method in interface com.arjuna.mw.wscf.logging.wscfI18NLogger
 
warn_model_twophase_arjunacore_ParticipantRecord_2() - Method in interface com.arjuna.mw.wscf.logging.wscfI18NLogger
 
warn_model_twophase_arjunacore_ParticipantRecord_3(Uid, Throwable) - Method in interface com.arjuna.mw.wscf.logging.wscfI18NLogger
 
warn_model_twophase_arjunacore_ParticipantRecord_4(Uid, Throwable) - Method in interface com.arjuna.mw.wscf.logging.wscfI18NLogger
 
warn_model_twophase_arjunacore_ParticipantRecord_5(Uid, Throwable) - Method in interface com.arjuna.mw.wscf.logging.wscfI18NLogger
 
warn_model_twophase_arjunacore_ParticipantRecord_6(Uid, Throwable) - Method in interface com.arjuna.mw.wscf.logging.wscfI18NLogger
 
warn_model_twophase_arjunacore_ParticipantRecord_7(Uid, Throwable) - Method in interface com.arjuna.mw.wscf.logging.wscfI18NLogger
 
warn_model_twophase_arjunacore_ParticipantRecord_8(Uid, Throwable) - Method in interface com.arjuna.mw.wscf.logging.wscfI18NLogger
 
warn_model_twophase_arjunacore_ParticipantRecord_9(Uid, Throwable) - Method in interface com.arjuna.mw.wscf.logging.wscfI18NLogger
 
warn_model_twophase_arjunacore_SynchronizationRecord_1(Uid) - Method in interface com.arjuna.mw.wscf.logging.wscfI18NLogger
 
warn_model_twophase_CMF_1(String) - Method in interface com.arjuna.mw.wscf.logging.wscfI18NLogger
 
warn_model_twophase_UCF_1(String) - Method in interface com.arjuna.mw.wscf.logging.wscfI18NLogger
 
warn_mw_wscf11_model_sagas_CMF_1(String) - Method in interface com.arjuna.mw.wscf.logging.wscfI18NLogger
 
warn_mw_wscf11_model_sagas_UCF_1(String) - Method in interface com.arjuna.mw.wscf.logging.wscfI18NLogger
 
warn_mw_wscf11_model_twophase_CMF_1(String) - Method in interface com.arjuna.mw.wscf.logging.wscfI18NLogger
 
warn_mw_wscf11_model_twophase_UCF_1(String) - Method in interface com.arjuna.mw.wscf.logging.wscfI18NLogger
 
warn_UserActivityImple_1(Throwable) - Method in interface com.arjuna.mw.wsas.logging.wsasI18NLogger
 
warn_UserActivityImple_2(Throwable) - Method in interface com.arjuna.mw.wsas.logging.wsasI18NLogger
 
warn_UserActivityImple_3(Throwable) - Method in interface com.arjuna.mw.wsas.logging.wsasI18NLogger
 
warn_UserActivityImple_4(Throwable) - Method in interface com.arjuna.mw.wsas.logging.wsasI18NLogger
 
warn_UserActivityImple_5(Throwable) - Method in interface com.arjuna.mw.wsas.logging.wsasI18NLogger
 
WrongStateException - Exception in com.arjuna.mw.wsas.exceptions
Thrown if the state of the activity is such that it disallows the attempted operation.
WrongStateException() - Constructor for exception com.arjuna.mw.wsas.exceptions.WrongStateException
 
WrongStateException(String) - Constructor for exception com.arjuna.mw.wsas.exceptions.WrongStateException
 
WrongStateException(String, int) - Constructor for exception com.arjuna.mw.wsas.exceptions.WrongStateException
 
WrongStateException - Exception in com.arjuna.wst
Thrown if the state of the transaction is incompatible with the operation attempted.
WrongStateException() - Constructor for exception com.arjuna.wst.WrongStateException
 
WrongStateException(String) - Constructor for exception com.arjuna.wst.WrongStateException
 
WSASException - Exception in com.arjuna.mw.wsas.exceptions
This is the base class from which all WSAS related exceptions inherit.
WSASException() - Constructor for exception com.arjuna.mw.wsas.exceptions.WSASException
Constructs a WSASException object; reason defaults to null and errorcode defaults to 0.
WSASException(String) - Constructor for exception com.arjuna.mw.wsas.exceptions.WSASException
Constructs a WSASException object with the specified reason.
WSASException(String, int) - Constructor for exception com.arjuna.mw.wsas.exceptions.WSASException
Constructs a WSASException object with the specified reason and errorcode.
WSASException(String, Object) - Constructor for exception com.arjuna.mw.wsas.exceptions.WSASException
Constructs a WSASException object with the specified reason and object.
WSASException(Object) - Constructor for exception com.arjuna.mw.wsas.exceptions.WSASException
Constructs a WSASException object with the specified object.
wsasI18NLogger - Interface in com.arjuna.mw.wsas.logging
i18n log messages for the wsas module.
wsasLogger - Class in com.arjuna.mw.wsas.logging
 
wsasLogger() - Constructor for class com.arjuna.mw.wsas.logging.wsasLogger
 
wscfI18NLogger - Interface in com.arjuna.mw.wscf.logging
i18n log messages for the wscf module.
WSCFInitialisation - Class in com.arjuna.mw.wsc11.deploy
Initialise WSCF.
WSCFInitialisation() - Constructor for class com.arjuna.mw.wsc11.deploy.WSCFInitialisation
 
wscfLogger - Class in com.arjuna.mw.wscf.logging
 
wscfLogger() - Constructor for class com.arjuna.mw.wscf.logging.wscfLogger
 
WSTCoordinatorInitialisation - Class in com.arjuna.wst11.messaging.deploy
Initialise the transaction coordinator services.
WSTCoordinatorInitialisation() - Constructor for class com.arjuna.wst11.messaging.deploy.WSTCoordinatorInitialisation
 
WSTParticipantInitialisation - Class in com.arjuna.wst11.messaging.deploy
Initialise the transaction participant services.
WSTParticipantInitialisation() - Constructor for class com.arjuna.wst11.messaging.deploy.WSTParticipantInitialisation
 
WSTXFeature - Class in com.arjuna.mw.wst11.client
Web service feature is used to enable or disable WS-AT/WS-BA context propagation for specific port.
WSTXFeature() - Constructor for class com.arjuna.mw.wst11.client.WSTXFeature
Default constructor creates instance of enabled WSTXFeature.
WSTXFeature(boolean) - Constructor for class com.arjuna.mw.wst11.client.WSTXFeature
Parametrised constructor creates either enabled or disabled WSTXFeature based on enabled parameter.
WSTXInitialisation - Class in com.arjuna.mw.wst11.deploy
Initialise WSTX.
WSTXInitialisation() - Constructor for class com.arjuna.mw.wst11.deploy.WSTXInitialisation
 

X

XTS11_BIND_ADDRESS - Static variable in interface com.arjuna.wsc.common.Environment
 
XTS11_BIND_PORT - Static variable in interface com.arjuna.wsc.common.Environment
 
XTS11_COMMAND_LINE_COORDINATOR_URL - Static variable in interface com.arjuna.wsc.common.Environment
 
XTS11_SECURE_BIND_PORT - Static variable in interface com.arjuna.wsc.common.Environment
 
XTS_BIND_ADDRESS - Static variable in interface com.arjuna.wsc.common.Environment
 
XTS_BIND_PORT - Static variable in interface com.arjuna.wsc.common.Environment
 
XTS_COMMAND_LINE_COORDINATOR_URL - Static variable in interface com.arjuna.wsc.common.Environment
 
XTS_SECURE_BIND_PORT - Static variable in interface com.arjuna.wsc.common.Environment
 
A B C D E F G H I J L M N O P Q R S T U V W X 

Copyright © 2013. All Rights Reserved.