Constructor and Description |
---|
GXConfig() |
Modifier and Type | Method and Description |
---|---|
void |
addVariable(GXVariable variable)
Adds a variable to the framework configuration
The variable will be used in the internal framework requests to the server.
|
void |
addVariable(String varName,
String varValue) |
Object |
clone() |
String |
get_ApplicationName()
For .NET framework usage.
|
String |
get_Description()
For .NET framework usage.
|
boolean |
get_FailOnWarning()
For .NET framework usage.
|
String |
get_HostNewPassword()
For .NET framework usage.
|
String |
get_HostPassword()
For .NET framework usage.
|
String |
get_HostUserName()
For .NET framework usage.
|
String |
get_Password()
For .NET framework usage.
|
String |
get_ServerURL()
For .NET framework usage.
|
String |
get_ServiceName()
For .NET framework usage.
|
String |
get_SessionId()
For .NET framework usage.
|
boolean |
get_ShowIntermediateScreen()
For .NET framework usage.
|
GXVariable |
get_Variable(String varName)
For .NET framework usage.
|
GXVariable[] |
get_Variables()
For .NET framework usage.
|
boolean |
get_VariablesModified()
For .NET framework usage.
|
String |
getApplicationName()
The name of the ApplinX application.
|
String |
getDescription()
The description of the session in ApplinX server.
|
String |
getHostNewPassword() |
String |
getHostPassword()
The host password.
|
String |
getHostUserName()
The host user name for SSH and Natural-Unix protocol only.
|
String |
getPassword()
The password to the session in ApplinX server.
|
GXIApplicationServerContext |
getServerContext()
For J2EE usage only.
|
String |
getServerURL()
The ApplinX server URL, by default it is applinx://localhost:2323.
|
String |
getServiceName()
Formally known as host service
The connection pool used to get a session. |
String |
getSessionId()
The session ID in ApplinX server.
|
GXVariable |
getVariable(String varName)
Returns a variable used by the framework by the specified variable name.
|
GXVariable[] |
getVariables()
An array of variables to be passed to the server.
|
boolean |
isFailOnWarning() |
boolean |
isShowIntermediateScreen()
Determines whether to show intermediate host screens.
|
boolean |
isVariablesModified()
For internal usage
|
void |
removeVariable(String varName) |
void |
set_ApplicationName(String applicationName)
For .NET framework usage.
|
void |
set_Description(String desc)
For .NET framework usage.
|
void |
set_FailOnWarning(boolean failOnWarning)
For .NET framework usage.
|
void |
set_HostNewPassword(String hostNewPassword)
For .NET framework usage.
|
void |
set_HostPassword(String hostPassword)
For .NET framework usage.
|
void |
set_HostUserName(String hostUserName)
For .NET framework usage.
|
void |
set_Password(String password)
For .NET framework usage.
|
void |
set_ServerURL(String serverURL)
For .NET framework usage.
|
void |
set_ServiceName(String serviceName)
For .NET framework usage.
|
void |
set_SessionId(String sessionId)
For .NET framework usage.
|
void |
set_ShowIntermediateScreen(boolean show)
For .NET framework usage.
|
void |
set_Variables(GXVariable[] variables)
For .NET framework usage.
|
void |
setApplicationName(String applicationName)
The name of the ApplinX application.
|
void |
setDescription(String desc)
The description of the session in ApplinX server.
|
void |
setFailOnWarning(boolean failOnWarning) |
void |
setHostNewPassword(String hostNewPassword) |
void |
setHostPassword(String hostPassword)
The host password.
|
void |
setHostUserName(String hostUserName)
The host user name.
|
void |
setPassword(String password)
The password required to access a specific session on the ApplinX server.
|
void |
setServerContext(GXIApplicationServerContext serverContext)
For J2EE usage only.
|
void |
setServerURL(String serverURL)
The ApplinX server URL, by default it is applinx://localhost:2323.
|
void |
setServiceName(String serviceName)
Formally known as host service
The connection pool used to get a session. |
void |
setSessionId(String sessionId)
The Session ID in the web server.
|
void |
setShowIntermediateScreen(boolean show)
Determine whether to show intermediate host screens.
|
void |
setVariables(GXVariable[] variables)
An array of variables to be passed to the server.
|
String |
toString() |
public String get_ServerURL()
public void set_ServerURL(String serverURL)
public String getServerURL()
public void setServerURL(String serverURL)
serverURL
- The ApplinX server URLpublic String get_SessionId()
public void set_SessionId(String sessionId)
public String getSessionId()
public void setSessionId(String sessionId)
sessionId
- the session ID in ApplinX serverpublic String get_HostUserName()
public void set_HostUserName(String hostUserName)
public String getHostUserName()
public void setHostUserName(String hostUserName)
hostUserName
- the host user name for SSH and Natural-Unix protocolpublic String get_ApplicationName()
public void set_ApplicationName(String applicationName)
public String getApplicationName()
public void setApplicationName(String applicationName)
applicationName
- the name of the ApplinX applicationpublic String get_Description()
public void set_Description(String desc)
public String getDescription()
public void setDescription(String desc)
desc
- the description of the session in ApplinX serverpublic String get_Password()
public void set_Password(String password)
public String getPassword()
public void setPassword(String password)
password
- the password to the session in ApplinX serverpublic String get_HostPassword()
public void set_HostPassword(String hostPassword)
public String getHostPassword()
public void setHostPassword(String hostPassword)
hostPassword
- the host password for SSH and Natural-Unix protocol onlypublic String get_ServiceName()
public void set_ServiceName(String serviceName)
public String getServiceName()
public void setServiceName(String serviceName)
serviceName
- the connection pool used to get a sessionpublic GXVariable[] getVariables()
GXBaseObjectConstants
public GXVariable[] get_Variables()
public void set_Variables(GXVariable[] variables)
public void setVariables(GXVariable[] variables)
variables
- an array of variables to be passed to the serverGXBaseObjectConstants
public GXVariable getVariable(String varName)
public void addVariable(GXVariable variable)
public void removeVariable(String varName)
public boolean isVariablesModified()
public GXIApplicationServerContext getServerContext()
public void setServerContext(GXIApplicationServerContext serverContext)
serverContext
- the ApplinX server context when running in local modepublic boolean isShowIntermediateScreen()
public void setShowIntermediateScreen(boolean show)
show
- whether to show intermediate host screenspublic boolean get_ShowIntermediateScreen()
public void set_ShowIntermediateScreen(boolean show)
public Object clone() throws CloneNotSupportedException
clone
in class Object
CloneNotSupportedException
public String getHostNewPassword()
public void setHostNewPassword(String hostNewPassword)
public boolean isFailOnWarning()
public void setFailOnWarning(boolean failOnWarning)
public GXVariable get_Variable(String varName)
public boolean get_VariablesModified()
public String get_HostNewPassword()
public void set_HostNewPassword(String hostNewPassword)
public boolean get_FailOnWarning()
public void set_FailOnWarning(boolean failOnWarning)
Copyright 2021 Software AG. All rights reserved. Use is subject to license terms.