Interface ISonargraphBuildProxy
-
public interface ISonargraphBuildProxy
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ISonargraphBuildgetServiceReference()ServiceResponsestart()Start the SonargraphBuild application.ServiceResponsestop()Stop the SonargraphBuild instance.
-
-
-
Method Detail
-
start
ServiceResponse start()
Start the SonargraphBuild application.- Returns:
ServiceResponsecontaining status info.
-
stop
ServiceResponse stop()
Stop the SonargraphBuild instance.- Returns:
ServiceResponsecontaining status info.
-
getServiceReference
ISonargraphBuild getServiceReference()
-
-