PortableRemoteObject.narrow(ref, CabinHomeRemote.class);
// re-create the single cabin (#30) we deleted with Client_4 example
makeCabin(c_home, 30, 3, 1, 3, 309);
list = agent.listCabins(1,3);
System.out.println("2nd List: After re-creating cabin number 30");
for (int i = 0; i < list.length; i++) {
System.out.println(list[i]);
}