import ServersNodeFeature from 'devapt-core-server/js/nodes/servers_node_feature.js'
ServersNodeFeature
Extends:
Constructor Summary
Public Constructor | ||
public |
constructor(arg_node: Node, arg_name: string): nothing Create a ServersNodefeature instance. |
Member Summary
Public Members | ||
public |
Class type flag. |
|
public |
servers: Collection Servers instances collection. |
Method Summary
Public Methods | ||
public |
create_server(arg_type: string, arg_name: string, arg_settings: object): Server Create a server instance on this node. |
|
public |
load(): nothing Load Node settings. |
|
public |
start(): nothing Starts node servers. |
|
public |
stop(): nothing Stops node servers. |
Inherited Summary
From class NodeFeature | ||
public |
Class type flag. |
|
public |
Is ready flag. |
|
public |
Feature name. |
|
public |
Node instance. |
|
public |
Get feature name. |
|
public abstract |
load(): nothing Load Node settings. |
|
public abstract |
start(): nothing Starts node feature. |
|
public abstract |
stop(): nothing Stops node feature. |