|
© 2003 BEA Systems, Inc. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Interface that defines the contract for the loading mechanism.
| Method Summary | |
String |
getAttributeValue(String attributeKey)
Returns the value of an attribute key. |
String |
getEventClassName(String eventType)
Returns event class name given the event type. |
String |
getValidatorClassName(String eventType)
Returns validator class name given the event type. |
void |
reload()
Forces reload of the mapping information. |
| Method Detail |
public String getEventClassName(String eventType)
throws MissingResourceException
eventType - The type of event.
MissingResourceException - To signal problems while reading.
public String getValidatorClassName(String eventType)
throws MissingResourceException
eventType - The type of event.
MissingResourceException - To signal problems while reading.
public String getAttributeValue(String attributeKey)
throws MissingResourceException
attributeKey - The key of an attribute in a mapping.
MissingResourceException - To signal problems in reading.
public void reload()
throws MissingResourceException
MissingResourceException
|
© 2003 BEA Systems, Inc. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||