Class Sim0MQRemoteControllerNew.Options

    • Constructor Summary

      Constructors 
      Constructor Description
      Options()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void check()  
      java.lang.String getHost()
      Retrieve the host name.
      int getPort()
      Retrieve the port.
      • Methods inherited from class java.lang.Object

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

      • Options

        public Options()
    • Method Detail

      • getPort

        public final int getPort()
        Retrieve the port.
        Returns:
        int; the port
      • getHost

        public final java.lang.String getHost()
        Retrieve the host name.
        Returns:
        String; the host name
      • check

        public final void check()
                         throws java.lang.Exception
        Specified by:
        check in interface Checkable
        Throws:
        java.lang.Exception