org.omg.CosNotification
Interface AdminPropertiesAdminOperations
- All Known Subinterfaces:
- AdminPropertiesAdmin, EventChannel, EventChannelOperations, NotifyLog, NotifyLogOperations, TypedEventChannel, TypedEventChannelOperations, TypedNotifyLog, TypedNotifyLogOperations
public interface AdminPropertiesAdminOperations
The AdminPropertiesAdmin interface defines operations which enable
clients to get and set the values of administrative properties.
This interface is intended to be an abstract interface which is inherited
by the Event Channel interfaces defined in the CosNotifyChannelAdmin and
CosTypedNotifyChannelAmin modules.
The semantics of the operations supported by this interface are defined
below.
set_admin
void set_admin(Property[] admin)
throws UnsupportedAdmin
- Parameters:
admin
- A sequence of name-value pairs, which encapsulates
administrative property settings that a client is requesting that the
target channel support.
- Throws:
org.omg.UnsupportedAdmin
- If the implementation of the target
object is not capable of supporting any of the requested
administrative property settings.
This exception has associated with it a list of name-value pairs of,
which each name identifies an administrative property whose
requested setting could not be satisfied, and each associated value the closest setting
for that property which could be satisfied.
UnsupportedAdmin
get_admin
Property[] get_admin()
- Returns:
- A sequence of namevalue pairs, which encapsulates the current
administrative settings for the target channel.
Read the latest documentation online