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