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
exception e_SessionControlError
{
t_SessionControlErrorCode errorCode;
};
exception e_StartServiceSSPropertyError
{
TINACommonTypes::t_PropertyErrorStruct propertyError;
};
exception e_initSSPropertyError
{
TINACommonTypes::t_PropertyErrorStruct propertyError;
};
exception e_initUSMError
{
t_InitialiseUSMErrorCode errorCode;
};
enum t_InitialiseUSMErrorCode
{
CannotCreateInterfaces,
BindtoSSMFailed,
initializeUnknownError
};
enum t_SessionControlErrorCode
{
PartyIdInvalid,
SessionIdInvalid,
PartyDeniedAuthority,
ControlUnavailable,
SecurityContextNotSatisfied,
sessionUnknownError
};
typedef TINACommonTypes::t_PropertyList t_InitialSSProperties;
Generated by the OmniBroker IDL-to-HTML translator (non-commercial)