next up previous contents
Next: Persistence Up: Distributed Architecture Description Language Previous: General Observations about a

Conversation Options

See Table  11 on page  [*].


 
Table 11: Conversation Options Block
   
conversation_option_block ::=
  ``with''
  ``options''
  ``(''
  conversation_option_list
  ``)''
  ``;''
   
conversation_option_list ::=
  ``persistence'' | ``volatile'' ``,''
  ``data open'' | ``data integrity'' | ``data privacy'' ``,''
  ``marshaled'' | ``unmarshaled'' ``,''
  ``authenticated'' | ``unauthenticated'' ``,''
  ``authorized'' | ``unauthorized''
   
 

There are many different kinds of conversations. A conversation may be one-sided or it may be a peer-to-peer interchange. A conversation may include a number of parties sharing information.



 

Ronald LeRoi Burback
1998-12-16