|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.candle.roma.kxc.RomaThemeInfo
This class defines the theme details extracted with the
RomaBusinessElement.queryTheme(RomaTheme)
or RomaClient.queryTheme(RomaTheme)
method.
RomaWorkflow
,
RomaTrailer
,
RomaEteInfo
Constructor Summary | |
RomaThemeInfo()
Constructs the empty object. |
Method Summary | |
java.lang.Object |
clone()
Returns a copy of the object. |
int |
getConfirmFlags()
Returns the confirmation flags. |
RomaEteInfo |
getEteInfo()
Returns the end-to-end and in-flight information. |
int |
getRetryCount()
Returns the retry count. |
byte[] |
getThemeId()
Returns the theme ID. |
java.util.LinkedList |
getTrailers()
Returns the persistent trailers. |
RomaWorkflow |
getWorkflow()
Returns the associated workflow. |
void |
setConfirmFlags(int flags)
Sets the confirmation flags. |
void |
setEteInfo(RomaEteInfo ete)
Sets the end-to-end and in-flight information. |
void |
setRetryCount(int count)
Sets the retry count. |
void |
setThemeId(byte[] id)
Sets the theme ID. |
void |
setTrailers(java.util.Collection col)
Sets the persistent trailers overwriting whatever persistent trailers already exist. |
void |
setWorkflow(RomaWorkflow wf)
Sets the workflow. |
Methods inherited from class java.lang.Object |
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public RomaThemeInfo()
Method Detail |
public void setWorkflow(RomaWorkflow wf)
wf
- Workflow informationpublic RomaWorkflow getWorkflow()
public void setRetryCount(int count)
RomaBeResponse.setIncrementRetryCount(boolean)
method on any subsequent put operation to prevent
Roma from setting the retry count to 0.count
- Retry countpublic int getRetryCount()
RomaBeResponse.setIncrementRetryCount(boolean)
method.public void setThemeId(byte[] id)
id
- Theme IDpublic byte[] getThemeId()
public void setConfirmFlags(int flags)
flags
- Confirmation flags. Should be zero or a combination of
Roma.CONFIRM_DELIVERY
- confirmation of deliveryRoma.CONFIRM_ARRIVAL
- confirmation of arrivalpublic int getConfirmFlags()
Roma.CONFIRM_DELIVERY
- confirmation of deliveryRoma.CONFIRM_ARRIVAL
- confirmation of arrivalpublic void setTrailers(java.util.Collection col)
col
- Collection of RomaTrailer objectspublic java.util.LinkedList getTrailers()
public void setEteInfo(RomaEteInfo ete)
ete
- End-to-end and in-flight information.public RomaEteInfo getEteInfo()
public java.lang.Object clone()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |