A B C D E F G H I J L M N O P Q R S T U V W _ 

A

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.

B

base64Decode(String) - Static method in class net.eduvax.util.Crypto
Simple base 64 decoding.
base64Encode(byte[]) - Static method in class net.eduvax.util.Crypto
Simple base 64 encoding.

C

Cache<K,V> - Class in net.eduvax.util
Simple object cache.
Cache(int, DataSource<K, V>) - Constructor for class net.eduvax.util.Cache
Create new cache usign defaults LRU strategy.
Cache(int, DataSource<K, V>, CacheStrategy<K>) - Constructor for class net.eduvax.util.Cache
Create new cache.
Cache.LFU<K> - Class in net.eduvax.util
Trivial LFU implementation.
Cache.LFU() - Constructor for class net.eduvax.util.Cache.LFU
Create new LRU
Cache.LRU<K> - Class in net.eduvax.util
Default and trivial LRU implementation.
Cache.LRU() - Constructor for class net.eduvax.util.Cache.LRU
Create new LRU
Cache.Rand<K> - Class in net.eduvax.util
Trivial Random cache strategy.
Cache.Rand() - Constructor for class net.eduvax.util.Cache.Rand
Create new LRU
CacheStrategy<K> - Interface in net.eduvax.util
Chache management strategy.
CC_ERR - Static variable in interface net.eduvax.util.ConfigChecker
 
CC_FATAL - Static variable in interface net.eduvax.util.ConfigChecker
 
CC_INFO - Static variable in interface net.eduvax.util.ConfigChecker
 
CC_OK - Static variable in interface net.eduvax.util.ConfigChecker
 
CC_WARN - Static variable in interface net.eduvax.util.ConfigChecker
 
ChainedErrHandler - Class in net.eduvax.util
Handle error with two chained error handler.
ChainedErrHandler(ErrorHandler, ErrorHandler) - Constructor for class net.eduvax.util.ChainedErrHandler
Create new chained error handler.
check(Properties) - Method in class net.eduvax.util.AbstractConfigChecker
 
check(T) - Method in interface net.eduvax.util.Checker
 
check(Properties) - Method in interface net.eduvax.util.ConfigChecker
 
checkAndReset() - Method in class net.eduvax.util.AppLogErrHandler
 
checkAndReset() - Method in class net.eduvax.util.ChainedErrHandler
 
checkAndReset() - Method in class net.eduvax.util.ConsoleErrHandler
 
checkAndReset() - Method in class net.eduvax.util.ErrorAccumulator
 
checkAndReset() - Method in interface net.eduvax.util.ErrorHandler
Checks for error and reset handler.
Checker<T> - Interface in net.eduvax.util
 
checkId(String) - Method in class net.eduvax.util.Event
type event name comparison.
checkOnly() - Method in class net.eduvax.util.AppLogErrHandler
 
checkOnly() - Method in class net.eduvax.util.ChainedErrHandler
 
checkOnly() - Method in class net.eduvax.util.ConsoleErrHandler
 
checkOnly() - Method in class net.eduvax.util.ErrorAccumulator
 
checkOnly() - Method in interface net.eduvax.util.ErrorHandler
Checks for error.
checkProperty(String, String) - Method in class net.eduvax.util.AbstractConfigChecker
 
checkProperty(String, String) - Method in interface net.eduvax.util.ConfigChecker
 
cleanKey() - Method in class net.eduvax.util.WeakHashtable
Remove obsolete keys.
clear() - Method in class net.eduvax.util.SortedList
 
close() - Method in class net.eduvax.util.LineReaderBuffer
Fermer le flux
Command - Interface in net.eduvax.util
command interface.
compare(LineReaderBuffer, LineReaderBuffer) - Method in class net.eduvax.util.SortedStreamMerger.DefaultLineBufferComparator
Comparer deux ligne.
ConfigChecker - Interface in net.eduvax.util
 
ConfigHandler - Class in net.eduvax.util
 
ConfigHandler() - Constructor for class net.eduvax.util.ConfigHandler
Default constructor
ConfigHandler(Properties, String, String[], ConfigChecker) - Constructor for class net.eduvax.util.ConfigHandler
 
ConsoleErrHandler - Class in net.eduvax.util
Console error handler.
ConsoleErrHandler(int) - Constructor for class net.eduvax.util.ConsoleErrHandler
Create new console error handler.
ConsoleErrHandler(int, InputStream, PrintStream) - Constructor for class net.eduvax.util.ConsoleErrHandler
Create new console error handler.
contains(Object) - Method in class net.eduvax.util.SortedList
 
