Package de.mid.innovator.m2msdk.model
Class ServerSession
java.lang.Object
de.mid.innovator.m2msdk.model.ServerSession
- All Implemented Interfaces:
SessionInterface,Serializable,Remote
Session running on server holding all server models.
- Version:
- 11.1.0
- Author:
- jmback
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidEnd the current session and finalize all included objects.Get the client environment.getEnv()Get the Environment for the model transformation.Get the pool of all icons.getLog()Get log model.Get generic meta model.Get the configuration for the model transformation.Get the option model with all options.Get parser for all expressions.Get progress model.Get the type pool.Get workspace.booleantoString()
-
Constructor Details
-
ServerSession
Construct a server session.- Throws:
AbortExceptionRemoteException
-
-
Method Details
-
getParser
Description copied from interface:SessionInterfaceGet parser for all expressions.- Specified by:
getParserin interfaceSessionInterface- Returns:
- Parser to evaluate expressions
-
getWorkspace
Description copied from interface:SessionInterfaceGet workspace.- Specified by:
getWorkspacein interfaceSessionInterface- Returns:
- Workspace
-
getLog
Description copied from interface:SessionInterfaceGet log model.- Specified by:
getLogin interfaceSessionInterface- Returns:
- Log model
-
getProgress
Description copied from interface:SessionInterfaceGet progress model.- Specified by:
getProgressin interfaceSessionInterface- Returns:
- Progress model
-
getOptionModel
Description copied from interface:SessionInterfaceGet the option model with all options.- Specified by:
getOptionModelin interfaceSessionInterface- Returns:
- option model
-
getModelTransformationConfiguration
Description copied from interface:SessionInterfaceGet the configuration for the model transformation.- Specified by:
getModelTransformationConfigurationin interfaceSessionInterface- Returns:
- configuration for the model transformation
-
getEnv
Description copied from interface:SessionInterfaceGet the Environment for the model transformation.- Specified by:
getEnvin interfaceSessionInterface- Returns:
- environment
-
getTypePool
Description copied from interface:SessionInterfaceGet the type pool. Server and client have own type pools.- Specified by:
getTypePoolin interfaceSessionInterface- Returns:
- type pool
-
getMetaModel
Description copied from interface:SessionInterfaceGet generic meta model.- Specified by:
getMetaModelin interfaceSessionInterface- Returns:
- Meta model
-
getClientEnv
Description copied from interface:SessionInterfaceGet the client environment. It can be used for environment variables and variables from registry. Only on client.- Specified by:
getClientEnvin interfaceSessionInterface- Returns:
- environment
-
getIconPool
Description copied from interface:SessionInterfaceGet the pool of all icons. Only on client.- Specified by:
getIconPoolin interfaceSessionInterface- Returns:
- icon pool
-
finalizeSession
Description copied from interface:SessionInterfaceEnd the current session and finalize all included objects. Close fies, streams, registry, etc.- Specified by:
finalizeSessionin interfaceSessionInterface- Throws:
RemoteException
-
isFinished
- Specified by:
isFinishedin interfaceSessionInterface- Throws:
RemoteException
-
toString
-