Interface TINAScsAmcObject::i_AccountingPull

interface i_AccountingPull

generic Pull interface for components with Pull functionality (e.g. namedUA, SSM)



Operation Index

GetSessionLogEntries
same as i_nameduaBillingLog::getSessionLogEntries
GetUserLogEntries
same as i_nameduaBillingLog::getUserLogEntries

Operations

GetSessionLogEntries
boolean GetSessionLogEntries(in TINACommonTypes::t_SessionId sessionId,
                             out TINAScsAmc::t_BillingEventList events)
    raises(UMLogManager::e_UMLogOperation);

same as i_nameduaBillingLog::getSessionLogEntries


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