public abstract class DefaultCommandFinishedNotification extends CommandNotification
cmdDesc, commandId, execHost, finalizationInfo, startTime, tip| Constructor and Description |
|---|
DefaultCommandFinishedNotification(String sender,
Object commandId,
String cmdDesc,
String tip,
long startTime,
String execHost,
Object projectId,
CommandFinalizationInfo finalizationInfo)
Construtor
|
| Modifier and Type | Method and Description |
|---|---|
String |
toString()
Requer esta implementação apenas para auditagem nos logs do servidor.
|
getCmdDesc, getCommandId, getExecHost, getFinalizationInfo, getProjectId, getStartTime, getStatusString, getTip, isVolatile, setFinalizationInfogetDisplay, getMustPopUp, getSender, setDisplaygetCreationDatepublic DefaultCommandFinishedNotification(String sender, Object commandId, String cmdDesc, String tip, long startTime, String execHost, Object projectId, CommandFinalizationInfo finalizationInfo)
sender - Quem está enviando a notificação (não pode ser null).commandId - identificador do comando.cmdDesc - descrição do comando.tip - Dica para auxiliar a identificação do algoritmo do comando.startTime - Hora de inícioexecHost - Servidor de execução.projectId - identificador do projetofinalizationInfo - Informações sobre a finalização do comando.public String toString()
toString in class NotificationCopyright © 2017. All rights reserved.