SDO 1.1 NO IDEA Avatar
  1. OMG Issue

SDO11 — Operations should return Boolean instead of void

  • Key: SDO11-28
  • Legacy Issue Number: 6329
  • Status: open  
  • Source: Fraunhofer FOKUS ( Raju Nanda Vaidya)
  • Summary:

    Operations should return Boolean instead of void. Operations that request some action to be performed ((eg. subscribe (data: NotificationSubscription) : void)) does not return anything. Because nothing is returned the requesting SDO will not know if the requested action was carried out successfully or not (eg. if the request for subscription was don’t or not). For this reason Boolean should be returned in such operations. Return Boolean instead of void in such operations.

  • Reported: SDO 1.0 — Wed, 15 Oct 2003 04:00 GMT
  • Updated: Wed, 11 Mar 2015 11:15 GMT