public class LockSetFactoryImpl extends LockSetFactoryPOA
Modifier and Type | Field and Description |
---|---|
static int |
COMMIT |
static int |
NO_TRANS |
static int |
REJECT |
static int |
REQUEST |
static int |
ROLLBACK |
static int |
SATISFIED |
Constructor and Description |
---|
LockSetFactoryImpl(POA poa) |
Modifier and Type | Method and Description |
---|---|
LockSet |
create_related(LockSet which) |
TransactionalLockSet |
create_transactional_related(TransactionalLockSet which) |
TransactionalLockSet |
create_transactional() |
LockSet |
create() |
_all_interfaces, _invoke, _this, _this
_default_POA, _get_component, _get_delegate, _get_interface_def, _get_interface, _is_a, _non_existent, _object_id, _orb, _poa, _set_delegate, _this_object, _this_object
public static final int REQUEST
public static final int SATISFIED
public static final int COMMIT
public static final int ROLLBACK
public static final int NO_TRANS
public static final int REJECT
public LockSetFactoryImpl(POA poa)
public LockSet create()
public TransactionalLockSet create_transactional()
public TransactionalLockSet create_transactional_related(TransactionalLockSet which)
Copyright © 2016 JacORB. All rights reserved.