All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.hpccsystems.ws.client.gen.axis2.wstopology.v1_30.WsTopology Maven / Gradle / Ivy

Go to download

This project allows a user to interact with ESP services in a controlled manner. The API calls available under org.hpccsystems.ws.client.platform allow for a user to target ESP's across multiple environments running a range of hpccsystems-platform versions. There is no guarantee that if a user utilizes org.hpccsystems.ws.client.gen generated stub code from wsdl, that the calls will be backwards compatible with older hpccsystems-platform versions.

There is a newer version: 9.8.2-1
Show newest version
/**
 * WsTopology.java
 *
 * This file was auto-generated from WSDL
 * by the Apache Axis2 version: 1.7.9  Built on : Nov 16, 2018 (12:05:37 GMT)
 */
package org.hpccsystems.ws.client.gen.axis2.wstopology.v1_30;


/*
 *  WsTopology java interface
 */
public interface WsTopology {
    /**
     * Auto generated method signature
     *
     * @param tpServiceQueryRequest
     * @throws org.hpccsystems.ws.client.gen.axis2.wstopology.v1_30.EspSoapFault :
     */
    public org.hpccsystems.ws.client.gen.axis2.wstopology.v1_30.TpServiceQueryResponse tpServiceQuery(
        org.hpccsystems.ws.client.gen.axis2.wstopology.v1_30.TpServiceQueryRequest tpServiceQueryRequest)
        throws java.rmi.RemoteException,
            org.hpccsystems.ws.client.gen.axis2.wstopology.v1_30.EspSoapFault;

    /**
     * Auto generated method signature
     *
     * @param tpGetServicePluginsRequest
     * @throws org.hpccsystems.ws.client.gen.axis2.wstopology.v1_30.EspSoapFault :
     */
    public org.hpccsystems.ws.client.gen.axis2.wstopology.v1_30.TpGetServicePluginsResponse tpGetServicePlugins(
        org.hpccsystems.ws.client.gen.axis2.wstopology.v1_30.TpGetServicePluginsRequest tpGetServicePluginsRequest)
        throws java.rmi.RemoteException,
            org.hpccsystems.ws.client.gen.axis2.wstopology.v1_30.EspSoapFault;

    /**
     * Auto generated method signature
     *
     * @param tpClusterQueryRequest
     * @throws org.hpccsystems.ws.client.gen.axis2.wstopology.v1_30.EspSoapFault :
     */
    public org.hpccsystems.ws.client.gen.axis2.wstopology.v1_30.TpClusterQueryResponse tpClusterQuery(
        org.hpccsystems.ws.client.gen.axis2.wstopology.v1_30.TpClusterQueryRequest tpClusterQueryRequest)
        throws java.rmi.RemoteException,
            org.hpccsystems.ws.client.gen.axis2.wstopology.v1_30.EspSoapFault;

    /**
     * Auto generated method signature
     *
     * @param tpLogicalClusterQueryRequest
     * @throws org.hpccsystems.ws.client.gen.axis2.wstopology.v1_30.EspSoapFault :
     */
    public org.hpccsystems.ws.client.gen.axis2.wstopology.v1_30.TpLogicalClusterQueryResponse tpLogicalClusterQuery(
        org.hpccsystems.ws.client.gen.axis2.wstopology.v1_30.TpLogicalClusterQueryRequest tpLogicalClusterQueryRequest)
        throws java.rmi.RemoteException,
            org.hpccsystems.ws.client.gen.axis2.wstopology.v1_30.EspSoapFault;

    /**
     * Auto generated method signature
     *
     * @param tpListTargetClustersRequest
     * @throws org.hpccsystems.ws.client.gen.axis2.wstopology.v1_30.EspSoapFault :
     */
    public org.hpccsystems.ws.client.gen.axis2.wstopology.v1_30.TpListTargetClustersResponse tpListTargetClusters(
        org.hpccsystems.ws.client.gen.axis2.wstopology.v1_30.TpListTargetClustersRequest tpListTargetClustersRequest)
        throws java.rmi.RemoteException,
            org.hpccsystems.ws.client.gen.axis2.wstopology.v1_30.EspSoapFault;

    /**
     * Auto generated method signature
     *
     * @param tpThorStatusRequest
     * @throws org.hpccsystems.ws.client.gen.axis2.wstopology.v1_30.EspSoapFault :
     */
    public org.hpccsystems.ws.client.gen.axis2.wstopology.v1_30.TpThorStatusResponse tpThorStatus(
        org.hpccsystems.ws.client.gen.axis2.wstopology.v1_30.TpThorStatusRequest tpThorStatusRequest)
        throws java.rmi.RemoteException,
            org.hpccsystems.ws.client.gen.axis2.wstopology.v1_30.EspSoapFault;

