@Override
 public boolean isLocal() {
   return !poolType.isShared();
 }
 @Override
 public boolean isShared() {
   return poolType.isShared();
 }