Class ConfigServer

All Implemented Interfaces:
CtxEventListener, ContextHandleAware, HandleAware, Ready, ReadyAndReadyListener, ReadyListener

public class ConfigServer extends AbstractService
Server that runs on the primary node which performs additional management of the ConfigService for use on KOS and within multi-node environments.
Since:
1
Version:
1
  • Constructor Details

    • ConfigServer

      public ConfigServer()
  • Method Details

    • getGlobalDefaultSource

      public DefaultConfigSource getGlobalDefaultSource()
      Return the DefaultConfigSource for the global scope.
      Since:
      1
    • getNodeTypeDefaultSource

      public DefaultConfigSource getNodeTypeDefaultSource(NodeId nodeId)
      Return the DefaultConfigSource for the node type of the specified node.
      Parameters:
      nodeId - the node to get the nodeType from
      Since:
      1
    • getNodeDefaultSource

      public DefaultConfigSource getNodeDefaultSource(NodeId nodeId)
      Return the DefaultConfigSource for the specified nodeId.
      Parameters:
      nodeId - the node to return the source for
      Since:
      1