    /**
     * Auto generated method signature
     *
     * @param tpGetComponentFileRequest
     * @throws org.hpccsystems.ws.client.gen.axis2.wstopology.v1_30.EspSoapFault :
     */
    public org.hpccsystems.ws.client.gen.axis2.wstopology.v1_30.TpGetComponentFileResponse tpGetComponentFile(
        org.hpccsystems.ws.client.gen.axis2.wstopology.v1_30.TpGetComponentFileRequest tpGetComponentFileRequest)
        throws java.rmi.RemoteException,
            org.hpccsystems.ws.client.gen.axis2.wstopology.v1_30.EspSoapFault;

    /**
     * Auto generated method signature
     *
     * @param tpClusterInfoRequest
     * @throws org.hpccsystems.ws.client.gen.axis2.wstopology.v1_30.EspSoapFault :
     */
    public org.hpccsystems.ws.client.gen.axis2.wstopology.v1_30.TpClusterInfoResponse tpClusterInfo(
        org.hpccsystems.ws.client.gen.axis2.wstopology.v1_30.TpClusterInfoRequest tpClusterInfoRequest)
        throws java.rmi.RemoteException,
            org.hpccsystems.ws.client.gen.axis2.wstopology.v1_30.EspSoapFault;

    /**
     * Auto generated method signature
     *
     * @param tpGroupQueryRequest
     * @throws org.hpccsystems.ws.client.gen.axis2.wstopology.v1_30.EspSoapFault :
     */
    public org.hpccsystems.ws.client.gen.axis2.wstopology.v1_30.TpGroupQueryResponse tpGroupQuery(
        org.hpccsystems.ws.client.gen.axis2.wstopology.v1_30.TpGroupQueryRequest tpGroupQueryRequest)
        throws java.rmi.RemoteException,
            org.hpccsystems.ws.client.gen.axis2.wstopology.v1_30.EspSoapFault;

    /**
     * Auto generated method signature
     *
     * @param tpDropZoneQueryRequest
     * @throws org.hpccsystems.ws.client.gen.axis2.wstopology.v1_30.EspSoapFault :
     */
    public org.hpccsystems.ws.client.gen.axis2.wstopology.v1_30.TpDropZoneQueryResponse tpDropZoneQuery(
        org.hpccsystems.ws.client.gen.axis2.wstopology.v1_30.TpDropZoneQueryRequest tpDropZoneQueryRequest)
        throws java.rmi.RemoteException,
            org.hpccsystems.ws.client.gen.axis2.wstopology.v1_30.EspSoapFault;

    /**
     * Auto generated method signature
     *
     * @param tpSetMachineStatusRequest
     * @throws org.hpccsystems.ws.client.gen.axis2.wstopology.v1_30.EspSoapFault :
     */
    public org.hpccsystems.ws.client.gen.axis2.wstopology.v1_30.TpSetMachineStatusResponse tpSetMachineStatus(
        org.hpccsystems.ws.client.gen.axis2.wstopology.v1_30.TpSetMachineStatusRequest tpSetMachineStatusRequest)
        throws java.rmi.RemoteException,
            org.hpccsystems.ws.client.gen.axis2.wstopology.v1_30.EspSoapFault;

    /**
     * Auto generated method signature
     *
     * @param wsTopologyPingRequest
     * @throws org.hpccsystems.ws.client.gen.axis2.wstopology.v1_30.EspSoapFault :
     */
    public org.hpccsystems.ws.client.gen.axis2.wstopology.v1_30.WsTopologyPingResponse ping(
        org.hpccsystems.ws.client.gen.axis2.wstopology.v1_30.WsTopologyPingRequest wsTopologyPingRequest)
        throws java.rmi.RemoteException,
            org.hpccsystems.ws.client.gen.axis2.wstopology.v1_30.EspSoapFault;

    /**
     * Auto generated method signature
     *
     * @param tpSwapNodeRequest
     * @throws org.hpccsystems.ws.client.gen.axis2.wstopology.v1_30.EspSoapFault :
     */
    public org.hpccsystems.ws.client.gen.axis2.wstopology.v1_30.TpSwapNodeResponse tpSwapNode(
        org.hpccsystems.ws.client.gen.axis2.wstopology.v1_30.TpSwapNodeRequest tpSwapNodeRequest)
        throws java.rmi.RemoteException,
            org.hpccsystems.ws.client.gen.axis2.wstopology.v1_30.EspSoapFault;

