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 booleanServerShell. registerEndPointConstructor(IEndPointConstructor<?> epc)Registers an end point constructor.protected 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 IEndPointConstructor Modifier and Type Class Description classClientEndPointConstructorThe 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 classVirtualizedMonitorEndPointConstructorThe 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 classRemoteBuilderEndPointConstructorThe 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 classVSViewerEndPointConstructorThe VirtualSpace Viewer end point constructor.