Uses of Class
org.hpccsystems.ws.client.extended.HPCCWsAttributesClient
-
Packages that use HPCCWsAttributesClient Package Description org.hpccsystems.ws.client Provides several HPCC Systems client libraries used to actuate a variety of actions on a target HPCC Systems instance.org.hpccsystems.ws.client.extended Provides HPCC Systems client libraries used to actuate non-standard HPCC Web Service actions. -
-
Uses of HPCCWsAttributesClient in org.hpccsystems.ws.client
Methods in org.hpccsystems.ws.client that return HPCCWsAttributesClient Modifier and Type Method Description HPCCWsAttributesClientHPCCWsClient. getWsAttributesClient()Gets the ws attributes client.HPCCWsAttributesClientHPCCWsClient. getWsAttributesClient(String wsAttributesPort)provides WsAttributesClient for direct method execution. -
Uses of HPCCWsAttributesClient in org.hpccsystems.ws.client.extended
Methods in org.hpccsystems.ws.client.extended that return HPCCWsAttributesClient Modifier and Type Method Description static HPCCWsAttributesClientHPCCWsAttributesClient. get(String protocol, String targetHost, String targetPort, String user, String pass)Gets the.static HPCCWsAttributesClientHPCCWsAttributesClient. get(String protocol, String targetHost, String targetPort, String user, String pass, int timeout)Gets the.static HPCCWsAttributesClientHPCCWsAttributesClient. get(Connection connection)Gets the.
-