Public Member Functions | |
Logger | getLogger () |
ArrayList< ChannelData > | getServiceTotals () |
ArrayList< ChannelData > | getChannelStatistics () |
String[] | getServices () |
ContainerServices | getContainerServices () |
AdminConsumer | getAdminConsumer (String channelName) throws AcsJException |
ArrayList< AdminConsumer > | getAllConsumers () |
Static Public Member Functions | |
synchronized EventModel | getInstance () throws Exception |
DynAnyFactory | getDynAnyFactory () |
Static Public Attributes | |
final int | MAX_NUMBER_OF_CHANNELS = 100 |
Protected Member Functions | |
EventChannel | getNotificationChannel (String channelName, String channelKind) throws AcsJException |
Private Member Functions | |
EventModel () throws Exception | |
String | getConnectionString (String managerHost, int acsInstance) |
void | printMonitoringResults (NotificationServiceMonitorControl mc) |
Private Attributes | |
final ORB | orb |
final Logger | m_logger |
final AdvancedComponentClient | compClient |
final ContainerServices | cs |
final Helper | h |
final NamingContext | nctx |
final AcsManagerProxy | mproxy |
final EventChannelFactory | nsvc |
final EventChannelFactory | lsvc |
final EventChannelFactory | alsvc |
final EventChannelFactory | arsvc |
HashMap< String, EventChannel > | channelMap |
ArrayList< AdminConsumer > | consumers |
HashMap< String, AdminConsumer > | consumerMap |
NotificationServiceMonitorControl | nsmc |
Static Private Attributes | |
final String | eventGuiId = "eventGUI" |
EventModel | modelInstance |
DynAnyFactory | dynAnyFactory = null |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This method gets a reference to the event channel. If it is not already registered with the naming service, it is created.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|