/** @throws Exception */
@BeforeClass
public static void init() throws Exception
{
TransportFactory.define( "rohit", new TcpTransportFactory() );
String uri = "rohit://0.0.0.0:4040";
listener = Test1Helper.newListener( uri, null, new MainTest1Listener() );