containsAll(Collection<?>) - Method in class net.eduvax.util.SortedList
 
copy(InputStream, OutputStream) - Static method in class net.eduvax.util.Stream
 
createErrHandler(int) - Method in interface net.eduvax.util.ErrHandlerFactory
Create new error handler.
Crypto - Class in net.eduvax.util
Simple crypto utility.
Crypto(String) - Constructor for class net.eduvax.util.Crypto
Create new Crypto tool.
cypher(String, boolean) - Method in class net.eduvax.util.Crypto
Simple crypto implementation.

D

DataSource<K,V> - Interface in net.eduvax.util
Just a minimalistic Map.
DateTime - Class in net.eduvax.util
Date and Time constants and services.
DateTime() - Constructor for class net.eduvax.util.DateTime
For now, not instanciable.
DblDblStaticTranslator - Class in net.eduvax.util
Static table double to double convert utility.
DblDblStaticTranslator() - Constructor for class net.eduvax.util.DblDblStaticTranslator
Create new double translator.
debug(Object) - Method in class net.eduvax.util.Logger
 
debug(Object) - Method in interface net.eduvax.util.SLogger
output debug log.
DEF_DELIMITERS - Static variable in class net.eduvax.util.StringTokenizer
defaults tokens delimiters
DEF_KCCOUNT - Static variable in class net.eduvax.util.WeakHashtable
null return count to reach to trigger key clean.
dispose() - Method in class net.eduvax.util.EventMonitor
Arrêter l'activité de d'observation et de comptage des événements
doNotify(Object) - Static method in class net.eduvax.util.EThread
 
doNotifyAll(Object) - Static method in class net.eduvax.util.EThread
 
doWait(Object) - Static method in class net.eduvax.util.EThread
 
doWait(Object, long) - Static method in class net.eduvax.util.EThread
 
doWait(Object, long, int) - Static method in class net.eduvax.util.EThread
 

E

EE_VB1 - Static variable in class net.eduvax.util.App
 
EE_VB2 - Static variable in class net.eduvax.util.App
 
EE_VE - Static variable in class net.eduvax.util.App
 
EES_TEXT - Static variable in class net.eduvax.util.App
 
EES_VB - Static variable in class net.eduvax.util.App
 
EES_VNAME - Static variable in class net.eduvax.util.App
 
elem - Variable in class net.eduvax.util.SortedList.Node
 
elementAt(int) - Method in class net.eduvax.util.SortedList
 
equals(Object) - Method in class net.eduvax.util.SortedList
 
ERR_INTERRUPT - Static variable in class net.eduvax.util.OSCmdRunner
 
ERR_NOTALLOWED - Static variable in class net.eduvax.util.OSCmdRunner
 
ERR_NOTFOUND - Static variable in class net.eduvax.util.OSCmdRunner
 
ERR_OSTREAM - Static variable in class net.eduvax.util.OSCmdRunner
 
ErrHandlerFactory - Interface in net.eduvax.util
Error Handler Factory.
Error - Class in net.eduvax.util
Error descriptor.
Error(String, Error.ELevel) - Constructor for class net.eduvax.util.Error
Create new error.
Error(String, Error.ELevel, Exception) - Constructor for class net.eduvax.util.Error
 
error(Object) - Method in class net.eduvax.util.Logger
 
error(Object) - Method in interface net.eduvax.util.SLogger
output error log.
Error.ELevel - Enum in net.eduvax.util
Error levels
Error.ELevel() - Constructor for enum net.eduvax.util.Error.ELevel
 
ErrorAccumulator - Class in net.eduvax.util
 
ErrorAccumulator() - Constructor for class net.eduvax.util.ErrorAccumulator
 
ErrorHandler - Interface in net.eduvax.util
Error handler.
EThread - Class in net.eduvax.util
Extended Thread.
EThread(String, Runnable) - Constructor for class net.eduvax.util.EThread
Create new extended thread
Event - Class in net.eduvax.util
Timed event.
Event(String, Event.ELevel) - Constructor for class net.eduvax.util.Event
Create new event.
Event(long, String, Event.ELevel) - Constructor for class net.eduvax.util.Event
Create anti-dated timestamp.
Event.ELevel - Enum in net.eduvax.util
Event severity classification
Event.ELevel() - Constructor for enum net.eduvax.util.Event.ELevel
 
EventCounter<T> - Class in net.eduvax.util
Maintain abstract information regarding objects or event handling.
EventCounter() - Constructor for class net.eduvax.util.EventCounter
 
