constructor |
public
VistaLinkAppProxyConnectionSpec(java.lang.String division, java.lang.String
appProxyName)
|
VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
division |
Input |
java.lang.String division: The station number (e.g.,
"523", "523BZ", etc.) requested as the division under which logon/actions
should be conducted for this user on the target Kernel/M system.
|
appProxyName |
Input |
java.lang.String appProxyName: The Application Proxy
Name identifier for the proxy user.
|
|
getAppProxyName |
java.lang.String getAppProxyName()
|
VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
return |
Output |
returns java.lang.String Application Proxy Name.
|
|
setAppProxyName |
public void setAppProxyName(java.lang.String string)
|
VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
name |
Input |
java.lang.String name to set the Application Proxy
Name to.
|
|