m_sentCounter.add(1);
conn.write(data);
}
catch (IOException ex)
{
throw new FileConnectionException("err.rpc.file.ioErr", ex);
}
catch (ResourceException ex)
{
throw new IntegrationException("err.rpc.file.cannotSend",
new Object[] {m_channel.getName()}, ex);