import "ArchivingServiceInterface.idl";
Public Member Functions | |
| oneway void | archiveISName (in string isName) |
| Save an IS object to file. | |
| oneway void | retrieveISName (in string isName) |
| retrieve the object by its name in IS | |
| oneway void | retrieveArchName (in string archivingName) |
| retrieve the object by its file name | |
| oneway void | retrieve (in string runNumber, in string scanNumber, in string className, in string specifier) |
| Specifier can be module name or test type. | |
| oneway void | setCompressionLevel (in short level) |
| Configuration options. | |
| short | getCompressionLevel () |
| oneway void | setRetrieveIsServer (in string serverName) |
| string | getRetrieveIsServer () |
| void | suspendCallbacks (in boolean doSuspend) |
| set this to true to prevent loops when retrieving to e.g. | |
| string | status () |
| status methods | |
| short | busy () |
| short | queueLength () |
Data Fields | |
| const string | serverName |
| Use these to locate the ArchivingService. | |
| const string | instanceName |
|
|
Save an IS object to file.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||||||||||
|
Specifier can be module name or test type.
|
|
|
retrieve the object by its file name
|
|
|
retrieve the object by its name in IS
|
|
|
Configuration options.
|
|
|
|
|
|
status methods
|
|
|
set this to true to prevent loops when retrieving to e.g. EventData ISserver |
|
|
Definition at line 8 of file ArchivingServiceInterface.idl. |
|
|
Use these to locate the ArchivingService.
Definition at line 7 of file ArchivingServiceInterface.idl. |
1.3.5