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, setServerContextclone, deepCloneconfigureDumpHeadlineLength, configureDumpMaxElementsPrinted, copyDumpStringValues, copyToStringValues, createDumpHeader, toDumpString, toDumpString, toString, toStringequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waittoDumpString, toDumpString, toString, toStringdeepClonepublic AccessibleServerObject(S serverCtx)
public AccessibleServerObject(C clientCtx)
public void setLastAccessorId(SessionId sessId)
LastAccessedsetLastAccessorId in interface LastAccessedpublic SessionId getLastAccessorId()
LastAccessedgetLastAccessorId in interface LastAccessedpublic java.sql.Timestamp getLastAccessedTs()
LastAccessedgetLastAccessedTs in interface LastAccessedCopyright © 2014 EsprIT-Systems. All Rights Reserved.