public interface EventChannelFactoryOperations
Modifier and Type | Method and Description |
---|---|
EventChannel |
create_channel(Property[] initial_qos,
Property[] initial_admin,
IntHolder id) |
int[] |
get_all_channels() |
EventChannel |
get_event_channel(int id) |
EventChannel create_channel(Property[] initial_qos, Property[] initial_admin, IntHolder id) throws UnsupportedAdmin, UnsupportedQoS
UnsupportedAdmin
UnsupportedQoS
int[] get_all_channels()
EventChannel get_event_channel(int id) throws ChannelNotFound
ChannelNotFound
Copyright © 2016 JacORB. All rights reserved.