Uses of Class
ing.status.StatusItemValue

Packages that use StatusItemValue
ing.status   
JICSCore   
 

Uses of StatusItemValue in ing.status
 

Fields in ing.status declared as StatusItemValue
 StatusItemValue StatusItemValueHolder.value
           
 

Methods in ing.status that return StatusItemValue
static StatusItemValue StatusItemValueHelper.extract(org.omg.CORBA.Any any)
           
static StatusItemValue StatusItemValueHelper.read(org.omg.CORBA.portable.InputStream in)
           
 

Methods in ing.status with parameters of type StatusItemValue
static void StatusItemValueHelper.insert(org.omg.CORBA.Any any, StatusItemValue s)
           
static void StatusItemValueHelper.write(org.omg.CORBA.portable.OutputStream out, StatusItemValue s)
           
 

Constructors in ing.status with parameters of type StatusItemValue
StatusItemValueHolder(StatusItemValue initial)
           
 

Uses of StatusItemValue in JICSCore
 

Methods in JICSCore that return StatusItemValue
static StatusItemValue[] StatusItemHelper.createErrorStatusItem(java.lang.String[] NoticeboardItems, OCSCORBAHelper OCSCorba, java.lang.String[] StatusVariableNames, int ErrorCode, java.lang.String ErrorMessage)
          Used to create an array of status items which are in error.
static StatusItemValue StatusItemHelper.createErrorStatusItem(java.lang.String NoticeboardItem, OCSCORBAHelper OCSCorba, java.lang.String StatusVariableName, int ErrorCode, java.lang.String ErrorMessage)
          Used to create a status item which is in error.
static StatusItemValue[] StatusItemHelper.createNormalStatusItem(java.lang.String[] NoticeboardItem, OCSCORBAHelper OCSCorba, java.lang.String[] StatusVariableNames, org.omg.CORBA.Any[] StatusValues)
          Used to create an array of StatusItemValue and optionally write it into the parameter noticeboard.
static StatusItemValue StatusItemHelper.createNormalStatusItem(java.lang.String NoticeboardItem, OCSCORBAHelper OCSCorba, java.lang.String StatusVariableName, org.omg.CORBA.Any StatusValue)
          Used to create a status item and optionally write it into the parameter noticeboard
 

Methods in JICSCore with parameters of type StatusItemValue
static void StatusItemHelper.checkStatusItemInError(StatusItemValue statusItem)
          Checks to see if the status item which is provided is in error and if it is then it raises an exception to that effect.
static boolean StatusItemHelper.extractStatusValueBoolean(StatusItemValue statusItem)
          This will be used to extract the value from the status item which is supplied.
static double StatusItemHelper.extractStatusValueDouble(StatusItemValue statusItem)
          This will be used to extract the value from the status item which is supplied.
static float StatusItemHelper.extractStatusValueFloat(StatusItemValue statusItem)
          This will be used to extract the value from the status item which is supplied.
static int StatusItemHelper.extractStatusValueInt(StatusItemValue statusItem)
          This will be used to extract the value from the status item which is supplied.
static int StatusItemHelper.extractStatusValueLong(StatusItemValue statusItem)
          This will be used to extract the value from the status item which is supplied.
static short StatusItemHelper.extractStatusValueShort(StatusItemValue statusItem)
          This will be used to extract the value from the status item which is supplied.
static java.lang.String StatusItemHelper.extractStatusValueString(StatusItemValue statusItem)
          This will be used to extract the value from the status item which is supplied.