Package org.jboss.txbridge.ba.execute

Interface Summary
DataProvider  
Executable The interface for any class that provides execution mechanism, which can be used during completion or compensation.
 

Class Summary
ArgumentsProvider Arguments Provider component provides methods to obtain necessary data, which has been remembered during execution of the original method.
CorbaExecution This class provides implementation of the CORBA execution.
EJBExecution This class provides implementation of the EJB execution.
LocalExecution This class provides implementation of the local execution.
LocalServiceExecutor This class represents a local service executor.
RemoteServiceExecutor This class represents a remote service executor.
RMIExecution This class provides implementation of the RMI execution.
ServiceExecutor This is an abstract class that describes a basic ServiceExecutor.
ServiceLocator The Service Locator component is responsible for locating EJBs.
WSConfiguredDII This class provides implementation of the Web Services Configured DII execution.
WSUnconfiguredDII This class provides implementation of the Web Services Unconfigured DII execution.
 

Exception Summary
ServiceLocatorException This exception is thrown if there was an error with getting reference to an EJB.