public static void registerConfig() { Config.registerSelf(Publisher.class); }
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"); }