Uses of Class
org.gcube.data.analysis.dataminermanagercl.server.dmservice.SClient
-
-
Uses of SClient in org.gcube.data.analysis.dataminermanagercl.server
Methods in org.gcube.data.analysis.dataminermanagercl.server that return SClient Modifier and Type Method Description SClientDataMinerService. getClient()SClientDataMinerService. getClient(String token)SClientDataMinerService. getClient(String token, String serviceAddressUrl) -
Uses of SClient in org.gcube.data.analysis.dataminermanagercl.server.dmservice
Subclasses of SClient in org.gcube.data.analysis.dataminermanagercl.server.dmservice Modifier and Type Class Description classSClient4WPSClient 4 WPS ServiceMethods in org.gcube.data.analysis.dataminermanagercl.server.dmservice that return SClient Modifier and Type Method Description SClientSClientDirector. getSClient()SClientSClientSpec. getSClient()Methods in org.gcube.data.analysis.dataminermanagercl.server.dmservice with parameters of type SClient Modifier and Type Method Description voidSClientSpec. setSClient(SClient sClient) -
Uses of SClient in org.gcube.data.analysis.dataminermanagercl.server.monitor
Constructors in org.gcube.data.analysis.dataminermanagercl.server.monitor with parameters of type SClient Constructor Description DMMonitor(ComputationId computationId, SClient sClient)DMMonitorTask(DMMonitor dmMonitor, ComputationId computationId, SClient sClient, ArrayList<DMMonitorListener> listeners)
-