tyrex.tm.impl

Class TransactionFactoryImpl

public final class TransactionFactoryImpl extends _TransactionFactoryImplBase implements Sender, Receiver

Implements an OTS transaction factory and identification interfaces. Allows the creation of new OTS transactions as well as the importing of remote transactions.

Version: $Revision: 1.11 $ $Date: 2001/09/28 18:35:19 $

Author: Assaf Arkin

See Also: Changes J. Daniel : Changed code to be compliant with CORBA developing rules.

Constructor Summary
TransactionFactoryImpl(TransactionDomainImpl txDomain)
Method Summary
static voidassociate(String ior)
Controlcreate(int timeout)
voidreceived_reply(int refId, PropagationContext pgContext, Environment env)
voidreceived_request(int refId, PropagationContext pgContext)
Controlrecreate(PropagationContext pgContext)
voidsending_reply(int refId, PropagationContextHolder pgxh)
voidsending_request(int refId, PropagationContextHolder pgxh)

Constructor Detail

TransactionFactoryImpl

TransactionFactoryImpl(TransactionDomainImpl txDomain)

Method Detail

associate

public static void associate(String ior)

create

public Control create(int timeout)

received_reply

public void received_reply(int refId, PropagationContext pgContext, Environment env)

received_request

public void received_request(int refId, PropagationContext pgContext)

recreate

public Control recreate(PropagationContext pgContext)

sending_reply

public void sending_reply(int refId, PropagationContextHolder pgxh)

sending_request

public void sending_request(int refId, PropagationContextHolder pgxh)
Original code is Copyright (c) 1999-2001, Intalio, Inc. All Rights Reserved. Contributions by MetaBoss team are Copyright (c) 2003-2005, Softaris Pty. Ltd. All Rights Reserved.