org.netbeans.mdr.persistence
Interface ObjectResolver
- public interface ObjectResolver
Interface used for resolving external links (accross storages).
- Author:
- Daniel Prusa, Tomas Zezula
Method Summary |
java.lang.Object |
resolve(java.lang.String storageID,
java.lang.Object key)
Resolves object specified by storage id and key. |
resolve
public java.lang.Object resolve(java.lang.String storageID,
java.lang.Object key)
throws StorageException
- Resolves object specified by storage id and key.
- Parameters:
storageID
- related storage uuidkey
-
- Returns:
- resolved object
- Throws:
StorageException
Copyright © 2005-2007 Apache Software Foundation. All Rights Reserved.