org.tentackle.appworx.rmi
Class AppDbObjectRemoteDelegate.BeingEditedToken

java.lang.Object
  extended by org.tentackle.appworx.rmi.AppDbObjectRemoteDelegate.BeingEditedToken
All Implemented Interfaces:
Serializable
Enclosing interface:
AppDbObjectRemoteDelegate

public static class AppDbObjectRemoteDelegate.BeingEditedToken
extends Object
implements Serializable

Holds the "edited-by"-token and a success-code.
Return value for updateEditedBy() and transferEditedBy().

See Also:
Serialized Form

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

editedBy

public long editedBy
object ID of the user holding the token, 0 = unlocked


editedSince

public Timestamp editedSince
timestamp when editing started


editedExpiry

public Timestamp editedExpiry
timestamp when token will expire


success

public boolean success
true if success, false if operation failed

Constructor Detail

AppDbObjectRemoteDelegate.BeingEditedToken

public AppDbObjectRemoteDelegate.BeingEditedToken()


Copyright © 2001-2008 Harald Krake, Bergstr. 48, 78098 Triberg, Germany, harald@krake.de