public interface StageRecoveryService
Modifier and Type | Method and Description |
---|---|
String |
deploymentGetStage(String deploymentId) |
void |
deploymentRemoveFromStages(String deploymentId) |
void |
deploymentSetStage(String deploymentId,
String stageUri) |
EPStageEventServiceSPI |
makeEventService(StageSpecificServices stageSpecificServices,
int stageId,
String stageUri,
EPServicesContext servicesContext) |
StageSpecificServices |
makeSpecificServices(int stageId,
String stageUri,
EPServicesContext servicesContext) |
int |
stageAdd(String stageUri) |
void |
stageDestroy(String stageUri,
int stageId) |
Iterator<Map.Entry<String,Integer>> |
stagesIterate() |
int stageAdd(String stageUri)
void stageDestroy(String stageUri, int stageId)
void deploymentRemoveFromStages(String deploymentId)
StageSpecificServices makeSpecificServices(int stageId, String stageUri, EPServicesContext servicesContext)
EPStageEventServiceSPI makeEventService(StageSpecificServices stageSpecificServices, int stageId, String stageUri, EPServicesContext servicesContext)
Copyright © 2005–2022. All rights reserved.