Uses of Class
com.iizix.server.app.AppFactory
Packages that use AppFactory
Package
Description
Uses of AppFactory in com.iizix.db.prop
Methods in com.iizix.db.prop with parameters of type AppFactoryModifier and TypeMethodDescriptionvoidConnectionProfilesSetup.onApplicationLoad(AppFactory app) Called when the application is loaded.voidConnectionProfilesSetup.onApplicationUnload(AppFactory app) Called when the application is unloaded.Uses of AppFactory in com.iizix.server
Methods in com.iizix.server that return AppFactoryModifier and TypeMethodDescriptionfinal AppFactoryServerShell.getApplication(String id) Gets an application that has been registered with an ID.final 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 AppFactoryModifier and TypeMethodDescriptionAppFactory.getAppFactory()Gets the application factory.static AppFactoryAppFactory.getAppFactory(GProp<?> anyProp) From a property, virtualized or not, get the AppFactory instance.IRuntimeReferenceLookup.getAppFactory()Gets the application factory.RuntimeApp.getAppFactory()Gets the application factory.static AppFactorySystemApp.getAppFactory()Gets the SystemApp AppFactory.AppDefinition.getFactory()Gets the application factory.Constructors in com.iizix.server.app with parameters of type AppFactoryModifierConstructorDescriptionRuntimeApp(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 AppFactoryMethods in com.iizix.server.app.prop with parameters of type AppFactoryModifier and TypeMethodDescriptionvoidAppPropCnr.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 AppFactoryModifier and TypeFieldDescriptionfinal AppFactoryClientParams.appThe application to use, null if not found.Uses of AppFactory in com.iizix.server.gyro
Methods in com.iizix.server.gyro that return AppFactoryUses of AppFactory in com.iizix.server.prop
Methods in com.iizix.server.prop with parameters of type AppFactoryModifier and TypeMethodDescriptionvoidIServerApplicationSetupPropCnr.onApplicationLoad(AppFactory app) Called when the application is loaded.voidServerSettings.onApplicationLoad(AppFactory app) Called when the application is loaded.voidIServerApplicationSetupPropCnr.onApplicationUnload(AppFactory app) Called when the application is unloaded.voidServerSettings.onApplicationUnload(AppFactory app) Called when the application is unloaded.Uses of AppFactory in com.iizix.server.user
Methods in com.iizix.server.user with parameters of type AppFactoryModifier and TypeMethodDescriptionfinal UserAuthenticationInfoUserAuthentication.validateUser(UserIdentifier userIdentifier, AppFactory appFactory, String validatePassword) Authenticates a user ID and password.Uses of AppFactory in com.iizix.server.vsviewer
Fields in com.iizix.server.vsviewer declared as AppFactoryModifier and TypeFieldDescriptionfinal AppFactoryVSViewerParams.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 AppFactoryModifier and TypeMethodDescriptionvoidSessionsProp.onApplicationLoad(AppFactory app) Called when the application is loaded.voidSessionsProp.onApplicationUnload(AppFactory app) Called when the application is unloaded.