update cached invoker proxy

This commit is contained in:
Doug MacEachern 2006-09-08 17:01:02 +00:00
parent 9d7275a29b
commit e83a49026c
1 changed files with 1 additions and 0 deletions

View File

@ -67,6 +67,7 @@ public class SigarInvokerJMX extends SigarInvoker {
}
if ((invoker = (SigarInvokerJMX)cache.get(name)) != null) {
invoker.setProxy(proxy);
return invoker;
}