Uses of Class
com.iizix.server.gyro.AppSessionGyro
Package
Description
Uses of AppSessionGyro in com.iizix.db.prop
Modifier 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
Modifier 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
Modifier 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
Modifier 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
Modifier and TypeMethodDescriptionOAuthSession.getAppSessionGyro()
Returns the application session gyro instance.Uses of AppSessionGyro in com.iizix.server.prop
Modifier 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
Modifier 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.Modifier 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
Modifier 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
Modifier and TypeMethodDescriptionAppSessionManager.getAppSessionGyro()
Gets the application gyro for the session.Modifier 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.ModifierConstructorDescriptionTerminalHost
(TerminalProps terminalProps, AppSessionGyro appGyro) The constructor.