Class ServerConfiguration.ServerConfigurationCommand

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Runnable
    Enclosing class:
    ServerConfiguration

    public static class ServerConfiguration.ServerConfigurationCommand
    extends java.lang.Object
    implements java.lang.Runnable, java.io.Serializable
    This is a server configuration command that updates the configuration information cached.
    Since:
    7.1.0
    Version:
    $Revision: 22420 $ $Date: 2019-02-19 16:21:02 -0300 (Tue, 19 Feb 2019) $
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void run()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ServerConfigurationCommand

        public ServerConfigurationCommand​(java.lang.String serverId)
    • Method Detail

      • run

        public void run()
        Specified by:
        run in interface java.lang.Runnable