LogMgr
and a ConsumerAdmin
.
More...
import "DsNotifyLogAdmin.idl";
Inherits DsLogAdmin::LogMgr, and CosNotifyChannelAdmin::ConsumerAdmin.
Public Methods | |
NotifyLog | create (in DsLogAdmin::LogFullActionType full_action, in unsigned long long max_size, in DsLogAdmin::CapacityAlarmThresholdList thresholds, in CosNotification::QoSProperties initial_qos, in CosNotification::AdminProperties initial_admin, out DsLogAdmin::LogId id) raises (DsLogAdmin::InvalidLogFullAction, DsLogAdmin::InvalidThreshold, CosNotification::UnsupportedQoS, CosNotification::UnsupportedAdmin) |
Create a new notify log. More... | |
NotifyLog | create_with_id (in DsLogAdmin::LogId id, in DsLogAdmin::LogFullActionType full_action, in unsigned long long max_size, in DsLogAdmin::CapacityAlarmThresholdList thresholds, in CosNotification::QoSProperties initial_qos, in CosNotification::AdminProperties initial_admin) raises (DsLogAdmin::LogIdAlreadyExists, DsLogAdmin::InvalidLogFullAction, DsLogAdmin::InvalidThreshold, CosNotification::UnsupportedQoS, CosNotification::UnsupportedAdmin) |
Create a new notify log. More... |
LogMgr
and a ConsumerAdmin
.
It creates log objects and emits log-generated events on behalf of all event logs.
|
Create a new notify log.
|
|
Create a new notify log.
|