Interface DeploymentLifecycleService
- All Known Implementing Classes:
DeploymentLifecycleServiceImpl
public interface DeploymentLifecycleService
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addDeployment
(String deploymentId, DeploymentInternal deployment) void
void
getDeploymentByCRC
(long deploymentId) getDeploymentById
(String deploymentId) String[]
getStatementByName
(String deploymentId, String statementName) removeDeployment
(String deploymentId) void
-
Method Details
-
addDeployment
-
getDeploymentIds
String[] getDeploymentIds() -
removeDeployment
-
getDeploymentByCRC
-
getDeploymentById
-
getStatementByName
-
getDeploymentMap
Map<String,DeploymentInternal> getDeploymentMap() -
getListeners
CopyOnWriteArrayList<DeploymentStateListener> getListeners() -
addStatementLifecycleListener
-
removeStatementLifecycleListener
-
dispatchStatementListenerEvent
-