    /**
     * Auto generated method signature
     *
     * @param systemLogRequest
     * @throws org.hpccsystems.ws.client.gen.axis2.wstopology.v1_30.EspSoapFault :
     */
    public org.hpccsystems.ws.client.gen.axis2.wstopology.v1_30.SystemLogResponse systemLog(
        org.hpccsystems.ws.client.gen.axis2.wstopology.v1_30.SystemLogRequest systemLogRequest)
        throws java.rmi.RemoteException,
            org.hpccsystems.ws.client.gen.axis2.wstopology.v1_30.EspSoapFault;

    /**
     * Auto generated method signature
     *
     * @param tpLogFileRequest
     * @throws org.hpccsystems.ws.client.gen.axis2.wstopology.v1_30.EspSoapFault :
     */
    public org.hpccsystems.ws.client.gen.axis2.wstopology.v1_30.TpLogFileResponse tpLogFileDisplay(
        org.hpccsystems.ws.client.gen.axis2.wstopology.v1_30.TpLogFileRequest tpLogFileRequest)
        throws java.rmi.RemoteException,
            org.hpccsystems.ws.client.gen.axis2.wstopology.v1_30.EspSoapFault;

    /**
     * Auto generated method signature
     *
     * @param tpLogFileRequest0
     * @throws org.hpccsystems.ws.client.gen.axis2.wstopology.v1_30.EspSoapFault :
     */
    public org.hpccsystems.ws.client.gen.axis2.wstopology.v1_30.TpLogFileResponse tpLogFile(
        org.hpccsystems.ws.client.gen.axis2.wstopology.v1_30.TpLogFileRequest tpLogFileRequest0)
        throws java.rmi.RemoteException,
            org.hpccsystems.ws.client.gen.axis2.wstopology.v1_30.EspSoapFault;

    /**
     * Auto generated method signature
     *
     * @param tpMachineQueryRequest
     * @throws org.hpccsystems.ws.client.gen.axis2.wstopology.v1_30.EspSoapFault :
     */
    public org.hpccsystems.ws.client.gen.axis2.wstopology.v1_30.TpMachineQueryResponse tpMachineQuery(
        org.hpccsystems.ws.client.gen.axis2.wstopology.v1_30.TpMachineQueryRequest tpMachineQueryRequest)
        throws java.rmi.RemoteException,
            org.hpccsystems.ws.client.gen.axis2.wstopology.v1_30.EspSoapFault;

    /**
     * Auto generated method signature
     *
     * @param tpTargetClusterQueryRequest
     * @throws org.hpccsystems.ws.client.gen.axis2.wstopology.v1_30.EspSoapFault :
     */
    public org.hpccsystems.ws.client.gen.axis2.wstopology.v1_30.TpTargetClusterQueryResponse tpTargetClusterQuery(
        org.hpccsystems.ws.client.gen.axis2.wstopology.v1_30.TpTargetClusterQueryRequest tpTargetClusterQueryRequest)
        throws java.rmi.RemoteException,
            org.hpccsystems.ws.client.gen.axis2.wstopology.v1_30.EspSoapFault;

    /**
     * Auto generated method signature
     *
     * @param tpMachineInfoRequest
     * @throws org.hpccsystems.ws.client.gen.axis2.wstopology.v1_30.EspSoapFault :
     */
    public org.hpccsystems.ws.client.gen.axis2.wstopology.v1_30.TpMachineInfoResponse tpMachineInfo(
        org.hpccsystems.ws.client.gen.axis2.wstopology.v1_30.TpMachineInfoRequest tpMachineInfoRequest)
        throws java.rmi.RemoteException,
            org.hpccsystems.ws.client.gen.axis2.wstopology.v1_30.EspSoapFault;

    /**
     * Auto generated method signature
     *
     * @param tpXMLFileRequest
     * @throws org.hpccsystems.ws.client.gen.axis2.wstopology.v1_30.EspSoapFault :
     */
    public org.hpccsystems.ws.client.gen.axis2.wstopology.v1_30.TpXMLFileResponse tpXMLFile(
        org.hpccsystems.ws.client.gen.axis2.wstopology.v1_30.TpXMLFileRequest tpXMLFileRequest)
        throws java.rmi.RemoteException,
            org.hpccsystems.ws.client.gen.axis2.wstopology.v1_30.EspSoapFault;

    //
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy