Uses of Class
com.iizix.server.gyro.AppSessionGyro
Packages that use AppSessionGyro
Package
Description
Uses of AppSessionGyro in com.iizix.db.prop
Methods in com.iizix.db.prop with parameters of type AppSessionGyroModifier and TypeMethodDescriptionString[]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 AppSessionGyroModifier and TypeMethodDescriptionvoidServerShell.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 AppSessionGyroModifier and TypeMethodDescriptionvoidAppFactory.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 AppSessionGyroModifier and TypeMethodDescriptionClientSessionGyro.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 AppSessionGyroModifier and TypeMethodDescriptionOAuthSession.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 AppSessionGyroModifier and TypeMethodDescriptionvoidIServerApplicationSetupPropCnr.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 AppSessionGyroModifier and TypeMethodDescriptionActiveUserSessions.addUser(ServerShell server, SessionInfo appSessionInfo, ThreadGroup appThreadGroup, ClientParams clientParams) Requests adding a UserIdentifier as active session.UserSessions.getAllAppSessionGyros()Gets all the application session gyro's of the user.ActiveUserSessions.getAppSessionGyro(ServerShell server, ClientParams clientParams) Gets the AppSessionGyro from an existing session.UserProfileImageRequest.getAppSessionGyro()Gets the application session gyro.UserSessions.getAppSessionGyro(String sessionID) Gets an existing AppSessionGyro from a session ID.ActiveUserSessions.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 AppSessionGyroModifier and TypeMethodDescriptionvoidActiveUserSessions.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 AppSessionGyroModifier and TypeMethodDescriptionTerminalProps.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 AppSessionGyroModifier and TypeMethodDescriptionAppSessionManager.getAppSessionGyro()Gets the application gyro for the session.Methods in com.iizix.term.server with parameters of type AppSessionGyroModifier and TypeMethodDescriptionvoidTerminalSessionManager.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 AppSessionGyroModifierConstructorDescriptionTerminalHost(TerminalProps terminalProps, AppSessionGyro appGyro) The constructor.