Uses of Interface
com.iizix.server.IServer
Packages that use IServer Package Description com.iizix.server com.iizix.server.app com.iizix.server.jakarta com.iizix.server.loadbalancer com.iizix.server.modules com.iizix.server.run.remote Uses of IServer in com.iizix.server
Classes in com.iizix.server that implement IServer Modifier and Type Class Description class
JettyRunConfiguration
Server using Jetty to serve a Run Configuration launch of an application from Eclipse.class
ServerShell
The Server Shell.class
StandardServer
The iizi Server in standard mode.Uses of IServer in com.iizix.server.app
Methods in com.iizix.server.app with parameters of type IServer Modifier and Type Method Description void
AppFactory. initialize(IServer server)
Initializes the factory and application.Uses of IServer in com.iizix.server.jakarta
Classes in com.iizix.server.jakarta that implement IServer Modifier and Type Class Description class
JakartaEEServer
The 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 IServer Modifier and Type Method Description IEndPointConstructor<java.lang.Object>
LoadBalancer. 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
Methods in com.iizix.server.modules with parameters of type IServer Modifier and Type Method Description IEndPointConstructor<OBJECT>
IServerModule. 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
Classes in com.iizix.server.run.remote that implement IServer Modifier and Type Class Description class
RuntimeBuilderServer
The iizi Runtime Builder Server that processes remote building of customized iiziRun's from an iiziGo instance.