pl.edu.pjwstk.yaod.store
Class Store

java.lang.Object
  |
  +--pl.edu.pjwstk.yaod.store.Store
Direct Known Subclasses:
PersistentStore

public abstract class Store
extends java.lang.Object


Constructor Summary
Store(java.lang.Integer id)
           
 
Method Summary
abstract  void close()
           
abstract  StoreClient createClient()
           
 java.lang.Integer getStoreId()
           
abstract  void open()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Store

public Store(java.lang.Integer id)
Method Detail

open

public abstract void open()
                   throws java.io.FileNotFoundException

close

public abstract void close()
                    throws java.io.IOException

getStoreId

public java.lang.Integer getStoreId()

createClient

public abstract StoreClient createClient()