public abstract class AccessibleServerObject<C extends ClientContext,S extends ServerContext> extends AbstractCrossPlatformObject<C,S> implements LastAccessed
Constructor and Description |
---|
AccessibleServerObject(C clientCtx) |
AccessibleServerObject(S serverCtx) |
Modifier and Type | Method and Description |
---|---|
java.sql.Timestamp |
getLastAccessedTs()
Returns the timestamp of last client access
|
SessionId |
getLastAccessorId()
Tells which client has last accessed the model
|
void |
setLastAccessorId(SessionId sessId)
Sets the sessionId of the client who has last accessed the model
|
checkOnClient, checkOnServer, getClientContext, getLogChannel, getServerContext, isLogDebug, isLogVerbose, isOnClient, isOnServer, logDebug, logDump, logError, logError, logFatal, logInfo, logVerbose, logWarning, setClientContext, setLogChannel, setServerContext
clone, deepClone
configureDumpHeadlineLength, configureDumpMaxElementsPrinted, copyDumpStringValues, copyToStringValues, createDumpHeader, toDumpString, toDumpString, toString, toString
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
toDumpString, toDumpString, toString, toString
deepClone
public AccessibleServerObject(S serverCtx)
public AccessibleServerObject(C clientCtx)
public void setLastAccessorId(SessionId sessId)
LastAccessed
setLastAccessorId
in interface LastAccessed
public SessionId getLastAccessorId()
LastAccessed
getLastAccessorId
in interface LastAccessed
public java.sql.Timestamp getLastAccessedTs()
LastAccessed
getLastAccessedTs
in interface LastAccessed
Copyright © 2014 EsprIT-Systems. All Rights Reserved.