|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.omg.PortableServer.Servant
org.openorb.ccs.LockSetFactoryPOA
org.openorb.ccs.kernel.LockSetFactory
public class LockSetFactory
This class extends the LockSetFactory to retrieve lock sets if existing
Constructor Summary | |
---|---|
LockSetFactory()
|
Method Summary | |
---|---|
LockSet |
create_related(LockSet which)
Creates a new lock set that is related to an existing lock set |
TransactionalLockSet |
create_transactional_related(TransactionalLockSet which)
Creates a new transactional lock set that is related to an existing lock set |
TransactionalLockSet |
create_transactional()
creates a new transactional lock set. |
LockSet |
create()
creates a new lock set |
LockSet |
createLockSet(java.lang.String objectName)
creates a new lock set or retrieve the existing lock set if existing |
LockSet |
getLockSet(java.lang.String objectName,
boolean create)
Retrieves the lock set of an object. |
Methods inherited from class org.openorb.ccs.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 |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LockSetFactory()
Method Detail |
---|
public LockSet create()
public LockSet create_related(LockSet which)
which
- the existing lock set
public LockSet createLockSet(java.lang.String objectName)
objectName
- the object name
public LockSet getLockSet(java.lang.String objectName, boolean create) throws LockSetNotFound
objectName
- The object name.create
- If true, it creates a new lock set if not found.
LockSetNotFound
- When the lock set is not found.public TransactionalLockSet create_transactional()
public TransactionalLockSet create_transactional_related(TransactionalLockSet which)
which
- the existing lock set
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |