Module TINAScsUSMIntra
This module defines a subset of USM interfaces internal to the domain
supporting the USM. but which are not specified in Ret feature sets or
their equivalents between the USM and SSM.
Interfaces here include: Accounting, Management Context, Resume, Session Contol
Interface Index
- i_AccountingPush
- Receives of accounting events pushed from SSM. The USM forms a part of
accounting management ladder in the retailer domain.
- i_AccountingPushMgmt
- Controls the delivery of USM generated accounting events push to
accouting interface on the UA. Client UA
- 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.
- i_Resume
- Allows the SSM to fully resume a suspended service session by resuming the USMs
- i_SessionCtrl
- Session control of the participation and session lifecycle, typical client UA.
Exception Index
- e_SessionControlError
-
- e_StartServiceSSPropertyError
-
- e_initSSPropertyError
-
- e_initUSMError
-
Enum Index
- t_InitialiseUSMErrorCode
-
- t_SessionControlErrorCode
-
Alias Index
- t_InitialSSProperties
-
Exceptions
- e_SessionControlError
-
exception e_SessionControlError
{
t_SessionControlErrorCode errorCode;
};
- e_StartServiceSSPropertyError
-
exception e_StartServiceSSPropertyError
{
TINACommonTypes::t_PropertyErrorStruct propertyError;
};
- e_initSSPropertyError
-
exception e_initSSPropertyError
{
TINACommonTypes::t_PropertyErrorStruct propertyError;
};
- e_initUSMError
-
exception e_initUSMError
{
t_InitialiseUSMErrorCode errorCode;
};
Enums
- t_InitialiseUSMErrorCode
-
enum t_InitialiseUSMErrorCode
{
CannotCreateInterfaces,
BindtoSSMFailed,
initializeUnknownError
};
- t_SessionControlErrorCode
-
enum t_SessionControlErrorCode
{
PartyIdInvalid,
SessionIdInvalid,
PartyDeniedAuthority,
ControlUnavailable,
SecurityContextNotSatisfied,
sessionUnknownError
};
Aliases
- t_InitialSSProperties
-
typedef TINACommonTypes::t_PropertyList t_InitialSSProperties;
Generated by the OmniBroker IDL-to-HTML translator (non-commercial)