
Public Member Functions | |
| void | publish (IDLEntity event) throws AcsJException |
The Publisher interface alllows one to publish events to a notification channel that already exists.
| void alma::acs::nc::Publisher::publish | ( | IDLEntity | event | ) | throws AcsJException |
Publish an event on this notification channel.
With ACS 7.0.2 we had to add the "throws AcsJException" declaration even though this is an incompatible change. Before, the implementation of publish just suppressed any exceptions.
| event | Object to publish. |
Implemented in alma::acs::nc::CorbaNotificationChannel.
1.6.2