Class ClientEnvironment
java.lang.Object
de.mid.innovator.m2msdk.application.ClientEnvironment
- All Implemented Interfaces:
Serializable
Access to client environment of user's machine.
- Version:
- 10.1.1
- Author:
- jmback
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidEnd the client environment.replaceEnv(OptionModelInterface iOption, String iValue) Replace in a given value the values of environment variables.replaceEnv(String iValue) Replace in a given value the values of environment variables.
-
Constructor Details
-
ClientEnvironment
Constructor with a session.- Parameters:
iSession-- Throws:
RemoteException
-
-
Method Details
-
replaceEnv
public String replaceEnv(OptionModelInterface iOption, String iValue) throws RemoteException, M2MException Replace in a given value the values of environment variables.- Parameters:
iOption- current option model to use for searchiValue- String containing environment variables- Returns:
- String with resolved values
- Throws:
RemoteExceptionM2MException
-
replaceEnv
Replace in a given value the values of environment variables.- Parameters:
iValue- String containing environment variables- Returns:
- String with resolved values
- Throws:
RemoteExceptionM2MException
-
finalizeSession
public void finalizeSession()End the client environment. Further access to methods will fail. -
getInodir
-
getInohome
-