Inheritance diagram for FitterI._FitterInterfaceStub:
Public Member Functions | |
String | status () |
print out the status of the service, including numbers of scans done, last scan, algorithms, some timing information etc | |
String | lastScan () |
name of the last scan object fitted | |
String | getFitOptions () |
options such as "NQR" for ROOT | |
String | getFitStrategy () |
get the name of the fit strategy currently being used | |
void | setFitOptions (String opt) |
set the name of the fit options to be used | |
void | setFitStrategy (String name) |
set the name of the fit strategy to be used | |
void | fitAll () |
try to fit everything | |
void | fit (String name) |
manual request to fit a particular RawScanResult. | |
int | busy () |
number of threads busy fitting | |
int | queueLength () |
number of requests in the queue | |
int | nFitsDone () |
number of fits done | |
int | nFitErrors () |
number of fit errors | |
void | setFifo (boolean fifo) |
set argument true for FIFO queue, false for FILO queue | |
boolean | isFifo () |
query if FIFO (true) or FILO (false) is being used | |
String[] | listFitAlgorithms () |
list available FitAlgorithm names. | |
String[] | listFitStrategies () |
list available fit strategies. | |
void | setDebug (boolean value) |
set debug to add debug output to std.out | |
ipc.servantPackage.info | information () |
void | shutdown () |
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 |
Definition at line 13 of file _FitterInterfaceStub.java.
|
list available FitAlgorithm names. These can be used in TestRequest s Implements FitterI.FitterInterfaceOperations. Definition at line 314 of file _FitterInterfaceStub.java. |
|
list available fit strategies. These can be set Implements FitterI.FitterInterfaceOperations. Definition at line 335 of file _FitterInterfaceStub.java. |
|
Initial value: { "IDL:FitterI/FitterInterface:1.0", "IDL:ipc/servant:1.0"} Definition at line 413 of file _FitterInterfaceStub.java. Referenced by FitterI._FitterInterfaceStub._ids(). |