*/
public static void main(String[] args) throws ConfigurationException,
ConnectionException, InterruptedException {
BlackTieServer server = new BlackTieServer("javaser");
server.tpadvertise("JAVASERV", BarService.class.getName());
server.block();
}
}