org.jacorb.concurrency
Class LockSetFactoryImpl

java.lang.Object
  extended by org.omg.PortableServer.Servant
      extended by org.omg.CosConcurrencyControl.LockSetFactoryPOA
          extended by org.jacorb.concurrency.LockSetFactoryImpl
All Implemented Interfaces:
InvokeHandler, LockSetFactoryOperations

public class LockSetFactoryImpl
extends LockSetFactoryPOA


Field Summary
static int COMMIT
           
static int NO_TRANS
           
static int REJECT
           
static int REQUEST
           
static int ROLLBACK
           
static int SATISFIED
           
 
Constructor Summary
LockSetFactoryImpl(POA poa)
           
 
Method Summary
 LockSet create_related(LockSet which)
           
 TransactionalLockSet create_transactional_related(TransactionalLockSet which)
           
 TransactionalLockSet create_transactional()
           
 LockSet create()
           
 
Methods inherited from class org.omg.CosConcurrencyControl.LockSetFactoryPOA
_all_interfaces, _invoke, _this, _this
 
Methods inherited from class org.omg.PortableServer.Servant
_default_POA, _get_delegate, _get_interface_def, _is_a, _non_existent, _object_id, _orb, _poa, _set_delegate, _this_object, _this_object
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

REQUEST

public static final int REQUEST
See Also:
Constant Field Values

SATISFIED

public static final int SATISFIED
See Also:
Constant Field Values

COMMIT

public static final int COMMIT
See Also:
Constant Field Values

ROLLBACK

public static final int ROLLBACK
See Also:
Constant Field Values

NO_TRANS

public static final int NO_TRANS
See Also:
Constant Field Values

REJECT

public static final int REJECT
See Also:
Constant Field Values
Constructor Detail

LockSetFactoryImpl

public LockSetFactoryImpl(POA poa)
Method Detail

create

public LockSet create()

create_related

public LockSet create_related(LockSet which)

create_transactional

public TransactionalLockSet create_transactional()

create_transactional_related

public TransactionalLockSet create_transactional_related(TransactionalLockSet which)


Copyright © 2015 JacORB. All rights reserved.