public class CommandKilledNotification extends DefaultCommandFinishedNotification
cmdDesc, commandId, execHost, finalizationInfo, startTime, tip| Constructor and Description |
|---|
CommandKilledNotification(String sender,
Object commandId,
String cmdDesc,
String tip,
long startTime,
String execHost,
Object projectId,
CommandFinalizationInfo finalizationInfo)
Constrói o evento de término de comando sem dados de tempo.
|
| Modifier and Type | Method and Description |
|---|---|
protected String |
getStatusString()
Retorna string que representa o status de finalização do comando.
|
toStringgetCmdDesc, getCommandId, getExecHost, getFinalizationInfo, getProjectId, getStartTime, getTip, isVolatile, setFinalizationInfogetDisplay, getMustPopUp, getSender, setDisplaygetCreationDatepublic CommandKilledNotification(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.protected String getStatusString()
getStatusString in class CommandNotificationCopyright © 2018. All rights reserved.