Uses of Interface
net.java.dev.vcc.api.Computer

Packages that use Computer
net.java.dev.vcc.spi   
 

Uses of Computer in net.java.dev.vcc.spi
 

Classes in net.java.dev.vcc.spi that implement Computer
 class AbstractComputer
          Created by IntelliJ IDEA.
 

Methods in net.java.dev.vcc.spi that return types with arguments of type Computer
 java.util.Set<Computer> AbstractDatacenter.getAllComputers()
          Gets all the virtual computers that are contained in this container including children.
 java.util.Set<Computer> AbstractHost.getAllComputers()
          Gets all the virtual computers that are contained in this container including children.
 java.util.Set<Computer> AbstractHostResourceGroup.getAllComputers()
          Gets all the virtual computers that are contained in this container including children.
 java.util.Set<Computer> AbstractDatacenterResourceGroup.getAllComputers()
          Gets all the virtual computers that are contained in this container including children.
 java.util.Set<Computer> AbstractHost.getComputers()
           
 java.util.Set<Computer> AbstractHostResourceGroup.getComputers()
          Gets all the virtual computers that are contained in this container.
 

Constructor parameters in net.java.dev.vcc.spi with type arguments of type Computer
AbstractComputer(ManagedObjectId<Computer> id)
           
 



Copyright © 2009. All Rights Reserved.