|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.candle.roma.kxc.RomaReportOptions
This class contains the options that the application supplies when it invokes the Error Analysis Routine.
Constructor Summary | |
RomaReportOptions()
Constructs a ReportOptions object with default attributes. |
Method Summary | |
void |
setDefaultActions(int defaultActions)
Sets the default actions that should be carried out. |
void |
setErrorProfileName(java.lang.String errorProfileName)
Sets the error profile name. |
void |
setNoAlert(boolean flag)
Enable or disable the option to prevent alerts from being sent. |
void |
setNoEms(boolean flag)
Enable or disable the option to put the message to the exception management service if the report error operation fails. |
void |
setNoNotification(boolean flag)
Enable or disable the option to send a notification message to the client if the report error operation fails. |
void |
setNoTransformation(boolean b)
Enable or disable the option to send an error profiling message to a transformation engine if the message type is not recognised. |
void |
setSyncpointDef(RomaSyncpointDef sync)
Specify sync point definitiion |
void |
setTheme(RomaTheme theme)
Sets the theme. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public RomaReportOptions()
Method Detail |
public void setErrorProfileName(java.lang.String errorProfileName)
errorProfileName
- the new error profile namepublic void setDefaultActions(int defaultActions)
defaultActions
- any combination of the
following flags :-
public void setNoEms(boolean flag)
flag
- boolean selector.
public void setNoNotification(boolean flag)
flag
- boolean selector.
public void setNoTransformation(boolean b)
flag
- boolean selector.
public void setNoAlert(boolean flag)
flag
- boolean selector.
public void setSyncpointDef(RomaSyncpointDef sync)
sync
- definition to be used.public void setTheme(RomaTheme theme)
theme
- the new theme.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |