Uses of Interface
com.iizix.server.IEndPointConstructor
Packages that use IEndPointConstructor
Package
Description
Uses of IEndPointConstructor in com.iizix.server
Methods in com.iizix.server with parameters of type IEndPointConstructorModifier and TypeMethodDescriptionprotected final boolean
ServerShell.registerEndPointConstructor
(IEndPointConstructor<?> epc) Registers an end point constructor.protected final 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 IEndPointConstructorModifier and TypeClassDescriptionclass
The JavaScript client end point constructor.Uses of IEndPointConstructor in com.iizix.server.loadbalancer
Methods in com.iizix.server.loadbalancer that return IEndPointConstructorModifier and TypeMethodDescriptionLoadBalancer.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 IEndPointConstructorModifier and TypeMethodDescriptionIServerModule.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 IEndPointConstructorModifier and TypeClassDescriptionclass
The VirtualizedMonitor constructor of end points.Uses of IEndPointConstructor in com.iizix.server.run.remote
Classes in com.iizix.server.run.remote that implement IEndPointConstructorModifier and TypeClassDescriptionclass
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 IEndPointConstructorModifier and TypeClassDescriptionclass
The VirtualSpace Viewer end point constructor.