Getting a handle to the DataBahn (RMI)
public void getDataBahnHandle() {
_chatSession.createBahn(partyName, "Chat");
System.out.println("New Party created");
} catch (jdceRMIBahnException e) {
System.out.println("Exception in creations" +e);
// long startTime = System.currentTimeMillis();
_chatBahn = _chatSession.getDataBahnHandle(partyName, "Chat");
} catch (jdceRMIBahnException e) {
System.out.println("Exception in creations" +e);