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.
 

Method Detail

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 uuid
key -
Returns:
resolved object
Throws:
StorageException


Copyright © 2005 Apache Software Foundation. All Rights Reserved.