|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface defining the operations for a client-side rib publisher session/service. This publisher provides behavior for accumulating one or more rib messages to be published during a transaction, as well as behavior for performing the rib publish invocation to the server.
Method Summary | |
---|---|
void |
addMessage(RcomRibMessage ribMessage)
Add a rib message to be published. |
void |
addMessages(java.util.List ribMessages)
Add rib messages to be published. |
java.util.List |
getMessages()
Return the rib messages to be published. |
void |
publish()
Publish the rib messages, which were added from the addMessage() operation. |
Method Detail |
public void addMessage(RcomRibMessage ribMessage)
ribMessage
- message to publishpublic void addMessages(java.util.List ribMessages)
ribMessages
- messages to be publishedpublic java.util.List getMessages()
public void publish() throws SystemException
SystemException
|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |