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

Packages that use ComputerSnapshot
net.java.dev.vcc.api   
net.java.dev.vcc.spi   
 

Uses of ComputerSnapshot in net.java.dev.vcc.api
 

Methods in net.java.dev.vcc.api that return ComputerSnapshot
 ComputerSnapshot ComputerSnapshot.getParent()
          Gets the parent snapshot from which this snapshot was derived.
 

Methods in net.java.dev.vcc.api that return types with arguments of type ComputerSnapshot
 java.util.Set<ComputerSnapshot> ComputerSnapshot.getChildren()
          Gets the child snapshots of this snapshot.
 java.util.Set<ComputerSnapshot> Computer.getSnapshots()
          Gets the snapshots of this computer that are currently available.
 

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

Classes in net.java.dev.vcc.spi that implement ComputerSnapshot
 class AbstractComputerSnapshot
          Created by IntelliJ IDEA.
 

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



Copyright © 2009. All Rights Reserved.