Uses of Interface
org.glassfish.virtualization.spi.PhasedFuture

Packages that use PhasedFuture
org.glassfish.virtualization.spi   
 

Uses of PhasedFuture in org.glassfish.virtualization.spi
 

Methods in org.glassfish.virtualization.spi that return PhasedFuture
 PhasedFuture<AllocationPhase,VirtualMachine> ServerPoolAllocationStrategy.allocate(AllocationConstraints constraints, EventSource<AllocationPhase> source)
          Allocates a virtual machine using the passed allocation characteristics
 PhasedFuture<AllocationPhase,VirtualMachine> IAAS.allocate(AllocationConstraints order, List<Listener<AllocationPhase>> listeners)
          Allocate a virtual machine based on the provided template.
 PhasedFuture<AllocationPhase,VirtualMachine> IAAS.allocate(AllocationStrategy strategy, AllocationConstraints constraints, List<Listener<AllocationPhase>> listeners)
          Allocate a virtual machine based on the provided template.
 PhasedFuture<AllocationPhase,VirtualMachine> AllocationStrategy.allocate(Collection<ServerPool> serverPools, AllocationConstraints constraints, List<Listener<AllocationPhase>> listeners)
          allocate a virtual machine within the provided server pools, notifying of progress all listeners
 PhasedFuture<AllocationPhase,VirtualMachine> ServerPool.allocate(TemplateInstance template, VirtualCluster cluster, EventSource<AllocationPhase> source)
          Allocates number of virtual machines on any machine belonging to this server pool, each virtual machine should be based on the provided template.
 PhasedFuture<AllocationPhase,VirtualMachine> Machine.create(TemplateInstance template, VirtualCluster cluster, EventSource<AllocationPhase> source)
          Allocate a new Virtual Machine on this machine.
 



Copyright © 2012. All Rights Reserved.