Inheritance diagram for ArchivingServiceI._ArchivingServiceInterfaceStub:
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 | 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 | get_info (ipc.InfoHolder inf) |
void | destroy () |
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 | |
String[] | __ids |
Generated by the IDL-to-Java compiler (portable), version "3.1" from /atlas/daq/code/gcc32/SctRodDaq/include/ArchivingService/ArchivingServiceInterface.idl 14 July 2004 17:33:00 o'clock BST
Definition at line 11 of file _ArchivingServiceInterfaceStub.java.
|
set this to true to prevent loops when retrieving to e.g. EventData ISserver Implements ArchivingServiceI.ArchivingServiceInterfaceOperations. Definition at line 187 of file _ArchivingServiceInterfaceStub.java. |
|
Initial value: { "IDL:ArchivingServiceI/ArchivingServiceInterface:1.0", "IDL:ipc/freeable:1.0"} Definition at line 303 of file _ArchivingServiceInterfaceStub.java. |