Class SAPAgentPanel

java.lang.Object
com.uc4.api.objects.SAPAgentPanel

public class SAPAgentPanel extends Object
This provides access to the values on the "SAP" tab of a host object. It stores the name of connection objects of the SAP agent.
  • Constructor Details

    • SAPAgentPanel

      protected SAPAgentPanel(com.uc4.util.XMLDocument host, ConnectionAttributes session)
      Creates a new instance using the XML document of a HOST object
      Parameters:
      host - XML Document which contains an XML panel
  • Method Details

    • hasValues

      protected boolean hasValues()
    • getAbapConnection

      public UC4ObjectName getAbapConnection()
      Returns:
      ABAP Connection Object
    • setAbapConnection

      public void setAbapConnection(UC4ObjectName abapConnection)
      Sets the ABAP Connection Object.
      Parameters:
      abapConnection - ABAP Connection
    • getXiConnection

      public UC4ObjectName getXiConnection()
      Returns:
      Connection Object for PI
    • setXiConnection

      public void setXiConnection(UC4ObjectName xiConnection)
      Parameters:
      xiConnection - Connection Object for PI
    • getJavaConnection

      public UC4ObjectName getJavaConnection()
      Returns:
      Connection Object for JXBP
    • setJavaConnection

      public void setJavaConnection(UC4ObjectName javaConnection)
      Parameters:
      javaConnection - Connection Object for JXBP
    • getSdlConnection

      public UC4ObjectName getSdlConnection()
      Returns:
      Connection Object for the SAP System Landscape Directory
    • setSdlConnection

      public void setSdlConnection(UC4ObjectName sdlConnection)
      Parameters:
      sdlConnection - Connection Object for the SAP System Landscape Directory
    • store

      protected void store(com.uc4.util.XMLDocument host, Element parent, ConnectionAttributes session)
      Saves the content of this panel in the specified XML document
      Parameters:
      host - XML Document
      parent - Element under which the content should be stored