Uses of Class
com.iizix.server.prop.ServerApplicationSetupException
Packages that use ServerApplicationSetupException
Package
Description
Uses of ServerApplicationSetupException in com.iizix.db.prop
Methods in com.iizix.db.prop that throw ServerApplicationSetupExceptionModifier and TypeMethodDescriptionvoid
ConnectionProfilesSetup.onApplicationLoad
(AppFactory app) Called when the application is loaded.Uses of ServerApplicationSetupException in com.iizix.server
Methods in com.iizix.server that throw ServerApplicationSetupExceptionModifier 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
Methods in com.iizix.server.app that throw ServerApplicationSetupExceptionModifier 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
Methods in com.iizix.server.prop that throw ServerApplicationSetupExceptionModifier 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
Methods in com.iizix.term.prop that throw ServerApplicationSetupExceptionModifier and TypeMethodDescriptionvoid
SessionsProp.onApplicationLoad
(AppFactory app) Called when the application is loaded.