Uses of Class
com.iizix.server.prop.ServerApplicationSetupException
Package
Description
Uses of ServerApplicationSetupException in com.iizix.db.prop
Modifier and TypeMethodDescriptionvoid
ConnectionProfilesSetup.onApplicationLoad
(AppFactory app) Called when the application is loaded.Uses of ServerApplicationSetupException in com.iizix.server
Modifier and TypeMethodDescriptionIServer.registerApplication
(String id, AppDefinition app) Registers an application with an ID available in the server.final AppDefinition
ServerShell.registerApplication
(String id, AppDefinition app) Registers an application with an ID available in the server.Uses of ServerApplicationSetupException in com.iizix.server.app
Modifier and TypeMethodDescriptionvoid
AppDefinition.loadApplication
(ServerShell server) Loads the application.boolean
AppDefinition.reload
(ServerShell server, boolean forceReload) Reloads the application if it has changed.Uses of ServerApplicationSetupException 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.Uses of ServerApplicationSetupException in com.iizix.term.prop
Modifier and TypeMethodDescriptionvoid
SessionsProp.onApplicationLoad
(AppFactory app) Called when the application is loaded.