Uses of Class
com.iizix.server.app.RuntimeApp
Packages that use RuntimeApp Package Description com.iizix.server.app com.iizix.server.gyro Uses of RuntimeApp in com.iizix.server.app
Methods in com.iizix.server.app that return RuntimeApp Modifier and Type Method Description static 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 RuntimeApp Modifier and Type Method Description RuntimeApp
ClientSessionGyro. getRuntimeApp()
Gets the RuntimeApp for the Gyro instance.Methods in com.iizix.server.gyro with parameters of type RuntimeApp Modifier and Type Method Description void
ClientSessionGyro. setApplication(RuntimeApp runtimeApp)
Sets the runtime application.