{
Log.addSink(null);
Log.report("StartRemoteDistributedHashTableListener");
String uri = "tcp://localhost:4007";
MainDistributedHashTableListener implFactory = new MainDistributedHashTableListener();
listener = DistributedHashTableHelper.newListener( uri, null, implFactory );
listener.transportControl( Transport.START_AND_WAIT_UP, 4000 );
Log.report( "StartDistributedHashTableRemoteListener",