979899100101102103104105106107
incCurrentMirror(); try{ this.connect(); } catch (Exception ex1) { ex1.printStackTrace(); throw new ConnectionPersistenceMechanismException( ExceptionMessages.EXC_FALHA_GET_CANAL_COMUNICACAO,this.url); } } } }
156157158159160161162163164165
try { this.connect(); return getCommunicationChannel(false).createStatement(); } catch (Exception ex1) { ex1.printStackTrace(); throw new ConnectionPersistenceMechanismException( ExceptionMessages.EXC_FALHA_GET_CANAL_COMUNICACAO,this.url); } } }
205206207208209210211212213214215
this.url = this.url + "1"; this.connect(); resposta = this.getCommunicationChannel(porTransacao); } catch (Exception ex1){ ex.printStackTrace(); throw new ConnectionPersistenceMechanismException( ExceptionMessages.EXC_FALHA_GET_CANAL_COMUNICACAO,this.url); } } return resposta; }