Package com.sun.messaging.jmq.admin.apps.console.util

Examples of com.sun.messaging.jmq.admin.apps.console.util.TimeField


        tmpLabelC = new LabelledComponent(
    acr.getString(acr.I_BROKER_LOG_ROLLOVER_SIZE),
                logRolloverSizeSF, LabelledComponent.NORTH);
  lvpItems[1] = tmpLabelC;

  logRolloverIntervalTF = new TimeField(Integer.MAX_VALUE, "0", 10);
  logRolloverIntervalSF = new SpecialValueField(logRolloverIntervalTF,
      acr.getString(acr.I_BROKER_UNLIMITED));
  tmpLabelC = new LabelledComponent(
    acr.getString(acr.I_BROKER_LOG_ROLLOVER_INTERVAL),
    logRolloverIntervalSF, LabelledComponent.NORTH);
View Full Code Here

TOP

Related Classes of com.sun.messaging.jmq.admin.apps.console.util.TimeField

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.