com.j_spaces.sadapter.GenericPA
Interface IQueryblePersistentAdapter


public interface IQueryblePersistentAdapter

This interface should be implemented in order to provide query support to the persistent adapter.


Method Summary
 Iterator select(PersistentContext context, PersistentMatchTemplate template)
          This method should be implemented for persistent storage with query support.
 

Method Detail

select

Iterator select(PersistentContext context,
                PersistentMatchTemplate template)
                throws SAException
This method should be implemented for persistent storage with query support.

Parameters:
context - Persistent implementation context
template - The template to be used the perform the lookup
Returns:
an iterator of the persistent entries which are suitable to the template expression
Throws:
SAException - In case a SA error occurred