public class ClientInfoCommand extends ClientCommand
ClientCommand asks the client for updating the ClientInfo on the server.| Constructor and Description |
|---|
ClientInfoCommand(SessionId fromSessId,
SessionId toSessId) |
| Modifier and Type | Method and Description |
|---|---|
void |
executeSyncFinally()
This method is called after
ClientCommand.executeAsync() only if the async execution was successful. |
cancel, checkCancelled, executeAsync, getArgument, getClientContext, getCommandId, getFromSession, getLogChannel, getName, getRenderColor, getRenderIcon, getRenderText, getServerContext, getTargetSession, getTargetUsers, hasFromSession, hasTargetSession, hasTargetUser, isCoClient, isGuiClient, isLogDebug, isLogVerbose, isSkipSender, logDebug, logDump, logError, logError, logFatal, logInfo, logVerbose, logWarning, setArgument, setcancelled, setClientContext, setFromSession, setLogChannel, setName, setSkipSender, setTargetSession, setTargetUser, setTargetUsers, sleepChecked, toDumpString, toString, wasCancelledclone, deepCloneconfigureDumpHeadlineLength, configureDumpMaxElementsPrinted, copyDumpStringValues, copyToStringValues, createDumpHeader, toDumpString, toStringpublic void executeSyncFinally()
throws java.lang.Exception
ClientCommandClientCommand.executeAsync() only if the async execution was successful.
If the client has a GUI it runs in the EventDispatcher thread and thus may perform GUI updates.
The default implementation is empty.executeSyncFinally in class ClientCommandjava.lang.ExceptionCopyright © 2014 EsprIT-Systems. All Rights Reserved.