Uses of Class
com.iizix.server.gyro.AppSessionGyro
Uses of AppSessionGyro in com.iizix.db.prop
Methods in com.iizix.db.prop with parameters of type AppSessionGyro Modifier and Type Method Description java.lang.String[]InputProps. bind(AppSessionGyro appGyro, NamedParameterStatement statement)Binds the variables from theand a virtualizedInputPropsfrom the application session to the statement.VirtualSpacevoidConnectionProfilesSetup. onApplicationSessionStarted(AppSessionGyro appGyro)Called when an application is instantiated and started by a user session.voidConnectionProfilesSetup. onApplicationSessionStopped(AppSessionGyro appGyro)Called when an application is stopped.voidConnectionProfilesSetup. onAppSessionEndPoint(EndPointPropCnr cnr, AppSessionGyro appGyro)Called when a new end point property container is added for a server monitor instance.Uses of AppSessionGyro in com.iizix.server
Methods in com.iizix.server with parameters of type AppSessionGyro Modifier and Type Method Description voidServerShell. onApplicationSessionStarted(AppSessionGyro appGyro)Called when an application is instantiated and started by a user session.voidServerShell. onApplicationSessionStopped(AppSessionGyro appGyro)Called when an application is stopped.Uses of AppSessionGyro in com.iizix.server.app
Methods in com.iizix.server.app with parameters of type AppSessionGyro Modifier and Type Method Description voidAppFactory. onApplicationSessionStarted(AppSessionGyro appGyro)Called when an application is instantiated and started by a user session.voidAppFactory. onApplicationSessionStopped(AppSessionGyro appGyro)Called when an application is stopped.Uses of AppSessionGyro in com.iizix.server.gyro
Methods in com.iizix.server.gyro that return AppSessionGyro Modifier and Type Method Description AppSessionGyroClientSessionGyro. getAppSessionGyro()Gets the Gyro for the application session.static AppSessionGyroAppSessionGyro. getSessionInstance()Gets the AppSessionGyro instance for the current thread in an application session.static AppSessionGyroAppSessionGyro. getSessionInstance(SessionInfo sessionInfo)Gets the AppSessionGyro instance for the current thread in a client session.Uses of AppSessionGyro in com.iizix.server.oauth
Methods in com.iizix.server.oauth that return AppSessionGyro Modifier and Type Method Description AppSessionGyroOAuthSession. getAppSessionGyro()Returns the application session gyro instance.Uses of AppSessionGyro in com.iizix.server.prop
Methods in com.iizix.server.prop with parameters of type AppSessionGyro Modifier and Type Method Description voidIServerApplicationSetupPropCnr. onApplicationSessionStarted(AppSessionGyro appGyro)Called when an application is instantiated and started by a user session.voidServerSettings. onApplicationSessionStarted(AppSessionGyro appGyro)Called when an application is instantiated and started by a user session.voidIServerApplicationSetupPropCnr. onApplicationSessionStopped(AppSessionGyro appGyro)Called when an application is stopped.voidServerSettings. onApplicationSessionStopped(AppSessionGyro appGyro)Called when an application is stopped.voidIServerApplicationSetupPropCnr. onAppSessionEndPoint(EndPointPropCnr cnr, AppSessionGyro appGyro)Called when a new end point property container is added for a server monitor instance.voidServerConfigEnvProps. onAppSessionEndPoint(EndPointPropCnr cnr, AppSessionGyro appGyro)Called when a new end point property container is added for a server monitor instance.Uses of AppSessionGyro in com.iizix.server.user
Methods in com.iizix.server.user that return AppSessionGyro Modifier and Type Method Description AppSessionGyroActiveUserSessions. addUser(ServerShell server, SessionInfo appSessionInfo, java.lang.ThreadGroup appThreadGroup, ClientParams clientParams)Requests adding a UserIdentifier as active session.AppSessionGyro[]UserSessions. getAllAppSessionGyros()Gets all the application session gyro's of the user.AppSessionGyroActiveUserSessions. getAppSessionGyro(ServerShell server, ClientParams clientParams)Gets the AppSessionGyro from an existing session.AppSessionGyroUserProfileImageRequest. getAppSessionGyro()Gets the application session gyro.AppSessionGyroUserSessions. getAppSessionGyro(java.lang.String sessionID)Gets an existing AppSessionGyro from a session ID.AppSessionGyroActiveUserSessions. getUserAppSession(VSViewerParams params)Gets the application gyro for an application, user and session ID for the VS Viewer.Methods in com.iizix.server.user with parameters of type AppSessionGyro Modifier and Type Method Description voidActiveUserSessions. onAppSessionUserChanged(AppSessionGyro appGyro)Called when the AppSessionGyro changes a user due to external login.voidUserSessions. onDisposed(AppSessionGyro appSessionGyro)Called when an application is disposed of.Uses of AppSessionGyro in com.iizix.term.prop
Methods in com.iizix.term.prop with parameters of type AppSessionGyro Modifier and Type Method Description TerminalHostTerminalProps. createTerminalHost(AppSessionGyro appGyro)Creates a terminal host that becomes associated with this property.voidSessionsProp. onApplicationSessionStarted(AppSessionGyro appGyro)Called when an application is instantiated and started by a user session.voidSessionsProp. onApplicationSessionStopped(AppSessionGyro appGyro)Called when an application is stopped.voidSessionsProp. onAppSessionEndPoint(EndPointPropCnr cnr, AppSessionGyro appGyro)Called when a new end point property container is added for a server monitor instance.Uses of AppSessionGyro in com.iizix.term.server
Methods in com.iizix.term.server that return AppSessionGyro Modifier and Type Method Description AppSessionGyroAppSessionManager. getAppSessionGyro()Gets the application gyro for the session.Methods in com.iizix.term.server with parameters of type AppSessionGyro Modifier and Type Method Description voidTerminalSessionManager. onApplicationSessionStarted(AppSessionGyro appGyro)Called when an application is instantiated and started by a user session.voidTerminalSessionManager. onApplicationSessionStopped(AppSessionGyro appGyro)Called when an application session is stopped.voidTerminalSessionManager. onAppSessionEndPoint(EndPointPropCnr cnr, AppSessionGyro appGyro)Called when a new end point property container is added for a server monitor instance.Constructors in com.iizix.term.server with parameters of type AppSessionGyro Constructor Description TerminalHost(TerminalProps terminalProps, AppSessionGyro appGyro)The constructor.