T
- The type class that extends RegistryBean
public interface Query<T extends RegistryBean>
BeanPool
, which executes it. Note that the run(QueryContext)
method
returns beans.Modifier and Type | Method and Description |
---|---|
java.util.List<T> |
run(QueryContext pContext)
Called to perform the query.
|
java.util.List<T> run(QueryContext pContext) throws JAXRException, CSAppFrameworkException
pContext
- The QueryContext
instanceList
of objects obtained after executing the queryJAXRException
- If a JAXR related error occursCSAppFrameworkException
- If an error occurred while executing the query