- AbstractCommand - Class in net.eduvax.util
-
Default command.
- AbstractCommand() - Constructor for class net.eduvax.util.AbstractCommand
-
Create new command
- AbstractConfigChecker - Class in net.eduvax.util
-
- AbstractConfigChecker() - Constructor for class net.eduvax.util.AbstractConfigChecker
-
- Add(Runnable) - Method in class net.eduvax.util.ARunnableSet
-
Add a runnable to this set.
- add(Handler<T>) - Method in class net.eduvax.util.HandlerList
-
Add an handler to the list
- add(Handler<T>) - Method in class net.eduvax.util.Hub
-
register handler
- add(Observer<T>) - Method in class net.eduvax.util.ObserverManager
-
Register an observer.
- add(T) - Method in class net.eduvax.util.SortedList
-
- addAll(Collection<? extends T>) - Method in class net.eduvax.util.SortedList
-
- addArg(Object) - Method in class net.eduvax.util.Error
-
Add argument to error.
- addArg(Object) - Method in class net.eduvax.util.Event
-
Add argument to this event.
- AddArg(String) - Method in class net.eduvax.util.ScriptRunner
-
Ajouter un argument à transmettre au script
- addDir(String, boolean) - Method in class net.eduvax.util.Archive
-
Ajouter un repertoire a l'archive
L'ajout n'est pas immédiat, il ne sera effectif que lors de la
création de l'archive par la méthode Run.
- addDir(File, boolean) - Method in class net.eduvax.util.Archive
-
- added(K) - Method in class net.eduvax.util.Cache.LFU
-
- added(K) - Method in class net.eduvax.util.Cache.LRU
-
- added(K) - Method in class net.eduvax.util.Cache.Rand
-
- added(K) - Method in interface net.eduvax.util.CacheStrategy
-
telle strategy a key has been added.
- addFile(String) - Method in class net.eduvax.util.Archive
-
Add a file to the archive.
- addFile(File) - Method in class net.eduvax.util.Archive
-
Add a file to the archive.
- addFile(String) - Method in class net.eduvax.util.SortedStreamMerger
-
Ajouter un fichier d'entrée à fusionner.
- addMasks(String, EventCounter.EOpCode) - Method in class net.eduvax.util.EventCounter
-
Add matching pattern linked to an operation on counter.
- addStream(InputStream) - Method in class net.eduvax.util.SortedStreamMerger
-
Ajouter un stream d'entrée à fusionner
- addTransition(ST, ET, ST) - Method in class net.eduvax.util.StateMachine
-
Ajouter une transition au graphe d'états de
l'automate
- AObservableRunnable - Class in net.eduvax.util
-
Observable Runnable.
- AObservableRunnable() - Constructor for class net.eduvax.util.AObservableRunnable
-
Create new observable runnable.
- AObservableRunnable.EState - Enum in net.eduvax.util
-
Available runnable states identifications.
- AObservableRunnable.EState() - Constructor for enum net.eduvax.util.AObservableRunnable.EState
-
- App - Class in net.eduvax.util
-
Currently running Application.
- App(String[]) - Constructor for class net.eduvax.util.App
-
No public constructor.
- AppLogErrHandler - Class in net.eduvax.util
-
Trace errors with application logging facilities.
- AppLogErrHandler() - Constructor for class net.eduvax.util.AppLogErrHandler
-
Create new AppLogErrHandler
- Archive - Class in net.eduvax.util
-
Zip file creation utlity.
- Archive(String, String, int) - Constructor for class net.eduvax.util.Archive
-
Create new archive command.
- ARunnableSet - Class in net.eduvax.util
-
Runnable made of several other runnable.
- ARunnableSet() - Constructor for class net.eduvax.util.ARunnableSet
-
Create new runnable set
- AStateMachineCommand<TMachineSt,TMachineEv,TEv extends Event> - Class in net.eduvax.util
-
Command controled by state machine.
- AStateMachineCommand(StateMachine<TMachineSt, TMachineEv>, Handler<TEv>, EventProducer<TEv>, ErrorHandler, TMachineEv, TMachineEv, TMachineEv) - Constructor for class net.eduvax.util.AStateMachineCommand
-
Create new command.
- AStaticTranslator<T,U> - Class in net.eduvax.util
-
Convert utilities based on static table.
- AStaticTranslator(U) - Constructor for class net.eduvax.util.AStaticTranslator
-
Create new static translator.
- ATrigger<T> - Class in net.eduvax.util
-
Handle anything with a runnable.
- ATrigger() - Constructor for class net.eduvax.util.ATrigger
-
Create trigger.
- ATrigger(Runnable) - Constructor for class net.eduvax.util.ATrigger
-
Create trigger.
- get() - Static method in class net.eduvax.util.App
-
singleton getter.
- get(K) - Method in class net.eduvax.util.Cache
-
retrieve one object in cache.
- get() - Method in class net.eduvax.util.ConfigHandler
-
get configuration.
- get(K) - Method in interface net.eduvax.util.DataSource
-
- get(int) - Method in class net.eduvax.util.HashVector
-
- get(K) - Method in class net.eduvax.util.HashVector
-
- get(K) - Method in class net.eduvax.util.WeakHashtable
-
- getActiveThreads() - Static method in class net.eduvax.util.EThread
-
- getAllowedTransition() - Method in class net.eduvax.util.StateMachine
-
- getArg(int) - Method in class net.eduvax.util.Event
-
Retrieve an argument.
- getArgCount() - Method in class net.eduvax.util.Event
-
- getAttribute(String) - Method in class net.eduvax.util.App
-
Gets an attribute or environment variabel value.
- getCommandLine() - Method in class net.eduvax.util.OSCmdRunner
-
- getErrHandler() - Method in class net.eduvax.util.AObservableRunnable
-
- getErrHandler(int) - Method in class net.eduvax.util.App
-
Get new handler.
- getErrHandler(ErrorHandler) - Method in class net.eduvax.util.App
-
Create handler from chaining given one to app error tracing handler.
- getErrHandler() - Method in class net.eduvax.util.App
-
Get app default error handler as dummy handler.
- getErrHandler() - Method in class net.eduvax.util.AStateMachineCommand
-
Get error handler.
- getErrorHandler() - Method in class net.eduvax.util.AbstractCommand
-
- getErrorHandler() - Method in class net.eduvax.util.OSCmdRunner
-
Get command error handler.
- getException() - Method in class net.eduvax.util.AObservableRunnable
-
Uncatched exception.
- getException() - Method in class net.eduvax.util.Error
-
- getExitValue() - Method in class net.eduvax.util.OSCmdRunner
-
- getFile(String) - Method in class net.eduvax.util.App
-
Get File relative to app pseudo working directory.
- getHead(Handler) - Method in class net.eduvax.util.LogFormatter
-
- getId() - Method in class net.eduvax.util.Event
-
- getIdPrefix() - Method in class net.eduvax.util.Event
-
Get event class identification.
- getLastCheckedErrors() - Method in class net.eduvax.util.ErrorAccumulator
-
- getLastEvent() - Method in class net.eduvax.util.StateMachine
-
Obtenir l'événement qui a provoqué la dernière transition
Attention, la valeur retourné n'est pas définie tant qu'aucune
transition n'a eu lieu.
- getLevel() - Method in class net.eduvax.util.Error
-
Get error level.
- getLevel() - Method in class net.eduvax.util.Event
-
- getLocale() - Method in class net.eduvax.util.App
-
get current localization
- getLogger(String) - Method in class net.eduvax.util.App
-
- getMD5HashString(String) - Static method in class net.eduvax.util.Crypto
-
Compute MD5 hash string.
- getMessage() - Method in class net.eduvax.util.Error
-
Retrieve localized error message about error.
- getMessage() - Method in class net.eduvax.util.Event
-
Get text message for the event.
- getMimeAttribute(String, String) - Method in class net.eduvax.util.MimeTypeDB
-
Get attribute value matching file path.
- getMimeType(String) - Method in class net.eduvax.util.MimeTypeDB
-
get file mime type
- getObserverManager() - Method in class net.eduvax.util.AObservableRunnable
-
- getObserverManager() - Method in class net.eduvax.util.EventCounter
-
- getObserverManager() - Method in class net.eduvax.util.EventMonitor
-
- getObserverManager() - Method in interface net.eduvax.util.Observable
-
Get this observable observer registration manager.
- getObserverManager() - Method in class net.eduvax.util.StateMachine
-
- getParameter(String) - Method in class net.eduvax.util.AbstractCommand
-
get one paramater
- getProcess() - Method in class net.eduvax.util.OSCmdRunner
-
- getQueryString() - Method in class net.eduvax.util.AbstractCommand
-
get query strings.
- getRelativePath(File, File) - Static method in class net.eduvax.util.FileUtils
-
get path to file relative to another file
- getResource(String) - Method in class net.eduvax.util.App
-
Get resource bundle
- getRunList() - Method in class net.eduvax.util.ARunnableSet
-
Gets all added runnable to this set.
- getScriptRunner(String) - Static method in class net.eduvax.util.ScriptRunner
-
Demander la création d'un nouveau gestionnaire d'execution
de script.
- getSingleton(Class) - Method in class net.eduvax.util.App
-
Retrieve one singleton
- getSLogger(String) - Static method in class net.eduvax.util.Logger
-
get named logger.
- getSLogger(String, Properties) - Static method in class net.eduvax.util.Logger
-
get named logger with special configuration.
- getState() - Method in class net.eduvax.util.AObservableRunnable
-
Get current state.
- getState() - Method in class net.eduvax.util.StateMachine
-
- getTail(Handler) - Method in class net.eduvax.util.LogFormatter
-
- getThread() - Method in class net.eduvax.util.Sequencer
-
Obtenir le thread du sequenceur.
- getTimer() - Method in class net.eduvax.util.EventMonitor
-
Get the timer controlling the periodic checks.
- getTimestamp() - Static method in class net.eduvax.util.App
-
Generate a time stamp.
- getTimeStamp() - Method in class net.eduvax.util.Event
-
Get event timestamp.
- getValue() - Method in class net.eduvax.util.EventCounter
-
get current value of the status counter.
- getWorkingDir() - Method in class net.eduvax.util.App
-
Get current pseudo working directory
- readNext() - Method in class net.eduvax.util.LineReaderBuffer
-
Lire la ligne suivante
- remove(Handler<T>) - Method in class net.eduvax.util.HandlerList
-
Remove one handler from the list
- remove(K) - Method in class net.eduvax.util.HashVector
-
- remove(Handler<T>) - Method in class net.eduvax.util.Hub
-
deregister handler
- remove(Observer<T>) - Method in class net.eduvax.util.ObserverManager
-
Deregister an observer.
- remove(T) - Method in class net.eduvax.util.SortedList
-
- removed(K) - Method in class net.eduvax.util.Cache.LFU
-
- removed(K) - Method in class net.eduvax.util.Cache.LRU
-
- removed(K) - Method in class net.eduvax.util.Cache.Rand
-
- removed(K) - Method in interface net.eduvax.util.CacheStrategy
-
tell strategy a key has been removed.
- resetMasks() - Method in class net.eduvax.util.EventCounter
-
Remove all matching rules.
- reversibleCrypt(String) - Method in class net.eduvax.util.Crypto
-
Reversible crypt of a string.
- run() - Method in class net.eduvax.util.AObservableRunnable
-
Runnable implementation.
- run() - Method in class net.eduvax.util.Archive
-
Effectuer la compression et l'écriture de l'archive.
- run() - Method in class net.eduvax.util.ARunnableSet
-
Runnable interface implementation.
- run() - Method in class net.eduvax.util.AStateMachineCommand
-
Runnable implementation.
- run() - Method in class net.eduvax.util.ATrigger
-
Runnable implementation.
- run() - Method in class net.eduvax.util.EThread
-
- run() - Method in class net.eduvax.util.EventMonitor
-
Update monitor status.
- run() - Method in class net.eduvax.util.Hub
-
- run() - Method in class net.eduvax.util.OSCmdRunner
-
run command
- run() - Method in class net.eduvax.util.RunnableConcurrence
-
mise en oeuvre Runnable
- run() - Method in class net.eduvax.util.RunnableSequence
-
Executer sequentiellement les Runnable de l'ensemble.
- run() - Method in class net.eduvax.util.ScriptRunner
-
Démarrer l'exécution du script
Mise en oeuvre IRunnable.
- run(Runnable) - Method in class net.eduvax.util.Sequencer
-
Demander l'execution d'un Runnable au thread du séquenceur.
- run(Runnable, int) - Method in class net.eduvax.util.Sequencer
-
Demander l'execution d'un Runnable au thread du séquenceur.
- run() - Method in class net.eduvax.util.Sequencer
-
point d'entrée du thread du séquenceur
Ne pas appeler cette méthode, il s'agit du callback
pour le thread qui pilote le sequenceur.
- run() - Method in class net.eduvax.util.SortedStreamMerger
-
Mise en oeuvre Runnable.
- RunnableConcurrence - Class in net.eduvax.util
-
Gestion de l'execution d'un lot de runnable en parallèle.
- RunnableConcurrence(String, boolean) - Constructor for class net.eduvax.util.RunnableConcurrence
-
Creer nouveau lanceur parallelisé
- RunnableSequence - Class in net.eduvax.util
-
Sequence de Runnable se presentant sous la forme d'un runnable.
- RunnableSequence() - Constructor for class net.eduvax.util.RunnableSequence
-
- runTransition(ET) - Method in class net.eduvax.util.StateMachine
-
- ScriptRunner - Class in net.eduvax.util
-
Gestionnaire d'exécution du scripts./
Pour le moment, seul le langage python est pris en charge via
l'interpréteur IronPython.
- ScriptRunner(String, String) - Constructor for class net.eduvax.util.ScriptRunner
-
Création d'un nouveau gestionnaire d'execution de script.
- select() - Method in class net.eduvax.util.Cache.LFU
-
- select() - Method in class net.eduvax.util.Cache.LRU
-
- select() - Method in class net.eduvax.util.Cache.Rand
-
- select() - Method in interface net.eduvax.util.CacheStrategy
-
Selection key to be remove from host cache.
- Sequencer - Class in net.eduvax.util
-
Permet le lancement séquentiel d'action
dans un thread propre du sequenceur.
- Sequencer(String) - Constructor for class net.eduvax.util.Sequencer
-
Construit un nouveau séquenceur et démarre son thread.
- setArgs(String[]) - Method in class net.eduvax.util.ConfigHandler
-
set command line arguments to parse
- setAttribute(String, String) - Method in class net.eduvax.util.App
-
Defines new application attribute.
- setAttributesFromArgs(String[]) - Method in class net.eduvax.util.App
-
Defines attributes from an arguments list.
- setCallback(OSCmdRunner.Callback) - Method in class net.eduvax.util.OSCmdRunner
-
Change output stream callback.
- setChecker(ConfigChecker) - Method in class net.eduvax.util.ConfigHandler
-
set checker to use to verify configuration.
- setDefault(Properties) - Method in class net.eduvax.util.ConfigHandler
-
set default configuration.
- setErrHandler(ErrorHandler) - Method in class net.eduvax.util.Archive
-
Change error handler.
- setErrHandler(ErrorHandler) - Method in class net.eduvax.util.ScriptRunner
-
Definir le gestionnaire d'erreur.
- setErrHandlerFactory(ErrHandlerFactory) - Method in class net.eduvax.util.App
-
Change error handler factory.
- setErrorHandler(ErrorHandler) - Method in class net.eduvax.util.AbstractCommand
-
Change error handler
- setErrorHandler(ErrorHandler) - Method in class net.eduvax.util.AObservableRunnable
-
Change error handler.
- setErrorHandler(ErrorHandler) - Method in interface net.eduvax.util.Command
-
Set error handler.
- setErrorHandler(ErrorHandler) - Method in class net.eduvax.util.OSCmdRunner
-
Change error handler.
- setFilePath(String) - Method in class net.eduvax.util.ConfigHandler
-
set rc file path.
- setLocale(Locale) - Method in class net.eduvax.util.App
-
Change localization.
- setMax(int) - Method in class net.eduvax.util.EventCounter
-
Set max value for status counter.
- setMin(int) - Method in class net.eduvax.util.EventCounter
-
Set min value for the status counter.
- setOutputPath(String) - Method in class net.eduvax.util.SortedStreamMerger
-
Définir le fichier de sortie.
- setOutputStream(OutputStream) - Method in class net.eduvax.util.SortedStreamMerger
-
Définir le flux de sortie.
- setParameter(String, String) - Method in class net.eduvax.util.AbstractCommand
-
Set one parameter.
- setParameter(String, String) - Method in interface net.eduvax.util.Command
-
Set one parameter.
- setParameters(String) - Method in class net.eduvax.util.AbstractCommand
-
Default command parameter settings.
- setParameters(String) - Method in interface net.eduvax.util.Command
-
Defines several parameters at once.
- setPrintStream(PrintStream) - Method in class net.eduvax.util.OSCmdRunner
-
Change output stream.
- setSingleton(Class, Object) - Method in class net.eduvax.util.App
-
Set singleton instance for type.
- setSingleton(Object) - Method in class net.eduvax.util.App
-
Set singleton instance.
- setStopObject(T) - Method in class net.eduvax.util.Hub
-
Defines obj to use as stop signal when found in queue.
- setUnsetAttribute(String, String) - Method in class net.eduvax.util.App
-
set attribute only if not already set.
- setWorkingDir(String) - Method in class net.eduvax.util.App
-
Change app pseudo working directory
- setWorkingDirectory(String) - Method in class net.eduvax.util.OSCmdRunner
-
Change command working directory
- setWorkingDirectory(File) - Method in class net.eduvax.util.OSCmdRunner
-
Change command working directory
- size() - Method in class net.eduvax.util.HashVector
-
- size() - Method in class net.eduvax.util.SortedList
-
- SLogger - Interface in net.eduvax.util
-
Simple logging service definition.
- SortedList<T extends java.lang.Comparable> - Class in net.eduvax.util
-
- SortedList() - Constructor for class net.eduvax.util.SortedList
-
- SortedList.Node<T> - Class in net.eduvax.util
-
- SortedList.Node(T, SortedList<T>.Node<T>, SortedList<T>.Node<T>) - Constructor for class net.eduvax.util.SortedList.Node
-
- SortedStreamMerger - Class in net.eduvax.util
-
Fusion de streams ordonnés tout en préservant l'ordre dans le
résultat.
- SortedStreamMerger() - Constructor for class net.eduvax.util.SortedStreamMerger
-
Créer nouveau fusionneur
- SortedStreamMerger.DefaultLineBufferComparator - Class in net.eduvax.util
-
Comparateur de ligne par defaut.
- SortedStreamMerger.DefaultLineBufferComparator() - Constructor for class net.eduvax.util.SortedStreamMerger.DefaultLineBufferComparator
-
- sourceTypeFromString(String) - Method in class net.eduvax.util.AStaticTranslator
-
String to key convertion.
- sourceTypeFromString(String) - Method in class net.eduvax.util.DblDblStaticTranslator
-
construction of double key from string.
- sourceTypeFromString(String) - Method in class net.eduvax.util.StrStrStaticTranslator
-
- split() - Method in class net.eduvax.util.StringTokenizer
-
Returns all remaining tokens as String array.
- start() - Method in class net.eduvax.util.EThread
-
- start() - Method in class net.eduvax.util.EventMonitor
-
Start monitoring.
- start() - Method in class net.eduvax.util.Hub
-
Start hub with its own thread
- StateMachine<ST,ET> - Class in net.eduvax.util
-
Automate à état fini
Automate générique.
- StateMachine(ST) - Constructor for class net.eduvax.util.StateMachine
-
Creation automate
- stop() - Method in class net.eduvax.util.Hub
-
Request Hub shutdown.
- stop() - Method in class net.eduvax.util.Sequencer
-
Demander l'arrêt du séquenceur.
- Stream - Class in net.eduvax.util
-
- Stream() - Constructor for class net.eduvax.util.Stream
-
- StringTokenizer - Class in net.eduvax.util
-
Do the quite same thing than java.util.StringTokenizer.
- StringTokenizer(String) - Constructor for class net.eduvax.util.StringTokenizer
-
Create new tokenizer using default separators.
- StringTokenizer(String, String) - Constructor for class net.eduvax.util.StringTokenizer
-
Create new tokenizer
- StrStrStaticTranslator - Class in net.eduvax.util
-
Static string to string convert utility.
- StrStrStaticTranslator() - Constructor for class net.eduvax.util.StrStrStaticTranslator
-
Create new static string translator.
- _active - Variable in class net.eduvax.util.EventMonitor
-
activity indicator.
- _activeThreads - Static variable in class net.eduvax.util.EThread
-
- _app - Static variable in class net.eduvax.util.App
-
singleton App instance
- _archiveFilePath - Variable in class net.eduvax.util.Archive
-
target zip file path
- _args - Variable in class net.eduvax.util.Error
-
Error args : complementary information about error
- _args - Variable in class net.eduvax.util.Event
-
Event's arguments.
- _args - Variable in class net.eduvax.util.ScriptRunner
-
Arguments à transmettre au script
- _attribDB - Variable in class net.eduvax.util.MimeTypeDB
-
types attributes db
- _attributes - Variable in class net.eduvax.util.App
-
application wide variables.
- _base64 - Static variable in class net.eduvax.util.Crypto
-
base 64 code set.
- _bindings - Variable in class net.eduvax.util.ScriptRunner
-
Envuronnement d'execution du script.
- _cachedKeys - Variable in class net.eduvax.util.Cache.Rand
-
use count for each key.
- _cachedObjs - Variable in class net.eduvax.util.Cache
-
Cached objects
- _callback - Variable in class net.eduvax.util.OSCmdRunner
-
command output stream handler
- _chained - Variable in class net.eduvax.util.ChainedErrHandler
-
chained error handler.
- _checker - Variable in class net.eduvax.util.ConfigHandler
-
configuration checker.
- _cmdArgs - Variable in class net.eduvax.util.ConfigHandler
-
command line arguments.
- _commandLine - Variable in class net.eduvax.util.OSCmdRunner
-
Command line arguments
- _config - Variable in class net.eduvax.util.ConfigHandler
-
configuration.
- _count - Variable in class net.eduvax.util.SortedList
-
- _cpt - Variable in class net.eduvax.util.EventMonitor
-
Compteur d'evenement pour la période courante
- _cSize - Variable in class net.eduvax.util.Cache
-
cache current size
- _dataSource - Variable in class net.eduvax.util.Cache
-
data source
- _dataSource - Variable in class net.eduvax.util.WeakHashtable
-
Data source to retrieve garbage collected objects
- _defaultConfig - Variable in class net.eduvax.util.ConfigHandler
-
default configuration.
- _delimiters - Variable in class net.eduvax.util.StringTokenizer
-
separation chars.
- _directory - Variable in class net.eduvax.util.OSCmdRunner
-
command working directory
- _engine - Variable in class net.eduvax.util.ScriptRunner
-
Moteur de l'interpréteur.
- _errCount - Variable in class net.eduvax.util.AppLogErrHandler
-
error counter
- _errHandler - Variable in class net.eduvax.util.AbstractCommand
-
Error handler
- _errHandler - Variable in class net.eduvax.util.AObservableRunnable
-
error handler
- _errHandler - Variable in class net.eduvax.util.App
-
application wide error tracer
- _errHandler - Variable in class net.eduvax.util.Archive
-
Error handler
- _errHandler - Variable in class net.eduvax.util.AStateMachineCommand
-
Error handler.
- _errHandler - Variable in class net.eduvax.util.OSCmdRunner
-
error handler
- _errHandler - Variable in class net.eduvax.util.ScriptRunner
-
Gestionnaire d'erreur
- _errHandler - Variable in class net.eduvax.util.Sequencer
-
Gestionnaire d'erreur
- _errHandler - Variable in class net.eduvax.util.SortedStreamMerger
-
- _errHandlerFactory - Variable in class net.eduvax.util.App
-
application wide error handler factory
- _error - Variable in class net.eduvax.util.ConsoleErrHandler
-
error flag. true when error handled since last check()
- _errorAcc - Variable in class net.eduvax.util.ErrorAccumulator
-
Accumulating errors.
- _evHandler - Variable in class net.eduvax.util.AStateMachineCommand
-
Event handler.
- _evProducer - Variable in class net.eduvax.util.AStateMachineCommand
-
Event generator.
- _ex - Variable in class net.eduvax.util.Error
-
Exception related to error
- _exception - Variable in class net.eduvax.util.AObservableRunnable
-
uncatch exception.
- _fatal - Variable in class net.eduvax.util.AppLogErrHandler
-
set true when a fatal error is encountered
- _fifo - Variable in class net.eduvax.util.Hub
-
Event queue, as far as T type is an event.
- _fileList - Variable in class net.eduvax.util.Archive
-
File list to be include in the zip archive
- _freqs - Variable in class net.eduvax.util.Cache.LFU
-
use count for each key.
- _handlers - Variable in class net.eduvax.util.Hub
-
HandlerList containing hub member handlers
- _hashtable - Variable in class net.eduvax.util.HashVector
-
vector "index"
- _head - Variable in class net.eduvax.util.SortedList
-
- _id - Variable in class net.eduvax.util.Error
-
Error id
- _id - Variable in class net.eduvax.util.Event
-
Event type identification
- _index - Variable in class net.eduvax.util.StringTokenizer
-
current index in string tokenization.
- _input - Variable in class net.eduvax.util.ConsoleErrHandler
-
input reader
- _inputs - Variable in class net.eduvax.util.SortedStreamMerger
-
Chemins fichiers d'entrée.
- _join - Variable in class net.eduvax.util.RunnableConcurrence
-
si true : attendre la fin de tous les processus.
- _kcCount - Variable in class net.eduvax.util.WeakHashtable
-
key clean count
- _key - Variable in class net.eduvax.util.Crypto
-
Cypher key.
- _koEv - Variable in class net.eduvax.util.AStateMachineCommand
-
Event to report command failure.
- _lastCheckedErrors - Variable in class net.eduvax.util.ErrorAccumulator
-
Checked errors.
- _lastEvent - Variable in class net.eduvax.util.StateMachine
-
Dernier evenement à l'origine d'une transition.
- _lastLine - Variable in class net.eduvax.util.LineReaderBuffer
-
Dernière ligne lue
- _level - Variable in class net.eduvax.util.Error
-
Error level
- _level - Variable in class net.eduvax.util.Event
-
level / severity
- _locale - Variable in class net.eduvax.util.App
-
Application wide localization
- _logger - Variable in class net.eduvax.util.App
-
default logger
- _logger - Variable in class net.eduvax.util.Logger
-
delegated java logger
- _main - Variable in class net.eduvax.util.ChainedErrHandler
-
main error handler.
- _masks - Variable in class net.eduvax.util.EventCounter
-
Matching rules
- _max - Variable in class net.eduvax.util.EventCounter
-
max value for the status counter
- _maxSize - Variable in class net.eduvax.util.Cache
-
cache max size
- _md5 - Static variable in class net.eduvax.util.Crypto
-
Hash code provider.
- _min - Variable in class net.eduvax.util.EventCounter
-
min value for the status counter
- _mode - Variable in class net.eduvax.util.ConsoleErrHandler
-
Error handling mode (user interactio proto).
- _msgId - Static variable in class net.eduvax.util.ConsoleErrHandler
-
standard confirmation messages ids
- _name - Variable in class net.eduvax.util.Hub
-
hub name
- _name - Variable in class net.eduvax.util.RunnableConcurrence
-
nom du lot
- _nextToRun - Variable in class net.eduvax.util.Sequencer
-
Prochaine commande à executer par le séquenceur
- _nullValue - Variable in class net.eduvax.util.AStaticTranslator
-
Default value.
- _observers - Variable in class net.eduvax.util.ObserverManager
-
Registered observers list.
- _obsManager - Variable in class net.eduvax.util.AObservableRunnable
-
Observers manager.
- _obsManager - Variable in class net.eduvax.util.EventCounter
-
- _obsManager - Variable in class net.eduvax.util.EventMonitor
-
Observable implementation.
- _obsManager - Variable in class net.eduvax.util.StateMachine
-
Gestionnaire observateurs.
- _okEv - Variable in class net.eduvax.util.AStateMachineCommand
-
Event to report command succes.
- _opCodes - Variable in class net.eduvax.util.EventCounter
-
Matching rules to opcode links.
- _output - Variable in class net.eduvax.util.ConsoleErrHandler
-
stream for message output
- _output - Variable in class net.eduvax.util.OSCmdRunner.PrintStreamCallback
-
- _output - Variable in class net.eduvax.util.SortedStreamMerger
-
Chemin fichier de sortie.
- _overwriteMode - Variable in class net.eduvax.util.Archive
-
Overwrite strategy.
- _params - Variable in class net.eduvax.util.AbstractCommand
-
Store params
- _period - Variable in class net.eduvax.util.EventMonitor
-
periodic check delay
- _process - Variable in class net.eduvax.util.OSCmdRunner
-
system process for command execution
- _queryString - Variable in class net.eduvax.util.AbstractCommand
-
Store all param as query string when all params set at once.
- _rand - Variable in class net.eduvax.util.Cache.Rand
-
Random generator
- _reader - Variable in class net.eduvax.util.LineReaderBuffer
-
Source de données
- _removePrefix - Variable in class net.eduvax.util.Archive
-
Path prefix to be removed in archive file index.
- _rnd - Static variable in class net.eduvax.util.Crypto
-
Random generator.
- _run - Variable in class net.eduvax.util.Sequencer
-
Etat d'activité du séquenceur
- _runList - Variable in class net.eduvax.util.ARunnableSet
-
Inner runnable list.
- _runStatus - Variable in class net.eduvax.util.Sequencer
-
Status des commande en attente et en cours
- _scriptPath - Variable in class net.eduvax.util.ScriptRunner
-
Chemin de script à executer.
- _singletons - Variable in class net.eduvax.util.App
-
singleton set
- _startEv - Variable in class net.eduvax.util.AStateMachineCommand
-
Event to report command start.
- _state - Variable in class net.eduvax.util.AObservableRunnable
-
current state.
- _state - Variable in class net.eduvax.util.StateMachine
-
Etat courant de l'automate
- _stateMachine - Variable in class net.eduvax.util.AStateMachineCommand
-
State machine controlling this command execution.
- _stopObject - Variable in class net.eduvax.util.Hub
-
object to insert to order Hub shutdown
- _strategy - Variable in class net.eduvax.util.Cache
-
Cache management sstrategy.
- _sysdb - Static variable in class net.eduvax.util.MimeTypeDB
-
default system wide DB
- _table - Variable in class net.eduvax.util.AStaticTranslator
-
Convertion map
- _tail - Variable in class net.eduvax.util.SortedList
-
- _thread - Variable in class net.eduvax.util.OSCmdRunner
-
thread used when desynchronized command run
- _thread - Variable in class net.eduvax.util.Sequencer
-
Thread propre du sequenceur.
- _timer - Variable in class net.eduvax.util.EventMonitor
-
Timer controlling periodic checks.
- _timestamp - Variable in class net.eduvax.util.Event
-
event timestamp.
- _timestamps - Variable in class net.eduvax.util.Cache.LRU
-
last date of use for each key.
- _toRun - Variable in class net.eduvax.util.ATrigger
-
Defines what the trigger does.
- _toRun - Variable in class net.eduvax.util.EThread
-
runnable to used as thread proc
- _toSplit - Variable in class net.eduvax.util.StringTokenizer
-
string to be splited from tokens.
- _transitions - Variable in class net.eduvax.util.StateMachine
-
table des transitions valides
dico indexé par les états de dico indexé par les evenements
- _typesDB - Variable in class net.eduvax.util.MimeTypeDB
-
types db
- _useCount - Variable in class net.eduvax.util.Cache.LRU
-
Object uses counter
- _userdb - Static variable in class net.eduvax.util.MimeTypeDB
-
default user DB
- _value - Variable in class net.eduvax.util.EventCounter
-
status counter value
- _vector - Variable in class net.eduvax.util.HashVector
-
inner vector.
- _weakRefs - Variable in class net.eduvax.util.WeakHashtable
-
weak reference table
- _workingDir - Variable in class net.eduvax.util.App
-