|
BEA Systems, Inc. | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--weblogic.management.configuration.LegalChecks
| Constructor Summary | |
LegalChecks()
|
|
| Method Summary | |
static void |
checkLegalIntSet(javax.management.Attribute attribute,
int[] set)
Assert int attribute value is a member of set. |
static void |
checkLegalRange(javax.management.Attribute attribute,
long min,
long max)
Assert attribute value is within the range [min, max]. |
static java.lang.String |
checkLegalStringSet(javax.management.Attribute attribute,
java.lang.String[] set)
Assert string attribute value is a member of set |
static void |
checkNonEmptyString(javax.management.Attribute attribute)
Assert string attribute value is non-null and non-empty |
static void |
checkNonNull(javax.management.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 java.lang.String checkLegalStringSet(javax.management.Attribute attribute,
java.lang.String[] set)
throws javax.management.InvalidAttributeValueException
attribute - Description of the Parameterset - Description of the Parameter
public static void checkLegalIntSet(javax.management.Attribute attribute,
int[] set)
throws javax.management.InvalidAttributeValueException
attribute - Description of the Parameterset - Description of the Parameter
public static void checkLegalRange(javax.management.Attribute attribute,
long min,
long max)
throws javax.management.InvalidAttributeValueException
attribute - Description of the Parametermin - Description of the Parametermax - Description of the Parameter
public static void checkNonNull(javax.management.Attribute attribute)
throws javax.management.InvalidAttributeValueException
attribute - Description of the Parameter
public static void checkNonEmptyString(javax.management.Attribute attribute)
throws javax.management.InvalidAttributeValueException
attribute - Description of the Parameter
|
Documentation is available at http://download.oracle.com/docs/cd/E13222_01/wls/docs81b |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||