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, org.omg.CosConcurrencyControl.LockSetFactoryOperations

public class LockSetFactoryImpl
extends org.omg.CosConcurrencyControl.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
 org.omg.CosConcurrencyControl.LockSet create_related(org.omg.CosConcurrencyControl.LockSet which)
           
 org.omg.CosConcurrencyControl.TransactionalLockSet create_transactional_related(org.omg.CosConcurrencyControl.TransactionalLockSet which)
           
 org.omg.CosConcurrencyControl.TransactionalLockSet create_transactional()
           
 org.omg.CosConcurrencyControl.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_component, _get_delegate, _get_interface_def, _get_interface, _is_a, _non_existent, _object_id, _orb, _poa, _repository_id, _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 org.omg.CosConcurrencyControl.LockSet create()

create_related

public org.omg.CosConcurrencyControl.LockSet create_related(org.omg.CosConcurrencyControl.LockSet which)

create_transactional

public org.omg.CosConcurrencyControl.TransactionalLockSet create_transactional()

create_transactional_related

public org.omg.CosConcurrencyControl.TransactionalLockSet create_transactional_related(org.omg.CosConcurrencyControl.TransactionalLockSet which)


Copyright © 2012 JacORB. All Rights Reserved.