Interface ExtendedServerConfigurationAccessor

All Superinterfaces:
org.alfresco.jlan.server.config.ServerConfigurationAccessor
All Known Implementing Classes:
AbstractServerConfigurationBean, ServerConfigurationBean

public interface ExtendedServerConfigurationAccessor extends org.alfresco.jlan.server.config.ServerConfigurationAccessor
An interface exposing some extended capabilities of the AbstractServerConfigurationBean.
Author:
dward
  • Method Summary

    Modifier and Type
    Method
    Description
    Get the local domain/workgroup name
    getLocalServerName(boolean trimDomain)
    Get the local server name and optionally trim the domain name

    Methods inherited from interface org.alfresco.jlan.server.config.ServerConfigurationAccessor

    getConfigSection, getServerName, isServerRunning
  • Method Details

    • getLocalServerName

      String getLocalServerName(boolean trimDomain)
      Get the local server name and optionally trim the domain name
      Parameters:
      trimDomain - boolean
      Returns:
      String
    • getLocalDomainName

      String getLocalDomainName()
      Get the local domain/workgroup name
      Returns:
      String