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 the
and a virtualizedInputProps
from the application session to the statement.VirtualSpace
void
ConnectionProfilesSetup.onApplicationSessionStarted
(AppSessionGyro appGyro) Called when an application is instantiated and started by a user session.void
ConnectionProfilesSetup.onApplicationSessionStopped
(AppSessionGyro appGyro) Called when an application is stopped.void
ConnectionProfilesSetup.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 TypeMethodDescriptionvoid
ServerShell.onApplicationSessionStarted
(AppSessionGyro appGyro) Called when an application is instantiated and started by a user session.void
ServerShell.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 TypeMethodDescriptionvoid
AppFactory.onApplicationSessionStarted
(AppSessionGyro appGyro) Called when an application is instantiated and started by a user session.void
AppFactory.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 AppSessionGyro
AppSessionGyro.getSessionInstance()
Gets the AppSessionGyro instance for the current thread in an application session.static AppSessionGyro
AppSessionGyro.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 TypeMethodDescriptionvoid
IServerApplicationSetupPropCnr.onApplicationSessionStarted
(AppSessionGyro appGyro) Called when an application is instantiated and started by a user session.void
ServerSettings.onApplicationSessionStarted
(AppSessionGyro appGyro) Called when an application is instantiated and started by a user session.void
IServerApplicationSetupPropCnr.onApplicationSessionStopped
(AppSessionGyro appGyro) Called when an application is stopped.void
ServerSettings.onApplicationSessionStopped
(AppSessionGyro appGyro) Called when an application is stopped.void
IServerApplicationSetupPropCnr.onAppSessionEndPoint
(EndPointPropCnr cnr, AppSessionGyro appGyro) Called when a new end point property container is added for a server monitor instance.void
ServerConfigEnvProps.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 TypeMethodDescriptionvoid
ActiveUserSessions.onAppSessionUserChanged
(AppSessionGyro appGyro) Called when the AppSessionGyro changes a user due to external login.void
UserSessions.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.void
SessionsProp.onApplicationSessionStarted
(AppSessionGyro appGyro) Called when an application is instantiated and started by a user session.void
SessionsProp.onApplicationSessionStopped
(AppSessionGyro appGyro) Called when an application is stopped.void
SessionsProp.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 TypeMethodDescriptionvoid
TerminalSessionManager.onApplicationSessionStarted
(AppSessionGyro appGyro) Called when an application is instantiated and started by a user session.void
TerminalSessionManager.onApplicationSessionStopped
(AppSessionGyro appGyro) Called when an application session is stopped.void
TerminalSessionManager.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.