TAO_CosNotification
2.0.8
|
Define the interface to manipulate the Admin properties of a Notification Service components. More...
import "CosNotification.idl";
Public Member Functions | |
AdminProperties | get_admin () |
Get the Admin properties. | |
void | set_admin (in AdminProperties admin) raises ( UnsupportedAdmin) |
Set the Admin properities. |
Define the interface to manipulate the Admin properties of a Notification Service components.
Several Notification Service components have Admin properties, including the Event Channel, its ConsumerAdmin and SupplierAdmin objects as well as the proxies. This interface is used to control the Admin properties of each one of those components.
AdminProperties CosNotification::AdminPropertiesAdmin::get_admin | ( | ) |
Get the Admin properties.
The operation returns the properties set:
void CosNotification::AdminPropertiesAdmin::set_admin | ( | in AdminProperties | admin | ) | raises ( UnsupportedAdmin) |
Set the Admin properities.
admin | The list of Admin properties requested |
UnsupportedAdmin | if the requested admin properties cannot be implemented or are invalid |