Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The state of a given cmhandle consists of the cmhandle state itself as well as the synchronization state information related to the model instance data related to the cmhandle.  Below shows the makeup of this state follow by the allowed cmhandle state transitions.


Image Removed            Image Added


NCMP CRUD / Action requests are only allowed if state.cmhandleState == READY.

All other state for CRUD / Action requests are rejected with IllegalStateException for all other cmHandleStates.

Requests to get state / public properties / cmhandle metadata are always allowed on a cmhandle regardless of the value of 'state'.

...