Uses of Class
com.iizix.server.app.AppFactory
- Uses of AppFactory in com.iizix.db.prop- Methods in com.iizix.db.prop with parameters of type AppFactory - Modifier and Type - Method - Description - void- ConnectionProfilesSetup. - onApplicationLoad(AppFactory app)Called when the application is loaded.- void- ConnectionProfilesSetup. - onApplicationUnload(AppFactory app)Called when the application is unloaded.
- Uses of AppFactory in com.iizix.server- Methods in com.iizix.server that return AppFactory - Modifier and Type - Method - Description - AppFactory- ServerShell. - getApplication(java.lang.String id)Gets an application that has been registered with an ID.- AppFactory[]- ServerShell. - getApplications()Gets the applications that are loaded and registered.
- Uses of AppFactory in com.iizix.server.app- Methods in com.iizix.server.app that return AppFactory - Modifier and Type - Method - Description - AppFactory- AppFactory. - getAppFactory()Gets the application factory.- static AppFactory- AppFactory. - getAppFactory(GProp<?> anyProp)From a property, virtualized or not, get the AppFactory instance.- AppFactory- IRuntimeReferenceLookup. - getAppFactory()Gets the application factory.- AppFactory- RuntimeApp. - getAppFactory()Gets the application factory.- static AppFactory- SystemApp. - getAppFactory()Gets the SystemApp AppFactory.- AppFactory- AppDefinition. - getFactory()Gets the application factory.- Constructors in com.iizix.server.app with parameters of type AppFactory - Constructor - Description - RuntimeApp(SessionInfo sessionInfo, AppFactory appFactory, PropMgr propMgr, ClientProps clientRoot, IFocusEngineProvider focusEngineProvider, IVirtualsContainer<VirtualSpace> virtualSpace)Creates the runtime application a client session.
- Uses of AppFactory in com.iizix.server.app.prop- Methods in com.iizix.server.app.prop that return AppFactory - Modifier and Type - Method - Description - AppFactory- AppPropCnr. - getAppFactory()Gets the application factory.- Methods in com.iizix.server.app.prop with parameters of type AppFactory - Modifier and Type - Method - Description - void- AppPropCnr. - initialize(AppFactory factory, EnvProps serverEnvProps)Creates a PropCnr for the designer with the specified name with a null value.
- Uses of AppFactory in com.iizix.server.client- Fields in com.iizix.server.client declared as AppFactory - Modifier and Type - Field - Description - AppFactory- ClientParams. - appThe application to use, null if not found.
- Uses of AppFactory in com.iizix.server.gyro- Methods in com.iizix.server.gyro that return AppFactory - Modifier and Type - Method - Description - AppFactory- AppSessionGyro. - getAppFactory()Gets the application factory.
- Uses of AppFactory in com.iizix.server.prop- Methods in com.iizix.server.prop with parameters of type AppFactory - Modifier and Type - Method - Description - void- IServerApplicationSetupPropCnr. - onApplicationLoad(AppFactory app)Called when the application is loaded.- void- ServerSettings. - onApplicationLoad(AppFactory app)Called when the application is loaded.- void- IServerApplicationSetupPropCnr. - onApplicationUnload(AppFactory app)Called when the application is unloaded.- void- ServerSettings. - onApplicationUnload(AppFactory app)Called when the application is unloaded.
- Uses of AppFactory in com.iizix.server.vsviewer- Fields in com.iizix.server.vsviewer declared as AppFactory - Modifier and Type - Field - Description - AppFactory- VSViewerParams. - appThe application to use, null if not found.
- Uses of AppFactory in com.iizix.term.prop- Methods in com.iizix.term.prop with parameters of type AppFactory - Modifier and Type - Method - Description - void- SessionsProp. - onApplicationLoad(AppFactory app)Called when the application is loaded.- void- SessionsProp. - onApplicationUnload(AppFactory app)Called when the application is unloaded.