Uses of Class
com.iizix.server.app.AppFactory
Package
Description
Uses of AppFactory in com.iizix.db.prop
Modifier and TypeMethodDescriptionvoid
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
Modifier and TypeMethodDescriptionfinal AppFactory
ServerShell.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
Modifier and TypeMethodDescriptionAppFactory.getAppFactory()
Gets the application factory.static AppFactory
AppFactory.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 AppFactory
SystemApp.getAppFactory()
Gets the SystemApp AppFactory.AppDefinition.getFactory()
Gets the application factory.ModifierConstructorDescriptionRuntimeApp
(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
Modifier and TypeMethodDescriptionvoid
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
Modifier and TypeFieldDescriptionfinal AppFactory
ClientParams.app
The application to use, null if not found.Uses of AppFactory in com.iizix.server.gyro
Uses of AppFactory in com.iizix.server.prop
Modifier and TypeMethodDescriptionvoid
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.user
Modifier and TypeMethodDescriptionfinal UserAuthenticationInfo
UserAuthentication.validateUser
(UserIdentifier userIdentifier, AppFactory appFactory, String validatePassword) Authenticates a user ID and password.Uses of AppFactory in com.iizix.server.vsviewer
Modifier and TypeFieldDescriptionfinal AppFactory
VSViewerParams.app
The application to use, null if not found.Uses of AppFactory in com.iizix.term.prop
Modifier and TypeMethodDescriptionvoid
SessionsProp.onApplicationLoad
(AppFactory app) Called when the application is loaded.void
SessionsProp.onApplicationUnload
(AppFactory app) Called when the application is unloaded.