Public Member Functions | |
CorbaPublisher (String channelName, ContainerServicesBase cs) throws AcsJException | |
CorbaPublisher (String channelName, String channelNotifyDomaiName, ContainerServicesBase cs) throws AcsJException | |
final void | publish (IDLEntity event) |
String | getChannelName () |
|
The parameters are:
|
|
The parameters are:
|
|
Returns the name of the channel.
Reimplemented from alma::acs::nc::SimpleSupplier.
|
|
This is the main method for publishing an event. The IDLEntity must be the IDL structure that defines the event data. It must match the names of the events in the list when the channel was created.
|