|
BEA Systems, Inc. | |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
MBeanHome
interface.)java.lang.Objectweblogic.management.configuration.LegalChecks
Constructor Summary | |
LegalChecks()
|
Method Summary | |
static void |
checkLegalIntSet(Attribute attribute,
int[] set)
Assert int attribute value is a member of set. |
static void |
checkLegalRange(Attribute attribute,
long min,
long max)
Assert attribute value is within the range [min, max]. |
static String |
checkLegalStringSet(Attribute attribute,
String[] set)
Assert string attribute value is a member of set |
static void |
checkNonEmptyString(Attribute attribute)
Assert string attribute value is non-null and non-empty |
static void |
checkNonNull(Attribute attribute)
Assert attribute value is non-null |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public LegalChecks()
Method Detail |
public static void checkLegalIntSet(Attribute attribute, int[] set) throws InvalidAttributeValueException
attribute
- set
-
InvalidAttributeValueException
- if value does not
match one in set.public static void checkLegalRange(Attribute attribute, long min, long max) throws InvalidAttributeValueException
attribute
- min
- max
-
InvalidAttributeValueException
public static String checkLegalStringSet(Attribute attribute, String[] set) throws InvalidAttributeValueException
attribute
- set
-
InvalidAttributeValueException
- if value does not
match one in set.public static void checkNonEmptyString(Attribute attribute) throws InvalidAttributeValueException
attribute
-
InvalidAttributeValueException
public static void checkNonNull(Attribute attribute) throws InvalidAttributeValueException
attribute
-
InvalidAttributeValueException
|
Documentation is available at http://e-docs.bea.com/wls/docs90 Copyright 2005 BEA Systems Inc. |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |