As this bean implements DisposableBean, a bean factory will automatically invoke this on destruction of its cached singletons.
107108109110111112113114115116117
template.afterPropertiesSet(); long number = (Long) template.executeAndConvertRpc("erlang", "abs", -161803399); Assert.assertEquals(161803399, number); cf.destroy(); } @Test public void testRawOtpConnect() throws Exception {