All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.java.dev.vcc.spi.AbstractComputerTemplate Maven / Gradle / Ivy

Go to download

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.ComputerTemplate;
import net.java.dev.vcc.api.ManagedObjectId;

/**
 * Created by IntelliJ IDEA.
 * User: user
 * Date: 06-May-2009
 * Time: 17:56:13
 * To change this template use File | Settings | File Templates.
 */
public abstract class AbstractComputerTemplate extends AbstractManagedObject implements ComputerTemplate {
    protected AbstractComputerTemplate(ManagedObjectId id) {
        super(id);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy