
net.java.dev.vcc.spi.AbstractComputerSnapshot Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of vcc-api Show documentation
Show all versions of vcc-api Show documentation
The API for control of virtual computers running on a virtual computer host
The newest version!
package net.java.dev.vcc.spi;
import net.java.dev.vcc.api.ComputerSnapshot;
import net.java.dev.vcc.api.ManagedObjectId;
/**
* Created by IntelliJ IDEA.
* User: user
* Date: 06-May-2009
* Time: 17:54:46
* To change this template use File | Settings | File Templates.
*/
public abstract class AbstractComputerSnapshot extends AbstractManagedObject implements ComputerSnapshot {
protected AbstractComputerSnapshot(ManagedObjectId id) {
super(id);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy