alma::acs::nc::CorbaPublisher Class Reference
List of all members.
Detailed Description
The CorbaPublisher class implements those methods needed to craft a publisher that publishes events to a CORBA notification channel.
- Deprecated:
- since ACS 8.0.1, see COMP-1786. This class adds no functionality to SimpleSupplier and will be removed later.
- Version:
- 1.00 Apr 10, 2003
- Author:
- Allen Farris
Constructor & Destructor Documentation
The parameters are:
- Parameters:
-
| channelName | the name of the channel -- e.g., Progress |
| cs | container services |
- Exceptions:
-
The parameters are:
- Parameters:
-
| channelName | the name of the channel -- e.g., Progress |
| channelNotifyDomaiName | the name of notify. service domain -- e.g., ALARMSYSTEM |
| cs | container services |
- Exceptions:
-
Member Function Documentation
| String alma::acs::nc::CorbaPublisher::getChannelName |
( |
|
) |
[inline] |
| final void alma::acs::nc::CorbaPublisher::publish |
( |
IDLEntity |
event |
) |
throws AcsJException [inline] |
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.
- Parameters:
-
| event | an IDLEntity to publish |
- Exceptions:
-
The documentation for this class was generated from the following file: