Method | Description | |
---|---|---|
CreateMasterNodeManager ( IServerInternal server, ApplicationConfiguration configuration ) : |
Creates the node managers for the server. This method allows the sub-class create any additional node managers which it uses. The SDK always creates a CoreNodeManager which handles the built-in nodes defined by the specification. Any additional NodeManagers are expected to handle application specific nodes. |
|
LoadServerProperties ( ) : |
Loads the non-configurable properties for the application. These properties are exposed by the server but cannot be changed by administrators. |
protected CreateMasterNodeManager ( IServerInternal server, ApplicationConfiguration configuration ) : |
||
server | IServerInternal | |
configuration | ApplicationConfiguration | |
return |
protected LoadServerProperties ( ) : |
||
return |