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 void
ConnectionProfilesSetup. 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 AppDefinition
IServer. registerApplication(java.lang.String id, AppDefinition app)
Registers an application with an ID available in the server.AppDefinition
ServerShell. 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 void
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 ServerApplicationSetupException Modifier and Type Method Description void
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 ServerApplicationSetupException Modifier and Type Method Description void
SessionsProp. onApplicationLoad(AppFactory app)
Called when the application is loaded.