/* 164 */ ConnectionAdvised del = (ConnectionAdvised)invocation.getTargetObject();
/* 165 */ ServerConnectionEndpoint ce = (ServerConnectionEndpoint)del.getEndpoint();
/* */
/* 167 */ MethodInvocation mi = (MethodInvocation)invocation;
/* */
/* 169 */ TransactionRequest t = (TransactionRequest)mi.getArguments()[0];
/* */
/* 171 */ ClientTransaction txState = t.getState();
/* */ Iterator iterDestinations;
/* 173 */ if (txState != null)
/* */ {
/* 176 */ HashSet destinations = new HashSet();
/* */