Uses of Class
com.iizix.server.app.RuntimeApp
Packages that use RuntimeApp
Uses of RuntimeApp in com.iizix.server.app
Methods in com.iizix.server.app that return RuntimeAppModifier and TypeMethodDescriptionstatic RuntimeApp
RuntimeApp.getSessionInstance()
Gets the runtime application instance for the current thread in a client session.Uses of RuntimeApp in com.iizix.server.gyro
Methods in com.iizix.server.gyro that return RuntimeAppModifier and TypeMethodDescriptionClientSessionGyro.getRuntimeApp()
Gets the RuntimeApp for the Gyro instance.Methods in com.iizix.server.gyro with parameters of type RuntimeAppModifier and TypeMethodDescriptionvoid
ClientSessionGyro.setApplication
(RuntimeApp runtimeApp) Sets the runtime application.