public class CommandWithNoExitCodeNotification extends DefaultCommandFinishedNotification
cmdDesc, commandId, execHost, finalizationInfo, startTime, tip| Constructor and Description |
|---|
CommandWithNoExitCodeNotification(java.lang.String sender,
java.lang.Object commandId,
java.lang.String cmdDesc,
java.lang.String tip,
long startTime,
java.lang.String execHost,
java.lang.Object projectId,
CommandFinalizationInfo finalizationInfo)
Construtor
|
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.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 CommandWithNoExitCodeNotification(java.lang.String sender,
java.lang.Object commandId,
java.lang.String cmdDesc,
java.lang.String tip,
long startTime,
java.lang.String execHost,
java.lang.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 java.lang.String getStatusString()
getStatusString in class CommandNotificationCopyright © 2016. All Rights Reserved.