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

net.java.dev.vcc.spi.DatacenterConnection 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.Log;
import net.java.dev.vcc.api.LogFactory;

import java.io.IOException;

public interface DatacenterConnection {
    boolean acceptsUrl(String url);

    AbstractDatacenter connect(String url, String username, char[] password, LogFactory logFactory) throws IOException;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy