Uses of Interface
com.iizix.server.IServer
Package
Description
Uses of IServer in com.iizix.server
Modifier and TypeClassDescriptionclass
Server using Jetty to serve a Run Configuration launch of an application from Eclipse.class
The Server Shell.class
The iiziServer in standard mode.Uses of IServer in com.iizix.server.app
Modifier and TypeMethodDescriptionvoid
AppFactory.initialize
(IServer server) Initializes the factory and application.Uses of IServer in com.iizix.server.jakarta
Modifier and TypeClassDescriptionclass
The JakartaEEServer is the iiziServer Shell running the JakartaEE environment.Uses of IServer in com.iizix.server.loadbalancer
Modifier and TypeMethodDescriptionLoadBalancer.initialize
(IServer server) Initializes the module end point constructor.void
LoadBalancer.onServerReady
(IServer server) Called when the server is ready.Uses of IServer in com.iizix.server.modules
Modifier and TypeMethodDescriptionIServerModule.initialize
(IServer server) Initializes the module end point constructor.void
IServerModule.onServerReady
(IServer server) Called when the server is ready.Uses of IServer in com.iizix.server.run.remote
Modifier and TypeClassDescriptionclass
The IIZI Runtime Builder Server that processes remote building of customized iiziRun's from an iiziGo instance.