yarn.setColor("green");
persion.setPurr("meow meow");
persion.setColor("blue");
persion.setToy(yarn);
try {
binding.animalIn(cat);
} catch (java.rmi.RemoteException re) {
throw new junit.framework.AssertionFailedError("animalIn Exception caught: " + re );
}
try {
binding.animalInout(new AnimalHolder(cat));