}
protected SInstrumentArrayList ejbHomeQueryByTelescopeImpl(XMLDispatcherContext xdCtx, SObjRef rqst)
throws XMLDispatcherUserException, XMLDispatcherAppException
{
IInstrumentDAO dao = InstrumentDAOFactory.getInstrumentDAOInstance();
try {
return dao.fetchByTelescopeId(new Integer(rqst.getObjId()));
}
catch (DAOException e) {
logcat.error("DAOError", e);
throw new XMLDispatcherAppException(e.getMessage());
}