2000);
assertNotNull("Read object is null!", taken);
}
public void testNotify() throws Throwable
{
SimpleBean bean = new SimpleBean("lior_AddListener", 1);
final SimpleBean templateBean = new SimpleBean("lior_AddListener", 1);
RemoteEventListener listener = new RemoteEventListener(){
public void notify(RemoteEvent remoteevent)
throws UnknownEventException, RemoteException{
assertNotNull("is null",remoteevent);
}