|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Validatable
This interface specifies that an entity bean can be validated.
| Method Summary | |
|---|---|
void |
validate()
Ensures that this bean object contains data of the correct format which is self-consistent. |
| Methods inherited from interface javax.ejb.EntityBean |
|---|
ejbActivate, ejbLoad, ejbPassivate, ejbRemove, ejbStore, setEntityContext, unsetEntityContext |
| Method Detail |
|---|
void validate()
throws EJBException
ValidateException - if the data is not in the correct
format or is inconsistent.
EJBException - if something else goes wrong.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||