@Named(value="isisExtensionsCommandReplaySecondary.CommandReplayOnSecondaryService") @Order(value=0) public class CommandReplayOnSecondaryService extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
CommandReplayOnSecondaryService.ActionDomainEvent |
static class |
CommandReplayOnSecondaryService.FindMostRecentReplayedDomainEvent |
static class |
CommandReplayOnSecondaryService.UploadCommandsDomainEvent |
| Constructor and Description |
|---|
CommandReplayOnSecondaryService(org.apache.isis.extensions.commandlog.impl.jdo.CommandJdoRepository commandJdoRepository,
org.apache.isis.applib.services.jaxb.JaxbService jaxbService) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.isis.extensions.commandlog.impl.jdo.CommandJdo |
findMostRecentReplayed() |
void |
uploadCommands(org.apache.isis.applib.value.Clob commandsDtoAsXml) |
public CommandReplayOnSecondaryService(org.apache.isis.extensions.commandlog.impl.jdo.CommandJdoRepository commandJdoRepository, org.apache.isis.applib.services.jaxb.JaxbService jaxbService)
public org.apache.isis.extensions.commandlog.impl.jdo.CommandJdo findMostRecentReplayed()
public void uploadCommands(org.apache.isis.applib.value.Clob commandsDtoAsXml)
Copyright © 2010–2020 The Apache Software Foundation. All rights reserved.