Sct_CalibrationController._SequenceRequestStub Class Reference

External implementers of this class must not call any CalibrationController methods in their implementation. More...

Inheritance diagram for Sct_CalibrationController._SequenceRequestStub:

Inheritance graph
[legend]
Collaboration diagram for Sct_CalibrationController._SequenceRequestStub:

Collaboration graph
[legend]
List of all members.

Public Member Functions

String startSequence (Sct_SctApi.SctApiIPC api)
 Called just before this SequenceRequest is started.
Sct_CalibrationController.TestRequest getNextTest (int index)
 Called to get the next Test.
void endSequence ()
 Called to indicate that the Sequence has completed.
String[] _ids ()

Private Member Functions

void readObject (java.io.ObjectInputStream s) throws java.io.IOException
void writeObject (java.io.ObjectOutputStream s) throws java.io.IOException

Static Private Attributes

static String[] __ids

Detailed Description

External implementers of this class must not call any CalibrationController methods in their implementation.

This is because of a re-entrancy dealock problem with ILU,

Definition at line 16 of file _SequenceRequestStub.java.


Member Function Documentation

Sct_CalibrationController.TestRequest Sct_CalibrationController._SequenceRequestStub.getNextTest int  index  ) 
 

Called to get the next Test.

The parameter can be useful in determining which Test to return. The Test will be executed immediately.

Parameters:
index the 0 based index of the Test that is to be returned.

Implements Sct_CalibrationController.SequenceRequestOperations.

Definition at line 49 of file _SequenceRequestStub.java.

String Sct_CalibrationController._SequenceRequestStub.startSequence Sct_SctApi.SctApiIPC  api  ) 
 

Called just before this SequenceRequest is started.

It should cache the api and make any calls it needs to the libraries to get e.g.Tests. Unfortunately, this has to be done here to prevent ILU deadlocking.

Implements Sct_CalibrationController.SequenceRequestOperations.

Definition at line 24 of file _SequenceRequestStub.java.


Member Data Documentation

String [] Sct_CalibrationController._SequenceRequestStub.__ids [static, private]
 

Initial value:

 {
    "IDL:Sct_CalibrationController/SequenceRequest:1.0"}

Definition at line 92 of file _SequenceRequestStub.java.

Referenced by Sct_CalibrationController._SequenceRequestStub._ids().


The documentation for this class was generated from the following file:
Generated on Mon Feb 6 14:15:02 2006 for SCT DAQ/DCS Software - Java by  doxygen 1.4.6