constructor |
public VistaLinkVpidConnectionSpec(java.lang.String
division, java.lang.String vpid): constructor.
|
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.
|
vpid |
Input |
java.lang.String vpid: the VPID identifier for the
end-user.
|
|
getVpid |
public java.lang.String getVpid()
|
VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
return |
Output |
returns java.lang.String: VPID set in the connection
spec.
|
|
setVpid |
public void setVpid(java.lang.String vpid)
|
VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
vpid |
Input |
java.lang.String vpid: the VPID to set for this
connection spec.
|
|