177178179180181182183184185186187
* Only throw an exception if we have no transaction * context and we require one. */ if (InterceptorInfo.getNeedTranContext()) throw new TRANSACTION_REQUIRED(); } } catch (TRANSACTION_REQUIRED ex) { throw ex;
197198199200201202203204205206207
234235236237238239240241242243244
* Only throw an exception if we have no transaction * context and we require one. */ if (InterceptorInfo.getNeedTranContext()) throw new TRANSACTION_REQUIRED(); } if (data != null) { byte[] octets = _codec.encode_value(data);
253254255256257258259260261262263
175176177178179180181182183184185
* Only throw an exception if we have no transaction * context and we require one. */ if (InterceptorInfo.getNeedTranContext()) throw new TRANSACTION_REQUIRED(); } } catch (TRANSACTION_REQUIRED ex) { ex.printStackTrace();
227228229230231232233234235236237
* Only throw an exception if we have no * transaction context and we require one. */ if (InterceptorInfo.getNeedTranContext()) throw new TRANSACTION_REQUIRED(); else stringRef = null; } if (stringRef != null)
178179180181182183184185186187188
231232233234235236237238239240241
173174175176177178179180181182183
188189190191192193194195196197198