Package com.isti.trinetwatch.server

The application files for the NSI server.

See:
          Description

Interface Summary
SubsetPropInfo.StationsUpdatable Interface StationsUpdatable defines a method used to gather a list of stations that match a given criteria and that have changed status or usage since a given time value.
 

Class Summary
CA2S_dp_impl Class CA2S_dp_impl manages all incoming traffic on the dynamic parameter event channel from the Collection Agent for the SeisNetWatch server.
CA2S_sp_impl Class CA2S_sp_impl manages all incoming traffic on the static parameter event channel from the Collection Agent for the SeisNetWatch server.
CTA_Msg_Manager Class CTA_Msg_Manager defines a thread that manages responses from the control agent for a station.
CTA2S_impl Class CTA2S_impl manages incoming traffic from the Control Agent to the NSI server.
GatherStations Class GatherStations attempts to make sure all stations have received their static parameters.
GUIAcceptor_impl Class GUIAcceptor implements an acceptor class which accepts new GUI-client connections and returns "IOR:" strings for 'GUIServices' CORBA objects.
GUIServices_impl Class GUIServices implements the GUI services.
PerformanceGroupTable Class PerformanceGroupTable manages a table of station groups with a particular performance.
PushConsumerKeepAlive Class PushConsumerKeepAlive contains a list of push consumers and periodically pushes a bogus message into each consumer to make its event-channel proxies to stay alive.
S2CA_impl Class S2CA_impl manages all requests sent to collection agents.
S2CTA_impl Class S2CTA_impl manages all requests sent to control agents.
SameStatusThread Class SameStatusThread creates a thread that periodically calls the process methods that track when all the stations in a group have the same status level.
Server Class Server manages the gathering of information from collection agents, the controlling of the stations via the control agents, and services any requests coming from GUI-clients.
ServerTest Class ServerTest: Testing for Server class
SubsetPropInfo Class SubsetPropInfo defines a block of information for a subset-of-stations property item.
SubsetPropInfo.AgentStationsUpdater Class AgentStationsUpdater implements a method used to gather a list of stations that match a given agent-name criteria and that have changed status or usage since a given time value.
VotableGroupTable Class VotableGroupTable manages a table of station groups that match a given votable criteria.
 

Package com.isti.trinetwatch.server Description

The application files for the NSI server. The class server.Server contains the main method for the NSI server. This is the class that must be executed to run the NSI server. The other classes in this package control the CORBA event channels and implement the GUIAcceptor and GUIServices interfaces.