-
Key: SDRP-73
-
Legacy Issue Number: 7904
-
Status: closed
-
Source: prismtech.com ( Dominick Paniscotti)
-
Summary:
Problem: The start() and stop() operations introduce the following
ambiguity: What can a client expect the first time start() is called vs.
calling start() after a stop() call? Is the component put in a known
state every time start() is called, or does it simply resume its
operation from the point where is received a stop(). In other words, the
semantics of the start->stop->start transition are ill-defined.Proposed Solution:
Add a resume() operation to the interface to resolve this ambiguity.
Resume() would indicate that the component should continue its operation
from the point where stop() was issued. Start() would indicate that
component should be placed back in an "initial" state (at a point after
the LifeCycle::init() for components). -
Reported: SDRP 1.0b1 — Thu, 4 Nov 2004 05:00 GMT
-
Disposition: Resolved — SDRP 1.0
-
Disposition Summary:
No Data Available
-
Updated: Fri, 6 Mar 2015 20:53 GMT