Example #1
0
 public static void registerConfig() {
   Config.registerSelf(Publisher.class);
 }
Example #2
0
 public static void registerConfig() {
   Config.registerSelf(MQProvider.class);
   if (!Config.isInvalid()) Config.registerAnother(Config.parms.getClazz("df"));
 }
  /**
   * Register our presence and look up any required parameters for this class.
   *
   * @see Config#registerSelf(Class)
   */
  public static void registerConfig() {

    Config.registerSelf(SocketCommandProcessor.class);

    port = Config.parms.getInt("cmd_p");
  }