Uses of Interface
com.iizix.server.IEndPointConstructor
Uses of IEndPointConstructor in com.iizix.server
Methods in com.iizix.server with parameters of type IEndPointConstructor Modifier and Type Method Description protected boolean
ServerShell. registerEndPointConstructor(IEndPointConstructor<?> epc)
Registers an end point constructor.protected boolean
ServerShell. unregisterEndPointConstructor(IEndPointConstructor<?> epc)
Unregisters an end point constructor.Uses of IEndPointConstructor in com.iizix.server.client
Classes in com.iizix.server.client that implement IEndPointConstructor Modifier and Type Class Description class
ClientEndPointConstructor
The JavaScript client end point constructor.Uses of IEndPointConstructor in com.iizix.server.loadbalancer
Methods in com.iizix.server.loadbalancer that return IEndPointConstructor Modifier and Type Method Description IEndPointConstructor<java.lang.Object>
LoadBalancer. initialize(IServer server)
Initializes the module end point constructor.Uses of IEndPointConstructor in com.iizix.server.modules
Methods in com.iizix.server.modules that return IEndPointConstructor Modifier and Type Method Description IEndPointConstructor<OBJECT>
IServerModule. initialize(IServer server)
Initializes the module end point constructor.Uses of IEndPointConstructor in com.iizix.server.monitor
Classes in com.iizix.server.monitor that implement IEndPointConstructor Modifier and Type Class Description class
VirtualizedMonitorEndPointConstructor
The VirtualizedMonitor constructor of end points.Uses of IEndPointConstructor in com.iizix.server.run.remote
Classes in com.iizix.server.run.remote that implement IEndPointConstructor Modifier and Type Class Description class
RemoteBuilderEndPointConstructor
The Remote Customized iiziRun Builder constructor of end points.Uses of IEndPointConstructor in com.iizix.server.vsviewer
Classes in com.iizix.server.vsviewer that implement IEndPointConstructor Modifier and Type Class Description class
VSViewerEndPointConstructor
The VirtualSpace Viewer end point constructor.