@SuppressWarnings("unused")
final AtomicInteger pingTime = this.remoteDiscoveryImpl.getPingTime(mgr, entry.manager.address.getHostAddress(), entry.manager.port);
this.remoteDiscoveryImpl.syso("cache rem 8");
// Query the information (needs to be inside a privileged block, otherwise applets might complain.
final ExportInfo exportInfo = AccessController.doPrivileged(new PrivilegedAction<ExportInfo>() {
public ExportInfo run() {
return mgr.getExportInfoFor(getPlugin().getCanonicalName());
}
});
this.remoteDiscoveryImpl.syso("cache rem 9");