org.jlab.coda.afecs.usr
Class AskPlatform

java.lang.Object
  extended by org.jlab.coda.afecs.usr.cmdLine.AskPlatform

public class AskPlatform
extends java.lang.Object

JSA: Thomas Jefferson National Accelerator Facility
This software was developed under a United States Government license,
described in the NOTICE file included as part of this distribution.
Copyright (c), Feb 15, 2011


Constructor Summary
AskPlatform(AskCmd cl)
           
 
Method Summary
 void getDbRegisteredRuntypes()
          Asks platform administrator to report runtypes recoreded in the Coda2 database
 void getDbRegisteredSessions()
          Asks platform administrator to report sessions recorded in the coda2 database
 void getPlatformRegisteredAgents()
           
 void getPlatformRegisteredDocs()
          Does cMsg send-and-get to the platform normative agent and gets the registered documents.
 void getPlatformRegisteredRuntypes()
          Does cMsg send and get to the ControlDesigner agent and gets the names of all configuration files in the COOL_HOME/config directory.
 void getPlatformRegisteredSessions()
          Does cMsg send and get to the platform normative agent and gets the registered sessions.
 void getSupervisorComponentsStates(java.lang.String runtype)
           
 void getSupervisorRunNumber(java.lang.String runtype)
           
 void getSupervisorSession(java.lang.String runtype)
           
 void getSupervisorState(java.lang.String runtype)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AskPlatform

public AskPlatform(AskCmd cl)
Method Detail

getPlatformRegisteredRuntypes

public void getPlatformRegisteredRuntypes()
Does cMsg send and get to the ControlDesigner agent and gets the names of all configuration files in the COOL_HOME/config directory.


getPlatformRegisteredSessions

public void getPlatformRegisteredSessions()
Does cMsg send and get to the platform normative agent and gets the registered sessions.


getPlatformRegisteredAgents

public void getPlatformRegisteredAgents()

getDbRegisteredRuntypes

public void getDbRegisteredRuntypes()
Asks platform administrator to report runtypes recoreded in the Coda2 database


getDbRegisteredSessions

public void getDbRegisteredSessions()
Asks platform administrator to report sessions recorded in the coda2 database


getPlatformRegisteredDocs

public void getPlatformRegisteredDocs()
Does cMsg send-and-get to the platform normative agent and gets the registered documents.


getSupervisorRunNumber

public void getSupervisorRunNumber(java.lang.String runtype)

getSupervisorState

public void getSupervisorState(java.lang.String runtype)

getSupervisorComponentsStates

public void getSupervisorComponentsStates(java.lang.String runtype)

getSupervisorSession

public void getSupervisorSession(java.lang.String runtype)