Uses of Class
com.iizix.server.gyro.ClientSessionGyro
Packages that use ClientSessionGyro Package Description com.iizix.server.agreement com.iizix.server.app com.iizix.server.gyro com.iizix.server.monitor com.iizix.server.user Uses of ClientSessionGyro in com.iizix.server.agreement
Constructors in com.iizix.server.agreement with parameters of type ClientSessionGyro Constructor Description AcceptedAgreement(LicenseAgreement agreement, java.lang.String languageCode, AuthenticatedUser user, ClientSessionGyro clientGyro)
Constructs a user acceptance of an agreement.Uses of ClientSessionGyro in com.iizix.server.app
Methods in com.iizix.server.app with parameters of type ClientSessionGyro Modifier and Type Method Description java.util.List<PreloadClientCacheResource>
AppFactory. getPreloadClientCacheResources(ClientSessionGyro clientGyro)
Gets the resources that are required to be downloaded to the client if not present or outdated.Uses of ClientSessionGyro in com.iizix.server.gyro
Methods in com.iizix.server.gyro that return ClientSessionGyro Modifier and Type Method Description ClientSessionGyro
AppSessionGyro. createClientSessionGyro(ClientEndPoint clientEndPoint, Worker worker, EnvProps envProps)
Called to create the ClientSessionGyro for the first client session or for parallel client sessions.ClientSessionGyro[]
AppSessionGyro. getClientSessionGyros()
Gets the active client session Gyro's for this application session Gyro.static ClientSessionGyro
ClientSessionGyro. getSessionInstance()
Gets the runtime application instance for the current thread in a client session.static ClientSessionGyro
ClientSessionGyro. getSessionInstance(SessionInfo sessionInfo)
Gets the runtime application instance for the current thread in a client session.Methods in com.iizix.server.gyro with parameters of type ClientSessionGyro Modifier and Type Method Description boolean
AppSessionGyro. initialize(EnvProps envProps, ClientSessionGyro clientGyro)
Initiates the application for the client session.Uses of ClientSessionGyro in com.iizix.server.monitor
Constructors in com.iizix.server.monitor with parameters of type ClientSessionGyro Constructor Description ClientSessionProp(Atom atom, ClientSessionGyro cs)
Constructor for monitor.Uses of ClientSessionGyro in com.iizix.server.user
Methods in com.iizix.server.user that return ClientSessionGyro Modifier and Type Method Description ClientSessionGyro
UserProfileImageRequest. getClientSessionGyro()
Gets the client session gyro.