public class RAConnection extends UC4Object
| Constructor and Description |
|---|
RAConnection() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getConnectionName()
Returns the technical name of the connection within the RA solution.
|
java.lang.String |
getSolutionName()
Returns the technical name of the RA solution which belongs to this connection.
|
UC4HostName |
getTestAgentName()
Returns the name of an RA Agent which is able to use this connection.
|
Header |
header()
Returns the header data of this object.
|
boolean |
isExecutable()
Returns
true if this Object can be executed. |
protected void |
loadContent(com.uc4.util.XMLDocument doc,
ConnectionAttributes session) |
OCVPanel |
ocvValues()
This method provides access to the values of this Connection Object.
|
protected void |
storeContent(com.uc4.util.XMLDocument doc,
org.w3c.dom.Element objectElement,
ConnectionAttributes sessionInfo)
Stores the object specific data under the
objectElement element. |
public Header header()
public OCVPanel ocvValues()
public java.lang.String getSolutionName()
public java.lang.String getConnectionName()
public UC4HostName getTestAgentName()
protected void loadContent(com.uc4.util.XMLDocument doc,
ConnectionAttributes session)
protected void storeContent(com.uc4.util.XMLDocument doc,
org.w3c.dom.Element objectElement,
ConnectionAttributes sessionInfo)
UC4ObjectobjectElement element.doc - XML Document, used to create subelementsobjectElement - the newly created elements are children of the objectElement elementsessionInfo - Information about the current sessionpublic boolean isExecutable()
UC4Objecttrue if this Object can be executed.isExecutable in class UC4Object