| Package | Description |
|---|---|
| rs.data.api.bo |
Provides the main Business Object (BO) interfaces.
|
| rs.data.impl.bo |
Provides abstract implementations for Business Objects (BO).
|
| Modifier and Type | Method and Description |
|---|---|
LockInformation |
GeneralBO.getLockInformation()
Get the current lock information.
|
LockInformation |
GeneralBO.lock(int timeout)
Try to lock this object.
|
LockInformation |
GeneralBO.release()
Release the lock.
|
| Modifier and Type | Method and Description |
|---|---|
LockInformation |
AbstractGeneralBO.getLockInformation()
Get the current lock information.
|
LockInformation |
AbstractGeneralBO.lock(int timeout)
Try to lock this object.
|
LockInformation |
AbstractGeneralBO.release()
Release the lock.
|
Copyright © 2013. All Rights Reserved.