VolD 0.1

PartitionedDirectoryBackend.java

Go to the documentation of this file.
00001 
00002 package de.zib.vold.backend;
00003 
00019 public interface PartitionedDirectoryBackend extends PartitionedDirectory
00020 {
00030         void open( );
00031 
00038         void close( );
00039 
00048         boolean isopen( );
00049 }