org.apache.ode.store
Interface ConfStoreConnection

All Known Implementing Classes:
ConfStoreConnectionHib, ConfStoreConnectionJpa

public interface ConfStoreConnection


Method Summary
 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)
           
 

Method Detail

createDeploymentUnit

DeploymentUnitDAO createDeploymentUnit(java.lang.String name)

getDeploymentUnit

DeploymentUnitDAO getDeploymentUnit(java.lang.String name)

getDeploymentUnits

java.util.Collection<DeploymentUnitDAO> getDeploymentUnits()

close

void close()

getNextVersion

long getNextVersion()

setVersion

void setVersion(long version)