Package sk.ipesoft.d2000.d2japi
Interface D2SessionParameters
-
public interface D2SessionParametersParameters to create new session.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetHostName()Get name of the computer that the connecting client is running on.java.lang.StringgetPassword()java.lang.StringgetSessionName()java.lang.StringgetUserName()booleanisStaticProcess()Gettrueif new process is static.
-
-
-
Method Detail
-
getHostName
java.lang.String getHostName()
Get name of the computer that the connecting client is running on.- Returns:
- computer name
-
getSessionName
java.lang.String getSessionName()
- Returns:
- Name of created session; the session will be represented as a D2000 process with that name in the D2000 object model. In case session name is null, connector will create own session name.
-
getUserName
java.lang.String getUserName()
- Returns:
- Name of existing D2000 user.
-
getPassword
java.lang.String getPassword()
- Returns:
- Password of existing D2000 user.
-
isStaticProcess
boolean isStaticProcess()
Gettrueif new process is static.- Returns:
trueif new process is static
-
-