|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.candle.roma.kxc.RomaTheme
This class encapsulates a Roma theme.
Themes are a Roma concept that provides a mechanism to associate requests and responses. Roma allocates themes when the client application sends a message to a Business Element.
The client can use the theme in further messages sent to the Business Element (or indeed to a different Business Element) and also use the theme to tie requests with responses.
RomaBusinessElement
Constructor Summary | |
RomaTheme()
Initializes a null theme. |
Method Summary | |
boolean |
equals(java.lang.Object input)
Object equality test. |
boolean |
isNull()
Returns true if this object represent a null theme. |
void |
set(RomaTheme theme)
Updates this object so that it represents an identical theme to the input RomaTheme object. |
void |
setNull()
Updates object to represent a null theme. |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public RomaTheme()
Method Detail |
public void set(RomaTheme theme)
theme
- another RomaTheme object.public boolean isNull()
public void setNull()
public boolean equals(java.lang.Object input)
equals
in class java.lang.Object
input
- any object.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |