com.supermap.server.config

Class ComponentSettingSet

  • java.lang.Object
    • NamedSetting
      • com.supermap.server.config.ComponentSettingSet
  • All Implemented Interfaces:
    java.io.Serializable


    public class ComponentSettingSet
    extends NamedSetting
    implements java.io.Serializable
    

    Service component configuration assemble.

    • Field Summary

      Fields 
      Modifier and Type Field and Description
      java.lang.String disabledInterfaceNames
      The service interface name list whose service instants are stopped.
      java.lang.String interfaceNames
      The service interface name list whose service instants are stopped.
      java.util.List<ComponentSetting> settings
      the configuration information list of the service component.
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      ComponentSettingSet copy()
      Copies.
      boolean equals(java.lang.Object obj) 
      int hashCode()
      Generates the hash code value of the object instance.
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • interfaceNames

        public java.lang.String interfaceNames
        

        The service interface name list whose service instants are stopped. The interface name is separated by comma.

      • disabledInterfaceNames

        public java.lang.String disabledInterfaceNames
        

        The service interface name list whose service instants are stopped. The interface name is separated by comma.

      • settings

        public java.util.List<ComponentSetting> settings
        

        the configuration information list of the service component. The service component configuration information contained in the service component configuration collection.

    • Constructor Detail

      • ComponentSettingSet

        public ComponentSettingSet()
        
    • Method Detail

      • copy

        public final ComponentSettingSet copy()
        

        Copies. Generates a new ComponentSettingSet object exactly the same as the original one.

        Returns:
        Object of service component configuration assemble.
      • equals

        public boolean equals(java.lang.Object obj)
        
      • hashCode

        public final int hashCode()
        
        Generates the hash code value of the object instance.
        Returns:
        the hash code.