Interface TINAScsUSMIntra::i_MgmtCtxt

interface i_MgmtCtxt

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.



Operation Index

bindID
bind the component to a context for the session which is identified by an ID which resolves elsewhere to a list of management contexts.
bindList
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.
rebindID
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.
rebindList
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.
unbindID
unbind the component to a context for the session which is identified by an ID which resolves elsewhere to a list of management contexts.
unbindList
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.

Operations

bindID
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.


bindList
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.


rebindID
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.


rebindList
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.


unbindID
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.


unbindList
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)