change zone on processing unit using java api
I want to change the zone for a application using the java api on application that is running. How do it do this?
I have tried using
processingUnit.getRequiredContainerZones().isSatisfiedBy(exactZonesConfig)
But this does not seem to have any effect on the zone of the application from the gigaspaces ui.