added by Revision 1.0.1 The interface is immature and scenarios that show how the interfaces is used in the context of session wide components has not yet been determined. Treat with caution.
boolean bindID(in TINAScsMgmtCtxt::t_MgmtCtxtID contexts) raises(TINAScsMgmtCtxt::e_usmMgmtCtxt);
bind the component to a context for the session which is identified by an ID which resolves elsewhere to a list of management contexts.
boolean bindList(in TINAScsMgmtCtxt::t_MgmtCtxtList contexts) raises(TINAScsMgmtCtxt::e_usmMgmtCtxt);
bind the component to a context for the session which comprises the list of management contexts and their respective properties and values session explicity passed in the operation.
boolean rebindID(in TINAScsMgmtCtxt::t_MgmtCtxtID contexts) raises(TINAScsMgmtCtxt::e_usmMgmtCtxt);
Rebind the component to a previously used context for the session which is identified by an ID which resolves elsewhere to a list of management contexts.
boolean rebindList(in TINAScsMgmtCtxt::t_MgmtCtxtList contexts) raises(TINAScsMgmtCtxt::e_usmMgmtCtxt);
REbind the component to a previously used context for the session which comprises the list of management contexts and their respective properties and values session explicity passed in the operation.
boolean unbindID(in TINAScsMgmtCtxt::t_MgmtCtxtID contexts) raises(TINAScsMgmtCtxt::e_usmMgmtCtxt);
unbind the component to a context for the session which is identified by an ID which resolves elsewhere to a list of management contexts.
boolean unbindList(in TINAScsMgmtCtxt::t_MgmtCtxtList contexts) raises(TINAScsMgmtCtxt::e_usmMgmtCtxt);
unbind the component to a context for the session which comprises the list of management contexts and their respective properties and values session explicity passed in the operation.
Generated by the OmniBroker IDL-to-HTML translator (non-commercial)