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

Packages that use Listener
org.glassfish.virtualization.spi   
 

Uses of Listener in org.glassfish.virtualization.spi
 

Methods in org.glassfish.virtualization.spi with parameters of type Listener
 void EventSource.addListener(Listener<T> listener, ExecutorService executorService)
          add a listener to this event source.
 

Method parameters in org.glassfish.virtualization.spi with type arguments of type Listener
 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
 



Copyright © 2012. All Rights Reserved.