Inheritance diagram for ArchivingServiceI.ArchivingServiceInterfaceOperations:
Public Member Functions | |
void | archiveISName (String isName) |
Save an IS object to file. | |
void | retrieveISName (String isName) |
retrieve the object by its name in IS | |
void | retrieveArchName (String archivingName) |
retrieve the object by its file name | |
void | setPersistentDirectory (String newDirectory) |
set Persistent directory name | |
void | retrieve (String runNumber, String scanNumber, String className, String specifier) |
Specifier can be module name or test type. | |
void | setCompressionLevel (short level) |
Configuration options. | |
short | getCompressionLevel () |
void | setRetrieveIsServer (String serverName) |
String | getRetrieveIsServer () |
void | suspendCallbacks (boolean doSuspend) |
set this to true to prevent loops when retrieving to e.g. | |
String | status () |
status methods | |
short | busy () |
short | queueLength () |
void | setFifo (boolean fifo) |
boolean | isFifo () |
Generated by the IDL-to-Java compiler (portable), version "3.2" from /usera/sctrod/lester/TDAQ14_BRANCH/SctRodDaq/include/ArchivingService/ArchivingServiceInterface.idl 08 October 2005 22:02:18 o'clock BST
Definition at line 11 of file ArchivingServiceInterfaceOperations.java.
|
set this to true to prevent loops when retrieving to e.g. EventData ISserver Implemented in ArchivingServiceI._ArchivingServiceInterfaceStub. |