public static final class CommandPersistenceServiceInterface.CommandInfosRetrived extends Object implements Serializable
CommandPersistenceServiceInterface.requestCommandInfos(Object, long),
Serialized Form| Constructor and Description |
|---|
CommandInfosRetrived(Set<CommandInfo> commands,
long missing,
long total)
Construtor.
|
| Modifier and Type | Method and Description |
|---|---|
Set<CommandInfo> |
getCommandInfos()
Obtém os últimos comandos lidos.
|
long |
getMissing()
Obtém quantos comandos ainda falta ler.
|
long |
getTotal()
Obtém o total de comandos que serão lidos ao final da chamada ao método
CommandPersistenceServiceInterface.requestCommandInfos(Object, long)
. |
public CommandInfosRetrived(Set<CommandInfo> commands, long missing, long total)
commands - Últimos comandos lidos.missing - Quantos comandos ainda falta ler.total - O total de comandos que serão lidos ao final da chamada ao
método
CommandPersistenceServiceInterface.requestCommandInfos(Object, long)
.public Set<CommandInfo> getCommandInfos()
public long getMissing()
public long getTotal()
CommandPersistenceServiceInterface.requestCommandInfos(Object, long)
.CommandPersistenceServiceInterface.requestCommandInfos(Object, long)
.Copyright © 2019. All rights reserved.