Uses of Class
com.iizix.server.prop.ServerApplicationSetupException
Packages that use ServerApplicationSetupException Package Description com.iizix.db.prop com.iizix.server com.iizix.server.app com.iizix.server.prop com.iizix.term.prop Uses of ServerApplicationSetupException in com.iizix.db.prop
Methods in com.iizix.db.prop that throw ServerApplicationSetupException Modifier and Type Method Description voidConnectionProfilesSetup. onApplicationLoad(AppFactory app)Called when the application is loaded.Uses of ServerApplicationSetupException in com.iizix.server
Methods in com.iizix.server that throw ServerApplicationSetupException Modifier and Type Method Description AppDefinitionIServer. registerApplication(java.lang.String id, AppDefinition app)Registers an application with an ID available in the server.AppDefinitionServerShell. registerApplication(java.lang.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 ServerApplicationSetupException Modifier and Type Method Description voidAppDefinition. 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 ServerApplicationSetupException Modifier and Type Method Description voidIServerApplicationSetupPropCnr. 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 ServerApplicationSetupException Modifier and Type Method Description voidSessionsProp. onApplicationLoad(AppFactory app)Called when the application is loaded.