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
UnsupportedAdminUnsupportedQoSint[] get_all_channels()
EventChannel get_event_channel(int id) throws ChannelNotFound
ChannelNotFoundCopyright © 2015 JacORB. All rights reserved.