next.addNamingListener(this, target, scope, l);
}
catch (RemoteException e)
{
CommunicationException ce = new CommunicationException("addNamingListener failed");
ce.initCause(e);
}
}
public void addNamingListener(String target, int scope, NamingListener l)
throws NamingException