public interface ConfStoreConnection
Modifier and Type | Method and Description |
---|---|
void |
close() |
DeploymentUnitDAO |
createDeploymentUnit(java.lang.String name) |
DeploymentUnitDAO |
getDeploymentUnit(java.lang.String name) |
java.util.Collection<DeploymentUnitDAO> |
getDeploymentUnits() |
long |
getNextVersion() |
void |
setVersion(long version) |
DeploymentUnitDAO createDeploymentUnit(java.lang.String name)
DeploymentUnitDAO getDeploymentUnit(java.lang.String name)
java.util.Collection<DeploymentUnitDAO> getDeploymentUnits()
void close()
long getNextVersion()
void setVersion(long version)