org.openorb.ccs.kernel
public class LockSetFactory extends LockSetFactoryPOA
Method Summary | |
---|---|
LockSet | create()
creates a new lock set |
LockSet | createLockSet(String objectName)
creates a new lock set or retrieve the existing lock set if existing |
LockSet | create_related(LockSet which)
Creates a new lock set that is related to an existing lock set |
TransactionalLockSet | create_transactional()
creates a new transactional lock set. |
TransactionalLockSet | create_transactional_related(TransactionalLockSet which)
Creates a new transactional lock set that is related to an existing lock set |
LockSet | getLockSet(String objectName, boolean create)
Retrieves the lock set of an object. |
Returns: the new lock set
Parameters: objectName the object name
Returns: the lock set associated to the object name
Parameters: which the existing lock set
Returns: the new lock set
Returns: the new lock set
Parameters: which the existing lock set
Returns: the new lock set
Parameters: objectName The object name. create If true, it creates a new lock set if not found.
Returns: The lock set of the object.
Throws: org.openorb.ccs.LockSetNotFound When the lock set is not found.