Uses of Class
ParameterNoticeBoard.NonResponsiveClient

Packages that use NonResponsiveClient
ParameterNoticeBoard   
 

Uses of NonResponsiveClient in ParameterNoticeBoard
 

Fields in ParameterNoticeBoard with type parameters of type NonResponsiveClient
private  java.util.concurrent.ConcurrentHashMap<java.lang.String,NonResponsiveClient> EventBroadcaster.NonResponsiveClientHash
          Used to keep a track of the non-responsive clients
private  java.util.concurrent.ConcurrentHashMap<java.lang.String,NonResponsiveClient> ParameterNoticeBoard.NonResponsiveClientHash
          This is used to hold a list of all of the clients which are not reponsive so we can save ourselves the bother of attempting to communicate with them.
 

Constructor parameters in ParameterNoticeBoard with type arguments of type NonResponsiveClient
EventBroadcaster(java.util.concurrent.ConcurrentHashMap<java.lang.String,NonResponsiveClient> NonResponsiveClientHash, java.util.concurrent.ConcurrentHashMap<iParameterNoticeBoard.ParameterNoticeBoardListener,ParameterSubscriber> ParameterListeners, java.lang.String ParameterName, org.omg.CORBA.Any ParameterValue, MessageHandler SyslogMessageHandler)
          Constructor