EventCounter.EOpCode - Enum in net.eduvax.util
Operation code applicable to the status counter
EventCounter.EOpCode() - Constructor for enum net.eduvax.util.EventCounter.EOpCode
 
EventMonitor - Class in net.eduvax.util
Periodic event monitoring.
EventMonitor(long) - Constructor for class net.eduvax.util.EventMonitor
Create new monitor
EventProducer<T extends Event> - Interface in net.eduvax.util
Service de production d'événément.
exec(String[]) - Static method in class net.eduvax.util.OSCmdRunner
Runs OS command in separate thread.
exec(String) - Static method in class net.eduvax.util.OSCmdRunner
 
exit(int) - Method in class net.eduvax.util.App
Exit application.
exit() - Method in class net.eduvax.util.App
Exit application.
expandFromAttributes(String) - Method in class net.eduvax.util.App
Expand attribute reference in a String.
exportVar(String, Object) - Method in class net.eduvax.util.ScriptRunner
Exporter un objet dans l'environnement du script .

F

fatal(Object) - Method in class net.eduvax.util.Logger
 
fatal(Object) - Method in interface net.eduvax.util.SLogger
output fatal error log.
filePath - Variable in class net.eduvax.util.ConfigHandler
rc file path.
FileUtils - Class in net.eduvax.util
File utility collection.
FileUtils() - Constructor for class net.eduvax.util.FileUtils
 
fillTable(String, ErrorHandler) - Method in class net.eduvax.util.AStaticTranslator
Fill table using a string definition.
format(LogRecord) - Method in class net.eduvax.util.LogFormatter
 

G

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

H

handle(Error) - Method in class net.eduvax.util.AppLogErrHandler
 
handle(T) - Method in class net.eduvax.util.ATrigger
Handler implementation.
handle(Error) - Method in class net.eduvax.util.ChainedErrHandler
 
handle(Error) - Method in class net.eduvax.util.ConsoleErrHandler
 
handle(Error) - Method in class net.eduvax.util.ErrorAccumulator
 
handle(T) - Method in class net.eduvax.util.EventCounter
 
handle(T) - Method in interface net.eduvax.util.Handler
handling one object
handle(T) - Method in class net.eduvax.util.HandlerList
 
handle(T) - Method in class net.eduvax.util.Hub
Handling object by hub is enqueuing it.
handleError(String, Error.ELevel, Exception) - Method in class net.eduvax.util.OSCmdRunner
handle error
Handler<T> - Interface in net.eduvax.util
Handler interface.
HandlerList<T> - Class in net.eduvax.util
Handler list.
HandlerList() - Constructor for class net.eduvax.util.HandlerList
Create new handler list
handlerList - Variable in class net.eduvax.util.HandlerList
handler collection
HashVector<K,V> - Class in net.eduvax.util
 
HashVector() - Constructor for class net.eduvax.util.HashVector
 
hasMoreElements() - Method in class net.eduvax.util.StringTokenizer
 
hasMoreTokens() - Method in class net.eduvax.util.StringTokenizer
 
head() - Method in class net.eduvax.util.SortedList
 
Hub<T> - Class in net.eduvax.util
A hub is a connector to a fifo queue that serves severals registered handlers.
Hub(String) - Constructor for class net.eduvax.util.Hub
create new hub

I

I_CMDDONE - Static variable in class net.eduvax.util.Event
command succeed ident suffix.
I_CMDFAILED - Static variable in class net.eduvax.util.Event
command failed ident suffix.
I_CMDREFUSED - Static variable in class net.eduvax.util.Event
command rejected ident suffix.
I_CMDSTART - Static variable in class net.eduvax.util.Event
command start ident suffix.
I_CMDSTEPKO - Static variable in class net.eduvax.util.Event
command step failed ident suffix.
I_CMDSTEPOK - Static variable in class net.eduvax.util.Event
command step OK ident suffix.
info(Object) - Method in class net.eduvax.util.Logger
 
info(Object) - Method in interface net.eduvax.util.SLogger
output info log.
init(String[]) - Static method in class net.eduvax.util.App
Inits net.eduvax.util library.
init() - Static method in class net.eduvax.util.App
Inits net.eduvax.util library.
init(int, DataSource<K, V>, CacheStrategy<K>) - Method in class net.eduvax.util.Cache
Cache initialisation
init() - Static method in class net.eduvax.util.Logger
 
inputStreamToByteArray(InputStream) - Static method in class net.eduvax.util.Stream
 
