VisiBroker for Java

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.


Method Summary
 Property[] get_admin()
           
 void set_admin(Property[] admin)
           
 

Method Detail

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.

Borland Software Corporation
http://www.borland.com
100 Enterprise Way
Scotts Valley, CA 95066
Voice: (831) 431-1000
pubsweb@borland.com

Read the latest documentation online