org.jacorb.concurrency
Class LockSetFactoryImpl
java.lang.Object
org.omg.PortableServer.Servant
org.omg.CosConcurrencyControl.LockSetFactoryPOA
org.jacorb.concurrency.LockSetFactoryImpl
- All Implemented Interfaces:
- InvokeHandler, org.omg.CosConcurrencyControl.LockSetFactoryOperations
public class LockSetFactoryImpl
- extends org.omg.CosConcurrencyControl.LockSetFactoryPOA
|
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 |
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
LockSetFactoryImpl
public LockSetFactoryImpl(POA poa)
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.