protected STelescopeArrayList ejbHomeQueryAllImpl(XMLDispatcherContext xdCtx)
throws XMLDispatcherUserException, XMLDispatcherAppException {
ITelescopeDAO dao = TelescopeDAOFactory.getTelescopeDAOInstance();
try {
return dao.fetchAll();
}
catch (DAOException e) {
logcat.error("DAOError", e);
throw new XMLDispatcherAppException(e.getMessage());
}