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

Packages that use TemplateInstance
org.glassfish.virtualization.spi   
 

Uses of TemplateInstance in org.glassfish.virtualization.spi
 

Methods in org.glassfish.virtualization.spi that return TemplateInstance
 TemplateInstance TemplateRepository.byName(String name)
          Lookup a template instance by its name
 TemplateInstance AllocationConstraints.getTemplate()
          Returns the template associated with the virtual machine order.
 

Methods in org.glassfish.virtualization.spi that return types with arguments of type TemplateInstance
 Collection<TemplateInstance> TemplateRepository.all()
          Returns all the templates registered in the repository.
 Collection<TemplateInstance> TemplateRepository.get(SearchCriteria criteria)
          Search the repository for all templates satisfying the passed SearchCriteria.
 

Methods in org.glassfish.virtualization.spi with parameters of type TemplateInstance
 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.
 void ServerPool.install(TemplateInstance template)
           
 void Machine.install(TemplateInstance template)
           
 

Constructors in org.glassfish.virtualization.spi with parameters of type TemplateInstance
AllocationConstraints(TemplateInstance template, VirtualCluster targetCluster)
           
 



Copyright © 2012. All Rights Reserved.