org.jboss.messaging.core.config.impl
Class Validators
java.lang.Object
org.jboss.messaging.core.config.impl.Validators
public class Validators
- extends java.lang.Object
A Validators
- Author:
- jmesnil
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NO_CHECK
public static Validators.Validator NO_CHECK
NOT_NULL_OR_EMPTY
public static Validators.Validator NOT_NULL_OR_EMPTY
GT_ZERO
public static Validators.Validator GT_ZERO
PERCENTAGE
public static Validators.Validator PERCENTAGE
GE_ZERO
public static Validators.Validator GE_ZERO
MINUS_ONE_OR_GT_ZERO
public static Validators.Validator MINUS_ONE_OR_GT_ZERO
MINUS_ONE_OR_GE_ZERO
public static Validators.Validator MINUS_ONE_OR_GE_ZERO
THREAD_PRIORITY_RANGE
public static final Validators.Validator THREAD_PRIORITY_RANGE
JOURNAL_TYPE
public static final Validators.Validator JOURNAL_TYPE
Validators
public Validators()
Copyright © 2006 JBoss Inc. All Rights Reserved.