Ejemplo n.º 1
0
 public static void registerConfig() {
   Config.registerSelf(Publisher.class);
 }
Ejemplo n.º 2
0
 public static void registerConfig() {
   Config.registerSelf(MQProvider.class);
   if (!Config.isInvalid()) Config.registerAnother(Config.parms.getClazz("df"));
 }
Ejemplo n.º 3
0
  /**
   * 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");
  }