|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.tentackle.appworx.rmi.AppDbObjectRemoteDelegate.BeingEditedToken
public static class AppDbObjectRemoteDelegate.BeingEditedToken
Holds the "edited-by"-token and a success-code.
Return value for updateEditedBy() and transferEditedBy().
| Field Summary | |
|---|---|
long |
editedBy
object ID of the user holding the token, 0 = unlocked |
Timestamp |
editedExpiry
timestamp when token will expire |
Timestamp |
editedSince
timestamp when editing started |
boolean |
success
true if success, false if operation failed |
| Constructor Summary | |
|---|---|
AppDbObjectRemoteDelegate.BeingEditedToken()
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public long editedBy
public Timestamp editedSince
public Timestamp editedExpiry
public boolean success
| Constructor Detail |
|---|
public AppDbObjectRemoteDelegate.BeingEditedToken()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||