Class Sim0MQControlledOTSNew.Options

  • All Implemented Interfaces:
    Checkable
    Enclosing class:
    Sim0MQControlledOTSNew

    public static class Sim0MQControlledOTSNew.Options
    extends java.lang.Object
    implements Checkable
    The command line options.
    • Constructor Summary

      Constructors 
      Constructor Description
      Options()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void check()  
      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
      • check

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