Package com.uc4.api.objects
Class SAPAgentPanel
- java.lang.Object
-
- com.uc4.api.objects.SAPAgentPanel
-
public class SAPAgentPanel extends java.lang.ObjectThis 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 Summary
Constructors Modifier Constructor Description protectedSAPAgentPanel(com.uc4.util.XMLDocument host, ConnectionAttributes session)Creates a new instance using the XML document of a HOST object
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UC4ObjectNamegetAbapConnection()UC4ObjectNamegetJavaConnection()UC4ObjectNamegetSdlConnection()UC4ObjectNamegetXiConnection()protected booleanhasValues()voidsetAbapConnection(UC4ObjectName abapConnection)Sets the ABAP Connection Object.voidsetJavaConnection(UC4ObjectName javaConnection)voidsetSdlConnection(UC4ObjectName sdlConnection)voidsetXiConnection(UC4ObjectName xiConnection)protected voidstore(com.uc4.util.XMLDocument host, org.w3c.dom.Element parent, ConnectionAttributes session)Saves the content of this panel in the specified XML document
-
-
-
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 Documentparent- Element under which the content should be stored
-
-