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 booleanServerShell.registerEndPointConstructor(IEndPointConstructor<?> epc) Registers an end point constructor.protected final booleanServerShell.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 TypeClassDescriptionclassThe 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 TypeClassDescriptionclassThe 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 TypeClassDescriptionclassThe 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 TypeClassDescriptionclassThe VirtualSpace Viewer end point constructor.