org.omg.CosNotifyChannelAdmin

Class _EventChannelFactoryStub

public class _EventChannelFactoryStub extends ObjectImpl implements EventChannelFactory

The EventChannelFactory interface defines operations for creating and managing new Notification Service style event channels. It supports a routine that creates new instances of Notification Service event channels and assigns unique numeric identifiers to them. In addition, the EventChannelFactory interface supports a routine which can return the unique identifiers assigned to all event channels created by a given instance of EventChannelFactory, and another routine which, given the unique identifier of an event channel created by a target EventChannelFactory instance, returns the object reference of that event channel.
Method Summary
EventChannelcreate_channel(Property[] initial_qos, Property[] initial_admin, IntHolder id)
Operation create_channel
int[]get_all_channels()
Operation get_all_channels
EventChannelget_event_channel(int id)
Operation get_event_channel
String[]_ids()

Method Detail

create_channel

public EventChannel create_channel(Property[] initial_qos, Property[] initial_admin, IntHolder id)
Operation create_channel

get_all_channels

public int[] get_all_channels()
Operation get_all_channels

get_event_channel

public EventChannel get_event_channel(int id)
Operation get_event_channel

_ids

public String[] _ids()