File 'net/pop3/storage/multi.cls' (part of 'Pool_Net')
Home | Packages | Files | Procedures | Classes | Namespaces | Keywords | External packages
Class 'multiStorage'
- -command
- The command to evaluate after a scan completed. First argument is either 'done' or 'error'. In the latter case the accompanying error message is appended as the 2nd argument.
Done (command fail msg)
|
Overrides popClientStorageBase:Done
|
Argument: command
|
The script evaluate. Allowed to be empty, nothing is done in that case. Gets either 'error' or 'done' as first argument. In case of an 'error' msg is given to as well.
|
Argument: fail
|
Boolean value. True signal unsucessful completion of the storing process.
|
Argument: msg (= {})
|
The error text to add as 2nd argument to command.
|
Execute (handle)
|
|
Argument: handle
|
Internal handle of this storage transaction. Used to remember the transaction state.
|
Store (handle)
|
|
Argument: handle
|
Internal handle of this storage transaction. Used to remember the transaction state.
|
SubDone (handle state msg)
|
|
Argument: handle
|
Internal handle of this storage transaction. Used to remember the transaction state.
|
Argument: state
|
Completion state of the invoked facility.
|
Argument: msg (= {})
|
Error message in case of failure.
|
storeMessage (command message)
|
Overrides popClientStorageBase:storeMessage
|
Argument: command
|
The script evaluate after completion of the process (use Done to accomplish this). Allowed to be empty, nothing is done in that case. Gets either 'error' or 'done' as first argument.
|
Argument: message
|
The text of the message to store.
|
- facilities
- A list containing the object handles of all storage system to query during a scan.
- thread
- State information for every active scan.
Home | Packages | Files | Procedures | Classes | Namespaces | Keywords | External packages
Generated by AutoDoc 2.4 at 09/14/2000, invoked by Andreas Kupries