public interface DeploymentStatusRepository<T,ID extends java.io.Serializable & java.lang.Comparable<ID>>
| Modifier and Type | Method and Description |
|---|---|
DeploymentUnitStatus |
getDeploymentStatus(ID id)
For the given deployment unit id, return the deployment status.
|
DeploymentUnitStatus getDeploymentStatus(ID id)
id - id for deployment unit