table of contents
other versions
- wheezy 1:15.b.1-dfsg-4+deb7u1
- wheezy-backports 1:17.3-dfsg-4~bpo70+1
- jessie 1:17.3-dfsg-4+deb8u1
- jessie-backports 1:19.2.1+dfsg-2~bpo8+1
- testing 1:19.2.1+dfsg-2
- unstable 1:19.2.1+dfsg-2
- experimental 1:19.3.1+dfsg-1
CosNotifyChannelAdmin_EventChannel(3erl) | Erlang Module Definition | CosNotifyChannelAdmin_EventChannel(3erl) |
NAME¶
CosNotifyChannelAdmin_EventChannel - This module implements the OMG CosNotifyChannelAdmin::EventChannel interface.DESCRIPTION¶
To get access to the record definitions for the structures use:- *
- CosNotification_QoSAdmin
- *
- CosNotification_AdminPropertiesAdmin
EXPORTS¶
_get_MyFactory(Channel) -> ChannelFactory
Types:
Channel = #objref
ChannelFactory = #objref
This readonly attribute maintains the reference of the event channel factory
that created the target channel.
Types:
Channel = #objref
ConsumerAdmin = #objref
This is a readonly attribute which maintains a reference to a default
ConsumerAdmin object associated with the target object.
Types:
Channel = #objref
SupplierAdmin = #objref
This is a readonly attribute which maintains a reference to a default
SupplierAdmin object associated with the target object.
Types:
Channel = #objref
FilterFactory = #objref
The default FilterFactory associated with the target channel is
maintained by this readonly attribute.
Types:
Channel = #objref
OpType = 'AND_OP' | 'OR_OP'
Return = {ConsumerAdmin, AdminID}
ConsumerAdmin = #objref
AdminID = long()
This operation creates a new instance of a ConsumerAdmin and supplies an
Id which may be used when invoking other operations exported by this module.
The returned object will inherit the Quality of Service properties of the
target channel.
Types:
Channel = #objref
ConsumerAdmin = #objref
A new new instance of a ConsumerAdmin object is created but no Id is
returned. The returned object's operation type, i.e., 'AND_OP' or
'OR_OP', will be set to the value of the configuration parameter
filterOp. The target object's Quality of Service properties will be
inherited by the returned ConsumerAdmin.
Types:
Channel = #objref
OpType = 'AND_OP' | 'OR_OP'
Return = {SupplierAdmin, AdminID}
SupplierAdmin = #objref
AdminID = long()
Enables us to create a new instance of a SupplierAdmin. An Id, which may
be used when invoking other operations exported by this module, is also
returned. The current Quality of Service settings associated with the target
object will be inherited by the SupplierAdmin.
Types:
Channel = #objref
SupplierAdmin = #objref
To create a new SupplierAdmin with the target object's current Quality of
Service settings we can use this function. The returned object's operation
type ( 'AND_OP' or 'OR_OP') will be determined by the
configuration variable filterOp.
Types:
Channel = #objref
AdminID = long()
ConsumerAdmin = #objref | {'EXCEPTION',
#'CosNotifyChannelAdmin_AdminNotFound'{}}
If the given Id is associated with a ConsumerAdmin the object reference
is returned. If such association never existed or the ConsumerAdmin
have terminated an exception is raised.
Types:
Channel = #objref
AdminID = long()
SupplierAdmin = #objref | {'EXCEPTION',
#'CosNotifyChannelAdmin_AdminNotFound'{}}
Equal to the operation get_consumeradmin/2 but a reference to a
SupplierAdmin is returned.
Types:
Channel = #objref
Reply = [AdminID]
AdminID = long()
To get access to all ConsumerAdmin Id's created by the target object, and
still alive, this operation could be invoked.
Types:
Channel = #objref
Reply = [AdminID]
AdminID = long()
Equal to the operation get_all_consumeradmins/1 but returns a list of all
SupplierAdmin object ID's.
Types:
Channel = #objref
The destroy operation will terminate the target channel and all
associated Admin objects.
cosNotification 1.1.21 | Ericsson AB |