readonly attribute TINAScsAmcCommon::t_Timeval minimum_cycle;
mimimum value of accounting cycle settable by set_accounting_cycle
boolean flush_notification() raises(e_AmcObject);
flush all the events in the internal queue to the notification destination. This operation may be necessary before the object is taken out of event management ladder and subsequently destroyed.
boolean reset_Notification_Desination(in Object destination) raises(e_AmcObject);
reset destination of accounting events to be notified. The destination is removed from the notification recipient list.
boolean reset_Notification_serviceTransactionID(in TINAScsAmcCommon::t_ServiceTransactionId serviceTransactionId) raises(e_AmcObject);
reset destinations, with which serviceTransactionId is associated.
boolean reset_Notification_sessionID(in TINACommonTypes::t_SessionId sessionId) raises(e_AmcObject);
reset destinations, with which sessionId is associated.
boolean reset_all_Notification_Desination() raises(e_AmcObject);
reset all the destination of accounting events, and the destination list becomes empty.
boolean resume() raises(e_AmcObject);
boolean resume_notification() raises(e_AmcObject);
boolean set_Notification_Destination(in Object destination, in TINACommonTypes::t_SessionId sessionId, in TINAScsAmcCommon::t_ServiceTransactionId serviceTransactionId) raises(e_AmcObject);
set destination of accounting events to be notified, adding the destination to an internal notification destination list. Note that it is possible that a ladder element may send its events to multiple destinations, e. g. an SSM can send its events to multiple USMs.
boolean set_accounting_cycle(in TINAScsAmcCommon::t_Timeval cycle) raises(e_AmcObject);
boolean set_state(in any acc_object_state) raises(e_AmcObject);
boolean set_verbosity_level(in long level) raises(e_AmcObject);
boolean start() raises(e_AmcObject);
boolean stop() raises(e_AmcObject);
boolean suspend() raises(e_AmcObject);
boolean suspend_notification() raises(e_AmcObject);
Generated by the OmniBroker IDL-to-HTML translator (non-commercial)