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 TypeMethodDescriptionvoidConnectionProfilesSetup.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 AppDefinitionServerShell.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 TypeMethodDescriptionvoidAppDefinition.loadApplication(ServerShell server) Loads the application.booleanAppDefinition.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 TypeMethodDescriptionvoidIServerApplicationSetupPropCnr.onApplicationLoad(AppFactory app) Called when the application is loaded.voidServerSettings.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 TypeMethodDescriptionvoidSessionsProp.onApplicationLoad(AppFactory app) Called when the application is loaded.