public interface TypedEventChannelFactoryOperations
Modifier and Type | Method and Description |
---|---|
TypedEventChannel |
create_typed_channel(Property[] initial_QoS,
Property[] initial_admin,
IntHolder id) |
int[] |
get_all_typed_channels() |
TypedEventChannel |
get_typed_event_channel(int id) |
TypedEventChannel create_typed_channel(Property[] initial_QoS, Property[] initial_admin, IntHolder id) throws UnsupportedAdmin, UnsupportedQoS
UnsupportedAdmin
UnsupportedQoS
int[] get_all_typed_channels()
TypedEventChannel get_typed_event_channel(int id) throws ChannelNotFound
ChannelNotFound
Copyright © 2017 JacORB. All rights reserved.