LogMgr
and a ConsumerAdmin
.
More...
import "DsTypedEventLogAdmin.idl";
Inherits DsLogAdmin::LogMgr, and CosEventChannelAdmin::ConsumerAdmin.
Public Methods | |
TypedEventLog | create (in DsLogAdmin::LogFullActionType full_action, in unsigned long long max_size, in DsLogAdmin::CapacityAlarmThresholdList thresholds, out DsLogAdmin::LogId id) raises (DsLogAdmin::InvalidLogFullAction, DsLogAdmin::InvalidThreshold) |
Create a new typed event log. More... | |
TypedEventLog | create_with_id (in DsLogAdmin::LogId id, in DsLogAdmin::LogFullActionType full_action, in unsigned long long max_size, in DsLogAdmin::CapacityAlarmThresholdList thresholds) raises (DsLogAdmin::LogIdAlreadyExists, DsLogAdmin::InvalidLogFullAction, DsLogAdmin::InvalidThreshold) |
Create a new typed event log. More... |
LogMgr
and a ConsumerAdmin
.
It creates log objects and emits log-generated events on behalf of all typed event logs.
|
Create a new typed event log.
|
|
Create a new typed event log.
|