Class SAPAgentPanel


  • public class SAPAgentPanel
    extends java.lang.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 Detail

      • 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 Detail

      • 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,
                             org.w3c.dom.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