generic Pull interface for components with Pull functionality (e.g. namedUA, SSM)
boolean GetSessionLogEntries(in TINACommonTypes::t_SessionId sessionId,
out TINAScsAmc::t_BillingEventList events)
raises(UMLogManager::e_UMLogOperation);
same as i_nameduaBillingLog::getSessionLogEntries
boolean GetUserLogEntries(in TINACommonTypes::t_UserId userId,
in TINAScsAmcCommon::t_DateTime from,
in TINAScsAmcCommon::t_DateTime to,
out TINAScsAmc::t_BillingEventList events)
raises(UMLogManager::e_UMLogOperation);
same as i_nameduaBillingLog::getUserLogEntries
Generated by the OmniBroker IDL-to-HTML translator (non-commercial)