org.jacorb.transaction
Class TransactionInitializer

java.lang.Object
  extended by org.omg.CORBA.LocalObject
      extended by org.jacorb.transaction.TransactionInitializer
All Implemented Interfaces:
Serializable, Object, IDLEntity, ORBInitializer, ORBInitializerOperations

public class TransactionInitializer
extends LocalObject
implements ORBInitializer

This class registers the ClientContextTransferInterceptor and the ServerContextTransferInterceptor with the ORB.

Author:
Vladimir Mencl
See Also:
Serialized Form

Field Summary
static int slot_id
           
 
Constructor Summary
TransactionInitializer()
           
 
Method Summary
 void post_init(ORBInitInfo info)
          This method allocates a slot at the PICurrent, creates a codec and sets up the TransactionCurrent and the interceptor.
 void pre_init(ORBInitInfo info)
           
 
Methods inherited from class org.omg.CORBA.LocalObject
_create_request, _create_request, _duplicate, _get_domain_managers, _get_interface_def, _get_interface, _get_policy, _hash, _invoke, _is_a, _is_equivalent, _is_local, _non_existent, _orb, _release, _releaseReply, _request, _request, _servant_postinvoke, _servant_preinvoke, _set_policy_override, validate_connection
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.omg.CORBA.Object
_create_request, _create_request, _duplicate, _get_domain_managers, _get_interface_def, _get_policy, _hash, _is_a, _is_equivalent, _non_existent, _release, _request, _set_policy_override
 

Field Detail

slot_id

public static int slot_id
Constructor Detail

TransactionInitializer

public TransactionInitializer()
Method Detail

post_init

public void post_init(ORBInitInfo info)
This method allocates a slot at the PICurrent, creates a codec and sets up the TransactionCurrent and the interceptor.

Specified by:
post_init in interface ORBInitializerOperations

pre_init

public void pre_init(ORBInitInfo info)
Specified by:
pre_init in interface ORBInitializerOperations


Copyright © 2015 JacORB. All rights reserved.