net.hycube.simulator.SimulatorServiceProxyFactory Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of hycube-simulator Show documentation
Show all versions of hycube-simulator Show documentation
HyCube Simulator is a container running multiple HyCube node instances, providing an interface for performing operations on individual nodes.
package net.hycube.simulator;
public interface SimulatorServiceProxyFactory {
public SimulatorServiceProxy createSimulatorServiceProxy(String url) throws SimulatorServiceProxyException;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy