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