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 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 AppSessionGyro Modifier and Type Method Description void
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 AppSessionGyro Modifier and Type Method Description void
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 AppSessionGyro Modifier and Type Method Description AppSessionGyro
ClientSessionGyro. 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 AppSessionGyro Modifier and Type Method Description AppSessionGyro
OAuthSession. 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 void
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 AppSessionGyro Modifier and Type Method Description AppSessionGyro
ActiveUserSessions. 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.AppSessionGyro
ActiveUserSessions. getAppSessionGyro(ServerShell server, ClientParams clientParams)
Gets the AppSessionGyro from an existing session.AppSessionGyro
UserProfileImageRequest. getAppSessionGyro()
Gets the application session gyro.AppSessionGyro
UserSessions. getAppSessionGyro(java.lang.String sessionID)
Gets an existing AppSessionGyro from a session ID.AppSessionGyro
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 AppSessionGyro Modifier and Type Method Description void
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 AppSessionGyro Modifier and Type Method Description TerminalHost
TerminalProps. 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 AppSessionGyro Modifier and Type Method Description AppSessionGyro
AppSessionManager. getAppSessionGyro()
Gets the application gyro for the session.Methods in com.iizix.term.server with parameters of type AppSessionGyro Modifier and Type Method Description void
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 AppSessionGyro Constructor Description TerminalHost(TerminalProps terminalProps, AppSessionGyro appGyro)
The constructor.