
net.java.dev.vcc.spi.AbstractComputer 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.Computer;
import net.java.dev.vcc.api.ManagedObjectId;
/**
* Created by IntelliJ IDEA.
* User: user
* Date: 30-Apr-2009
* Time: 17:40:05
* To change this template use File | Settings | File Templates.
*/
public abstract class AbstractComputer extends AbstractManagedObject implements Computer {
protected AbstractComputer(ManagedObjectId id) {
super(id);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy