com.softwareag.centrasite.appl.framework.persistence
Interface Query<T extends RegistryBean>


public interface Query<T extends RegistryBean>

Interface for providing a custom JAXR query. It is can be passed to the BeanPool, which executes it. Note that the run(QueryContext) method returns beans.


Method Summary
 java.util.List<T> run(QueryContext pContext)
          Called to perform the query.
 

Method Detail

run

java.util.List<T> run(QueryContext pContext)
                                           throws javax.xml.registry.JAXRException,
                                                  CSAppFrameworkException
Called to perform the query.

Throws:
javax.xml.registry.JAXRException
CSAppFrameworkException