|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface defines common services for setting up a schema component.
Method Summary | |
void |
addError(String aMessage)
Adds the error message specified. |
void |
addError(String aMessage,
Exception ex)
Adds the error message and the exception specified. |
void |
addInfo(String aMessage)
Adds an information message specified. |
void |
addMessage(UserMessage aMessage)
Attaches the message specified to the current component. |
void |
addWarning(String aMessage)
Adds the warning message specified. |
SchemaNode |
getSchemaNode()
Returns the node on which the component is attached. |
Method Detail |
public void addMessage(UserMessage aMessage)
addError(String)
, addWarning(String)
, addInfo(String)
,
when message must be internationalized.
When displaying the message, the implementation will add information about the component type and location (so it is not needed to bring such information in the string argument).
public void addError(String aMessage)
When displaying the message, the implementation will add information about the component type and location (so it is not needed to bring such information in the string argument).
public void addError(String aMessage, Exception ex)
When displaying the message, the implementation will add information about the component type and location (so it is not needed to bring such information in the string argument).
public void addInfo(String aMessage)
When displaying the message, the implementation will add information about the component type and location (so it is not needed to bring such information in the string argument).
public void addWarning(String aMessage)
When displaying the message, the implementation will add information about the component type and location (so it is not needed to bring such information in the string argument).
public SchemaNode getSchemaNode()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
(report a bug)
webMethods MDM 4.2.8 [0558]
Copyright Software AG 2000-2007. All rights reserved.