protected void reindexResource(RemoteResourceWrapper rrw, boolean rec)
throws RemoteAccessException
{
RemoteResource rr = rrw.getResource();
if (rr.isContainer()) {
rr.reindex(rec);
} else {
JOptionPane.
showMessageDialog(this,
rr.getValue("identifier")+
" is not a container.",