public interface ValidatableComponent extends Component
Component which can be validated at run time in order to ensure proper operation.| Modifier and Type | Method and Description |
|---|---|
void |
validate()
Validates that this component is operational and functioning properly (to the extent that such things can be
checked).
|
void validate()
throws ComponentValidationException
ComponentValidationException - thrown if there is a problem with the componentCopyright © 1999-2013. All Rights Reserved.