Package com.uc4.api.objects
Class SAPAgentPanel
java.lang.Object
com.uc4.api.objects.SAPAgentPanel
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 Summary
ConstructorsModifierConstructorDescriptionprotected
SAPAgentPanel
(com.uc4.util.XMLDocument host, ConnectionAttributes session) Creates a new instance using the XML document of a HOST object -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
void
setAbapConnection
(UC4ObjectName abapConnection) Sets the ABAP Connection Object.void
setJavaConnection
(UC4ObjectName javaConnection) void
setSdlConnection
(UC4ObjectName sdlConnection) void
setXiConnection
(UC4ObjectName xiConnection) protected void
store
(com.uc4.util.XMLDocument host, Element parent, ConnectionAttributes session) Saves the content of this panel in the specified XML document
-
Constructor Details
-
SAPAgentPanel
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
- Returns:
- ABAP Connection Object
-
setAbapConnection
Sets the ABAP Connection Object.- Parameters:
abapConnection
- ABAP Connection
-
getXiConnection
- Returns:
- Connection Object for PI
-
setXiConnection
- Parameters:
xiConnection
- Connection Object for PI
-
getJavaConnection
- Returns:
- Connection Object for JXBP
-
setJavaConnection
- Parameters:
javaConnection
- Connection Object for JXBP
-
getSdlConnection
- Returns:
- Connection Object for the SAP System Landscape Directory
-
setSdlConnection
- Parameters:
sdlConnection
- Connection Object for the SAP System Landscape Directory
-
store
Saves the content of this panel in the specified XML document- Parameters:
host
- XML Documentparent
- Element under which the content should be stored
-