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 | 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 () |
| 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 |
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 _ArchivingServiceInterfaceStub.java.
|
|
set this to true to prevent loops when retrieving to e.g. EventData ISserver Implements ArchivingServiceI.ArchivingServiceInterfaceOperations. Definition at line 208 of file _ArchivingServiceInterfaceStub.java. |
|
|
Initial value: {
"IDL:ArchivingServiceI/ArchivingServiceInterface:1.0",
"IDL:ipc/servant:1.0"}
Definition at line 362 of file _ArchivingServiceInterfaceStub.java. Referenced by ArchivingServiceI._ArchivingServiceInterfaceStub._ids(). |
1.4.6