public class HPCCWsDFUXRefClient extends BaseHPCCWsClient
| Modifier and Type | Field and Description |
|---|---|
static String |
WSDFUXREFURI |
DEAFULTECLWATCHPORT, DEFAULTECLWATCHTLSPORT, initErrMessage, stub, targetESPInterfaceVer, targetHPCCBuildVersion, verbose, wsconn| Modifier | Constructor and Description |
|---|---|
protected |
HPCCWsDFUXRefClient(Connection baseConnection)
Instantiates a new HPCC WSDFUXREF client.
|
| Modifier and Type | Method and Description |
|---|---|
String |
action(String cluster,
String action,
String type,
org.hpccsystems.ws.client.gen.axis2.wsdfuxref.v1_02.EspStringArray xrefFilesArray)
Should provide either action or type
|
String |
build(String cluster) |
String |
buildCancel() |
void |
cleanDirectories(String cluster) |
ArrayOfXRefDirectoryWrapper |
directories(String cluster) |
ArrayOfXRefFileWrapper |
foundFiles(String cluster) |
static HPCCWsDFUXRefClient |
get(Connection connection)
Gets the.
|
static HPCCWsDFUXRefClient |
get(String protocol,
String targetHost,
String targetPort,
String user,
String pass)
Gets the.
|
static HPCCWsDFUXRefClient |
get(String protocol,
String targetHost,
String targetPort,
String user,
String pass,
int timeout)
Gets the.
|
org.apache.axis2.client.Stub |
getDefaultStub()
Gets the default stub.
|
static double |
getMinVerSupported() |
String |
getServiceURI()
Gets the service URI.
|
static int |
getServiceWSDLPort()
Gets the service WSDL port.
|
static String |
getServiceWSDLURL()
Gets the service WSDLURL.
|
protected void |
initWsDFUXRefClientStub(Connection conn)
Initializes the service's underlying stub Should only be used by constructors.
|
boolean |
isRuntimeVersionSupported() |
ArrayOfXRefNodeWrapper |
list() |
ArrayOfXRefFileWrapper |
lostFiles(String cluster) |
ArrayOfXRefMessageWrapper |
messages(String cluster) |
ArrayOfXRefFileWrapper |
orphanedFiles(String cluster) |
boolean |
ping()
Ping.
|
DFUXRefUnusedFilesResponseWrapper |
unusedFiles(String processCluster,
Boolean getFileDetails,
Boolean checkPackageMaps) |
compatibilityCheck, compatibilityCheck, equals, fastRefresh, fullRefresh, getConnectionURL, getInitError, getServiceVersion, getServiceVersion, getServiceWSDLPort, getServiceWSDLURL, getStubConnectionTO, getTargetESPInterfaceVersion, getVerbose, handleECLExceptions, handleECLExceptions, handleEspExceptions, handleEspExceptions, handleEspSoapFaults, handleEspSoapFaults, hashCode, hasInitError, isComplete, loadESPRuntimeInterfaceVer, setActiveConnectionInfo, setClientAuth, setStubConnectionTO, setStubOptions, setVerbose, verifyStubmonitoraddObserver, clearChanged, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers, setChangedpublic static final String WSDFUXREFURI
protected HPCCWsDFUXRefClient(Connection baseConnection)
baseConnection - the base connectionpublic static double getMinVerSupported()
public boolean isRuntimeVersionSupported()
public String getServiceURI()
getServiceURI in class BaseHPCCWsClientpublic static String getServiceWSDLURL()
public static int getServiceWSDLPort()
public org.apache.axis2.client.Stub getDefaultStub()
throws org.apache.axis2.AxisFault
BaseHPCCWsClientgetDefaultStub in class BaseHPCCWsClientorg.apache.axis2.AxisFault - the axis faultpublic static HPCCWsDFUXRefClient get(Connection connection)
connection - the connectionpublic static HPCCWsDFUXRefClient get(String protocol, String targetHost, String targetPort, String user, String pass)
protocol - the protocoltargetHost - the target hosttargetPort - the target portuser - the userpass - the passpublic static HPCCWsDFUXRefClient get(String protocol, String targetHost, String targetPort, String user, String pass, int timeout)
protocol - the protocoltargetHost - the target hosttargetPort - the target portuser - the userpass - the passtimeout - the timeoutprotected void initWsDFUXRefClientStub(Connection conn)
conn - -- All connection settings includedpublic DFUXRefUnusedFilesResponseWrapper unusedFiles(String processCluster, Boolean getFileDetails, Boolean checkPackageMaps) throws Exception
processCluster - getFileDetails - checkPackageMaps - Exceptionpublic ArrayOfXRefFileWrapper orphanedFiles(String cluster) throws Exception
cluster - Exceptionpublic ArrayOfXRefFileWrapper lostFiles(String cluster) throws Exception
cluster - Exceptionpublic ArrayOfXRefDirectoryWrapper directories(String cluster) throws Exception
Exceptionpublic String action(String cluster, String action, String type, org.hpccsystems.ws.client.gen.axis2.wsdfuxref.v1_02.EspStringArray xrefFilesArray) throws Exception
cluster - action - "Attach", "Delete", "DeleteLogical"type - "Found", "Lost", "Orphan"xrefFilesArray - Exceptionpublic void cleanDirectories(String cluster) throws Exception
cluster - Exceptionpublic String build(String cluster) throws Exception
cluster - Exceptionpublic ArrayOfXRefFileWrapper foundFiles(String cluster) throws Exception
cluster - Exceptionpublic ArrayOfXRefMessageWrapper messages(String cluster) throws Exception
cluster - Exceptionpublic ArrayOfXRefNodeWrapper list() throws Exception
ExceptionCopyright © 2021. All rights reserved.