inputStreamToString(InputStream) - Static method in class net.eduvax.util.Stream
 
insert(K, V) - Method in class net.eduvax.util.Cache
insert object in cache.
isActive() - Method in class net.eduvax.util.EventMonitor
monitor status
isCurrentThread() - Method in class net.eduvax.util.EThread
 
isEmpty() - Method in class net.eduvax.util.SortedList
 
isTransitionAllowed(ET) - Method in class net.eduvax.util.StateMachine
 

J

join() - Method in class net.eduvax.util.OSCmdRunner
Wait for command completion.
join(long) - Method in class net.eduvax.util.OSCmdRunner
Wait for command completion.

L

LineReaderBuffer - Class in net.eduvax.util
Lecture d'un flux ligne à ligne avec conservation de la dernière ligne lue La conservation de la dernière ligne lue permet de moduler le processus de lecture en fonction du contenu.
LineReaderBuffer(InputStream) - Constructor for class net.eduvax.util.LineReaderBuffer
Création d'un nouveau lecteur ligne à ligne bufferisé
LineReaderBuffer(String) - Constructor for class net.eduvax.util.LineReaderBuffer
Création d'un nouveau lecteur ligne à ligne bufferisé
load() - Method in class net.eduvax.util.ConfigHandler
Load rc file and scan command line arguments.
load(String) - Method in class net.eduvax.util.MimeTypeDB
 
loadAttr(String) - Method in class net.eduvax.util.MimeTypeDB
 
log() - Method in class net.eduvax.util.App
get default logger
LogFormatter - Class in net.eduvax.util
Default log formatter.
LogFormatter() - Constructor for class net.eduvax.util.LogFormatter
 
Logger - Class in net.eduvax.util
Simple Logger based upon log4j.
Logger(String, Properties) - Constructor for class net.eduvax.util.Logger
Create new named logger.
logPackageInfo(Class) - Method in class net.eduvax.util.App
log package information

M

M_CONTINUE - Static variable in interface net.eduvax.util.ErrHandlerFactory
simple pause error handling mode
M_IGNORE - Static variable in interface net.eduvax.util.ErrHandlerFactory
yes/no error handling mode
M_NONE - Static variable in interface net.eduvax.util.ErrHandlerFactory
no interaction error handling mode
M_RETRY - Static variable in interface net.eduvax.util.ErrHandlerFactory
yes/no/retry error handling mode
match(T) - Method in class net.eduvax.util.ATrigger
Trig condition.
MimeTypeDB - Class in net.eduvax.util
 
MimeTypeDB() - Constructor for class net.eduvax.util.MimeTypeDB
create new db and load defaults (sys wide and user)
MSG_ABORTED - Static variable in class net.eduvax.util.EThread
 
MSG_COMPLETED - Static variable in class net.eduvax.util.EThread
 
MSG_EXCEPTION - Static variable in class net.eduvax.util.EThread
 
MSG_MONITOR_CONT - Static variable in class net.eduvax.util.EThread
 
MSG_MONITOR_NOTIFY - Static variable in class net.eduvax.util.EThread
 
MSG_MONITOR_TIMEOUT - Static variable in class net.eduvax.util.EThread
 
MSG_MONITOR_WAIT - Static variable in class net.eduvax.util.EThread
 
MSG_REQUEST - Static variable in class net.eduvax.util.EThread
 
MSG_SLEEP_END - Static variable in class net.eduvax.util.EThread
 
MSG_SLEEP_START - Static variable in class net.eduvax.util.EThread
 
MSG_START - Static variable in class net.eduvax.util.EThread
 

N

net.eduvax.util - package net.eduvax.util
 
newEvent(String, Event.ELevel) - Method in interface net.eduvax.util.EventProducer
Creation d'un événement.
next - Variable in class net.eduvax.util.SortedList.Node
 
nextElement() - Method in class net.eduvax.util.StringTokenizer
 
nextToken() - Method in class net.eduvax.util.StringTokenizer
 
nonReversCrypt(String) - Method in class net.eduvax.util.Crypto
Non reversible encryption.
notify(T) - Method in class net.eduvax.util.ObserverManager
Notifiy observers.
notifyEvent() - Method in class net.eduvax.util.EventMonitor
notify to this monitor that an event occurs

O

objRef(Object) - Static method in class net.eduvax.util.EThread
 
Observable<T> - Interface in net.eduvax.util
Generic alternative to Observable.
observableChanged(T) - Method in interface net.eduvax.util.Observer
Signal change of Observable.
Observer<T> - Interface in net.eduvax.util
Alternate Observable/Observer utility.
ObserverManager<T> - Class in net.eduvax.util
Observable's observers registration and notification manager.
ObserverManager() - Constructor for class net.eduvax.util.ObserverManager
 
