Uses of Interface
com.iizix.server.IServer
Packages that use IServer
Package
Description
Uses of IServer in com.iizix.server
Classes in com.iizix.server that implement IServerModifier and TypeClassDescriptionclassServer using Jetty to serve a Run Configuration launch of an application from Eclipse.classThe Server Shell.classThe iiziServer in standard mode.Uses of IServer in com.iizix.server.app
Methods in com.iizix.server.app with parameters of type IServerModifier and TypeMethodDescriptionvoidAppFactory.initialize(IServer server) Initializes the factory and application.Uses of IServer in com.iizix.server.jakarta
Classes in com.iizix.server.jakarta that implement IServerModifier and TypeClassDescriptionclassThe JakartaEEServer is the iiziServer Shell running the JakartaEE environment.Uses of IServer in com.iizix.server.loadbalancer
Methods in com.iizix.server.loadbalancer with parameters of type IServerModifier and TypeMethodDescriptionLoadBalancer.initialize(IServer server) Initializes the module end point constructor.voidLoadBalancer.onServerReady(IServer server) Called when the server is ready.Uses of IServer in com.iizix.server.modules
Methods in com.iizix.server.modules with parameters of type IServerModifier and TypeMethodDescriptionIServerModule.initialize(IServer server) Initializes the module end point constructor.voidIServerModule.onServerReady(IServer server) Called when the server is ready.Uses of IServer in com.iizix.server.run.remote
Classes in com.iizix.server.run.remote that implement IServerModifier and TypeClassDescriptionclassThe IIZI Runtime Builder Server that processes remote building of customized iiziRun's from an iiziGo instance.