159160161162163164165166167168169
throw new RegistryException(ex); } finally { if (dataStore != null) dataStore.release(); } } /***************************************************************************/
109110111112113114115116117118119
9899100101102103104105106107108
throw new RegistryException(ex); } finally { if (dataStore != null) dataStore.release(); } // didn't encounter an exception so let's create // and return a successfull DispositionReport DispositionReport dispRpt = new DispositionReport();
129130131132133134135136137138139
116117118119120121122123124125126
throw new RegistryException(ex); } finally { if (dataStore != null) dataStore.release(); } } /***************************************************************************/ /***************************** TEST DRIVER *********************************/
192193194195196197198199200201202
198199200201202203204205206207208
125126127128129130131132133134135
949596979899100101102103104