OM_BACKUP - Static variable in class net.eduvax.util.Archive
Backup before overwrite.
OM_IGNORE - Static variable in class net.eduvax.util.Archive
Overwrite without backup.
OM_STOP - Static variable in class net.eduvax.util.Archive
Don't overwrite.
ONE_SEC_MS - Static variable in class net.eduvax.util.DateTime
One second is 1000 milliseconds.
oRun() - Method in class net.eduvax.util.AObservableRunnable
Observable runnable entry point.
oRun() - Method in class net.eduvax.util.AStateMachineCommand
Command entry point.
OSCmdRunner - Class in net.eduvax.util
Helper for executing OS commands
OSCmdRunner(String[]) - Constructor for class net.eduvax.util.OSCmdRunner
create new OS command runner
OSCmdRunner.Callback - Interface in net.eduvax.util
 
OSCmdRunner.PrintStreamCallback - Class in net.eduvax.util
 
OSCmdRunner.PrintStreamCallback(PrintStream) - Constructor for class net.eduvax.util.OSCmdRunner.PrintStreamCallback
 

P

parseLevel(String) - Static method in class net.eduvax.util.Event
String to level Enum utility
peek() - Method in class net.eduvax.util.LineReaderBuffer
Obtenir la dernière ligne lue mémorisée N'affecte pas l'avancement de la lecture de la source de donnée.
popHead() - Method in class net.eduvax.util.SortedList
 
popTail() - Method in class net.eduvax.util.SortedList
 
prev - Variable in class net.eduvax.util.SortedList.Node
 
processLine(String) - Method in interface net.eduvax.util.OSCmdRunner.Callback
 
processLine(String) - Method in class net.eduvax.util.OSCmdRunner.PrintStreamCallback
 
processStarted() - Method in class net.eduvax.util.OSCmdRunner
 
put(K, V) - Method in class net.eduvax.util.HashVector
 

Q

QUOTE - Static variable in class net.eduvax.util.StringTokenizer
quote char

R

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
 

S

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.

T

tail() - Method in class net.eduvax.util.SortedList
 
targetTypeFromString(String) - Method in class net.eduvax.util.AStaticTranslator
String to value convertion.
targetTypeFromString(String) - Method in class net.eduvax.util.DblDblStaticTranslator
construction of double value from string.
targetTypeFromString(String) - Method in class net.eduvax.util.StrStrStaticTranslator
 
toArray(T[]) - Method in class net.eduvax.util.SortedList
 
toString() - Method in class net.eduvax.util.Event
Get message full text description.
TRACE(String) - Static method in class net.eduvax.util.App
Print trace.
translate(T) - Method in class net.eduvax.util.AStaticTranslator
 
translate(T) - Method in interface net.eduvax.util.Translator
Convert T to U.
Translator<T,U> - Interface in net.eduvax.util
Standard miniaml interface for simple convert utility.

U

uncrypt(String) - Method in class net.eduvax.util.Crypto
Decrypt a string encrypted in a revesible way.
used(K) - Method in class net.eduvax.util.Cache.LFU
 
used(K) - Method in class net.eduvax.util.Cache.LRU
 
used(K) - Method in class net.eduvax.util.Cache.Rand
 
used(K) - Method in interface net.eduvax.util.CacheStrategy
tell strategy a key has been used.

V

valueOf(String) - Static method in enum net.eduvax.util.AObservableRunnable.EState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.eduvax.util.Error.ELevel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.eduvax.util.Event.ELevel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.eduvax.util.EventCounter.EOpCode
Returns the enum constant of this type with the specified name.
values() - Static method in enum net.eduvax.util.AObservableRunnable.EState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.eduvax.util.Error.ELevel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.eduvax.util.Event.ELevel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.eduvax.util.EventCounter.EOpCode
Returns an array containing the constants of this enum type, in the order they are declared.

W

warn(Object) - Method in class net.eduvax.util.Logger
 
warn(Object) - Method in interface net.eduvax.util.SLogger
output warning log.
WeakHashtable<K,V> - Class in net.eduvax.util
A Weak Hashtable stores objects while letting garbage collector collect them.
WeakHashtable(DataSource<K, V>) - Constructor for class net.eduvax.util.WeakHashtable
Create new WeakHashtable.

_

_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
 
A B C D E F G H I J L M N O P Q R S T U V W _