org.netbeans.mdr.persistence
Interface StorageClient
- All Known Implementing Classes:
- Btree, MofidIndex, MultivaluedBtree, MultivaluedOrderedBtree, SinglevaluedBtree
public interface StorageClient
StorageClient is implemented by objects stored in the MDR which
themselves access the MDR. When the MDR instantiates such an object,
it calls setStorage on it, passing it the Storage implementation which
created it
Method Summary |
void |
setStorage(Storage storage)
Pass the object the Storage implementation. |
setStorage
void setStorage(Storage storage)
- Pass the object the Storage implementation. The object can use this
to fetch other objects from the MDR.
- Parameters:
storage
- the Stroage implementation which
instantiated the object
Copyright © 2005-2011 Apache Software Foundation. All Rights Reserved.