- abortFile() - Method in interface org.waarp.common.file.FileInterface
-
Try to abort the current transfer if any
- abortFile() - Method in class org.waarp.common.file.filesystembased.FilesystemBasedFileImpl
-
- AbstractDbData - Class in org.waarp.common.database.data
-
Abstract database table implementation without explicit COMMIT.
- AbstractDbData(DbSession) - Constructor for class org.waarp.common.database.data.AbstractDbData
-
Abstract constructor to set the DbSession to use
- AbstractDbData() - Constructor for class org.waarp.common.database.data.AbstractDbData
-
Abstract constructor to set the DbSession to use
- AbstractDbData.UpdatedInfo - Enum in org.waarp.common.database.data
-
UpdatedInfo status
- AbstractDir - Class in org.waarp.common.file
-
Abstract Main Implementation of Directory
- AbstractDir() - Constructor for class org.waarp.common.file.AbstractDir
-
- AbstractFile - Class in org.waarp.common.file
-
- AbstractFile() - Constructor for class org.waarp.common.file.AbstractFile
-
- AbstractLruCache<K,V> - Class in org.waarp.common.lru
-
Base class for concrete implementations
- AbstractLruCache(long) - Constructor for class org.waarp.common.lru.AbstractLruCache
-
Constructs BaseLruCache
- AbstractWaarpLogger - Class in org.waarp.common.logging
-
- AbstractWaarpLogger(String) - Constructor for class org.waarp.common.logging.AbstractWaarpLogger
-
Creates a new instance.
- accept(File) - Method in class org.waarp.common.filemonitor.RegexFileFilter
-
- addAndGetElementMultiple(Element, String) - Static method in class org.waarp.common.xml.XmlUtil
-
Add an element given by the path relative to the referent element
- addAndGetElementMultiple(Document, String) - Static method in class org.waarp.common.xml.XmlUtil
-
Add an element given by the path relative to the document
- addAndSetElementMultiple(Element, String, String) - Static method in class org.waarp.common.xml.XmlUtil
-
Add an element given by the path relative to the referent element and set
the value
- addAndSetElementMultiple(Document, String, String) - Static method in class org.waarp.common.xml.XmlUtil
-
Add an element given by the path relative to the document and set the
value
- addConnection(GUID, DbSession) - Static method in class org.waarp.common.database.DbAdmin
-
Add a Connection into the list
- addDirectory(File) - Method in class org.waarp.common.filemonitor.FileMonitor
-
Add a directory to scan
- addFromString(String) - Method in class org.waarp.common.xml.XmlValue
-
Add a value into the Multiple values from the String (not compatible with
subXml)
- addLongTermPreparedStatement(DbPreparedStatement) - Method in class org.waarp.common.database.DbSession
-
Add a Long Term PreparedStatement
- addNewAssociation(E, EnumSet<E>) - Method in class org.waarp.common.state.MachineState
-
Add a new association from one state to a set of acceptable following
states (can replace an existing
association)
- addNewAssociation(Transition<E>) - Method in class org.waarp.common.state.MachineState
-
Add a new association from one state to a set of acceptable following
states (can replace an existing
association)
- addOffset(int) - Method in class org.waarp.common.file.DataBlock
-
Increase the offset position
- addOrGetElement(Element, String) - Static method in class org.waarp.common.xml.XmlUtil
-
Add or Get (if already existing) an element given by the path relative to
the referent element
- addOrGetElement(Document, String) - Static method in class org.waarp.common.xml.XmlUtil
-
Add or Get (if already existing) an element given by the path relative to
the document
- addOrSetElement(Element, String, String) - Static method in class org.waarp.common.xml.XmlUtil
-
Add or Get (if already existing) an element given by the path relative to
the referent element and set the
value
- addOrSetElement(Document, String, String) - Static method in class org.waarp.common.xml.XmlUtil
-
Add or Get (if already existing) an element given by the path relative to
the document and set the value
- addRole(RoleDefault.ROLE) - Method in class org.waarp.common.role.RoleDefault
-
- addShutdownHook() - Static method in class org.waarp.common.utility.WaarpShutdownHook
-
For Server part
- addSslHandler(ChannelFuture, ChannelPipeline, ChannelHandler, GenericFutureListener<? extends Future<? super Channel>>) - Static method in class org.waarp.common.crypto.ssl.WaarpSslUtility
-
Add a SslHandler in a pipeline when the channel is already active
- addSslOpenedChannel(Channel) - Static method in class org.waarp.common.crypto.ssl.WaarpSslUtility
-
Add the Channel as SSL handshake will start soon
- addStatusEvent(Status) - Method in class org.waarp.common.logging.PrintOnlyWarningLogbackStatusListener
-
- addValue(Object) - Method in class org.waarp.common.xml.XmlValue
-
Add a value into the Multiple values from the Object
- admin - Static variable in class org.waarp.common.database.DbConstant
-
The current DbAdmin object
- Aes - Class in org.waarp.common.crypto
-
This class handles methods to crypt and decrypt messages with AES algorithm
(very efficient: 60000/s).
- Aes() - Constructor for class org.waarp.common.crypto.Aes
-
- AesManager - Class in org.waarp.common.crypto
-
This class implements a simple Key Manager for AES class from name
- AesManager() - Constructor for class org.waarp.common.crypto.AesManager
-
- allFields - Variable in class org.waarp.common.database.data.AbstractDbData
-
- ARK - Static variable in class org.waarp.common.guid.GUID
-
ARK header
- artifactId() - Static method in class org.waarp.common.utility.Version
-
- asByte(char, char) - Static method in class org.waarp.common.utility.Hexa
-
- asJson() - Method in class org.waarp.common.database.data.AbstractDbData
-
- AuthInterface - Interface in org.waarp.common.file
-
Interface for Authentication
- availablePort(int) - Static method in class org.waarp.common.utility.WaarpNettyUtil
-
Checks to see if a specific port is available.
- availablePort(int, InetAddress) - Static method in class org.waarp.common.utility.WaarpNettyUtil
-
Checks to see if a specific port is available.
- awaitIsSuccessOfInterrupted(Future<?>) - Static method in class org.waarp.common.utility.WaarpNettyUtil
-
- awaitOrInterrupted(Future<?>) - Static method in class org.waarp.common.utility.WaarpNettyUtil
-
- awaitOrInterrupted(Future<?>, long) - Static method in class org.waarp.common.utility.WaarpNettyUtil
-
- awaitOrInterruptible() - Method in class org.waarp.common.future.WaarpCompletedFuture
-
- awaitOrInterruptible(long) - Method in class org.waarp.common.future.WaarpCompletedFuture
-
- awaitOrInterruptible(long, TimeUnit) - Method in class org.waarp.common.future.WaarpCompletedFuture
-
- awaitOrInterruptible() - Method in class org.waarp.common.future.WaarpFuture
-
- awaitOrInterruptible(long) - Method in class org.waarp.common.future.WaarpFuture
-
- awaitOrInterruptible(long, TimeUnit) - Method in class org.waarp.common.future.WaarpFuture
-
- awaitOrInterruptible() - Method in interface org.waarp.common.future.WaarpFutureInterface
-
- awaitOrInterruptible(long) - Method in interface org.waarp.common.future.WaarpFutureInterface
-
- awaitOrInterruptible(long, TimeUnit) - Method in interface org.waarp.common.future.WaarpFutureInterface
-
- cancel() - Method in class org.waarp.common.filemonitor.FileMonitorCommandRunnableFuture
-
- cancel() - Method in class org.waarp.common.future.WaarpCompletedFuture
-
- cancel() - Method in class org.waarp.common.future.WaarpFuture
-
Cancels the operation associated with this future and notifies all
listeners if canceled successfully.
- cancel() - Method in interface org.waarp.common.future.WaarpFutureInterface
-
- canExecute(File) - Method in class org.waarp.common.file.filesystembased.specific.FilesystemBasedDirJdk5
-
- canExecute(File) - Method in class org.waarp.common.file.filesystembased.specific.FilesystemBasedDirJdk6
-
- canExecute(File) - Method in class org.waarp.common.file.filesystembased.specific.FilesystemBasedDirJdkAbstract
-
Result of ls on FileInterface
- canRead() - Method in interface org.waarp.common.file.DirInterface
-
- canRead() - Method in interface org.waarp.common.file.FileInterface
-
- canRead() - Method in class org.waarp.common.file.filesystembased.FilesystemBasedDirImpl
-
- canRead(File) - Static method in class org.waarp.common.file.filesystembased.FilesystemBasedFileImpl
-
Adapt File.canRead() to leverage synchronization error with filesystem
- canRead() - Method in class org.waarp.common.file.filesystembased.FilesystemBasedFileImpl
-
- canWrite() - Method in interface org.waarp.common.file.DirInterface
-
- canWrite() - Method in interface org.waarp.common.file.FileInterface
-
- canWrite() - Method in class org.waarp.common.file.filesystembased.FilesystemBasedDirImpl
-
- canWrite() - Method in class org.waarp.common.file.filesystembased.FilesystemBasedFileImpl
-
- changeDirectory(String) - Method in interface org.waarp.common.file.DirInterface
-
Change directory with the one given as argument
- changeDirectory(String) - Method in class org.waarp.common.file.filesystembased.FilesystemBasedDirImpl
-
- changeDirectoryNotChecked(String) - Method in interface org.waarp.common.file.DirInterface
-
Change directory with the one given as argument without checking
existence
- changeDirectoryNotChecked(String) - Method in class org.waarp.common.file.filesystembased.FilesystemBasedDirImpl
-
- changeParentDirectory() - Method in class org.waarp.common.file.AbstractDir
-
- changeParentDirectory() - Method in interface org.waarp.common.file.DirInterface
-
Change for parent directory
- changeUpdatedInfo(AbstractDbData.UpdatedInfo) - Method in class org.waarp.common.database.data.AbstractDbData
-
Change UpdatedInfo status
- changeUpdatedInfo(AbstractDbData.UpdatedInfo) - Method in class org.waarp.common.database.data.DbDataModel
-
- channel() - Method in class org.waarp.common.future.WaarpChannelFuture
-
- CharsetsUtil - Class in org.waarp.common.transcode
-
Helper to print in output the Charsets available in the JVM.
- checkAllConnections() - Static method in class org.waarp.common.database.DbAdmin
-
Check all database connections and try to reopen them if disActive
- checkClientTrusted(X509Certificate[], String) - Method in class org.waarp.common.crypto.ssl.WaarpX509TrustManager
-
- checkConnection() - Method in class org.waarp.common.database.DbSession
-
Check the connection to the Database and try to reopen it if possible
- checkConnectionNoException() - Method in class org.waarp.common.database.DbSession
-
- checkConstraints() - Method in class org.waarp.common.cpu.WaarpConstraintLimitHandler
-
- checkConstraintsSleep(int) - Method in class org.waarp.common.cpu.WaarpConstraintLimitHandler
-
Same as checkConstraints except that the thread will sleep some time
proportionally to the current Load (if
CPU related)
- checkDelay - Variable in class org.waarp.common.filemonitor.FileMonitor
-
- checkExpiryDate(KeyStore) - Static method in class org.waarp.common.crypto.ssl.WaarpSecureKeyStore
-
- checkFile - Variable in class org.waarp.common.filemonitor.FileMonitor
-
- checkFileItemBusiness(FileMonitor.FileItem) - Method in class org.waarp.common.filemonitor.FileMonitorCommandRunnableFuture
-
To be overriden to adapt to the situation for extra check
- checkFiles() - Method in class org.waarp.common.filemonitor.FileMonitor
-
Check Files
- checkIdentify() - Method in class org.waarp.common.file.AbstractDir
-
- checkIdentify() - Method in class org.waarp.common.file.AbstractFile
-
- checkIdentify() - Method in interface org.waarp.common.file.DirInterface
-
Check if the authentication is correct
- checkIdentify() - Method in interface org.waarp.common.file.FileInterface
-
Check if the authentication is correct
- checkOneDir(boolean, File) - Method in class org.waarp.common.filemonitor.FileMonitor
-
- checkParameter(String, String...) - Static method in class org.waarp.common.utility.ParametersChecker
-
Check if any parameter are null or empty and if so, throw an
IllegalArgumentException
- checkParameter(String, Object...) - Static method in class org.waarp.common.utility.ParametersChecker
-
Check if any parameter are null and if so, throw an
IllegalArgumentException
- checkParameterDefault(String, String...) - Static method in class org.waarp.common.utility.ParametersChecker
-
Check if any parameter are null or empty and if so, throw an
IllegalArgumentException
- checkParameterDefault(String, Object...) - Static method in class org.waarp.common.utility.ParametersChecker
-
Check if any parameter are null or empty and if so, throw an
IllegalArgumentException
- checkParameterNullOnly(String, String...) - Static method in class org.waarp.common.utility.ParametersChecker
-
Check if any parameter are null and if so, throw an
IllegalArgumentException
- checkReuse(boolean) - Method in class org.waarp.common.filemonitor.FileMonitorCommandRunnableFuture
-
To be called at the beginning of the primary action (only for
commandValidFile).
- checkSanityString(String) - Static method in class org.waarp.common.utility.ParametersChecker
-
Check external argument to avoid Path Traversal attack
- checkSanityString(String...) - Static method in class org.waarp.common.utility.ParametersChecker
-
Check external argument (null is consider as correct)
- checkServerTrusted(X509Certificate[], String) - Method in class org.waarp.common.crypto.ssl.WaarpX509TrustManager
-
- checkValue(String, long, long) - Static method in class org.waarp.common.utility.ParametersChecker
-
Check if an integer parameter is greater or equals to minValue
- classLoaded - Static variable in class org.waarp.common.database.model.DbModelFactory
-
Info on JDBC Class is already loaded or not
- cleanJsonForHtml(String) - Static method in class org.waarp.common.utility.WaarpStringUtils
-
Clean the String that could contain '\n' or '\r' into something
compatible with HTML
- clear() - Method in class org.waarp.common.file.AbstractDir
-
- clear() - Method in class org.waarp.common.file.AbstractFile
-
- clear() - Method in interface org.waarp.common.file.AuthInterface
-
Clean object
- clear() - Method in class org.waarp.common.file.DataBlock
-
Clear the object
- clear() - Method in interface org.waarp.common.file.DirInterface
-
Set empty this FtpDir, mark it unReady.
- clear() - Method in interface org.waarp.common.file.FileInterface
-
Set empty this FtpFile, mark it unReady.
- clear() - Method in class org.waarp.common.file.filesystembased.FilesystemBasedAuthImpl
-
Clean object
- clear() - Method in class org.waarp.common.file.filesystembased.FilesystemBasedFileImpl
-
- clear() - Method in interface org.waarp.common.file.SessionInterface
-
Clean the session
- clear() - Method in interface org.waarp.common.lru.InterfaceLruCache
-
Removes all entries from cache
- clear() - Method in class org.waarp.common.lru.SynchronizedLruCache
-
- clear() - Method in class org.waarp.common.role.RoleDefault
-
- clear(String) - Static method in class org.waarp.common.utility.SystemPropertyUtil
-
Remove the key of the Java system property with the specified key
.
- clear() - Method in class org.waarp.common.xml.XmlHash
-
- clone() - Method in class org.waarp.common.filemonitor.FileMonitor.FileItem
-
- close() - Method in class org.waarp.common.database.ConnectionFactory
-
Closes and releases all registered connections and connection pool
- close() - Method in class org.waarp.common.database.DbAdmin
-
Close the underlying session.
- close() - Method in class org.waarp.common.database.DbPreparedStatement
-
Close the resultSet if any
- close() - Method in class org.waarp.common.database.DbRequest
-
Finished a Request (ready for a new one)
- close() - Method in interface org.waarp.common.database.WaarpBasicDataSource
-
- close() - Method in class org.waarp.common.database.WaarpBasicDataSourceJava6
-
- close() - Method in class org.waarp.common.database.WaarpBasicDataSourceJava8
-
- close(Reader) - Static method in class org.waarp.common.file.FileUtils
-
- close(Writer) - Static method in class org.waarp.common.file.FileUtils
-
- close(InputStream) - Static method in class org.waarp.common.file.FileUtils
-
- close(OutputStream) - Static method in class org.waarp.common.file.FileUtils
-
- close(RandomAccessFile) - Static method in class org.waarp.common.file.FileUtils
-
- closeAllConnection() - Static method in class org.waarp.common.database.DbAdmin
-
Close all database connections
- closeFile() - Method in interface org.waarp.common.file.FileInterface
-
Close the current FileInterface
- closeFile() - Method in class org.waarp.common.file.filesystembased.FilesystemBasedFileImpl
-
- closeInternalConnection(DbSession) - Method in class org.waarp.common.database.model.DbModelAbstract
-
Internal use for closing connection while validating it
- closingSslChannel(Channel) - Static method in class org.waarp.common.crypto.ssl.WaarpSslUtility
-
Utility method to close a channel in SSL mode correctly (if any)
- code - Variable in exception org.waarp.common.command.exception.CommandAbstractException
-
Associated code
- command - Variable in class org.waarp.common.command.NextCommandReply
-
Command to be accepted next time
- CommandAbstractException - Exception in org.waarp.common.command.exception
-
Abstract class for exception in commands
- CommandAbstractException(ReplyCode, String) - Constructor for exception org.waarp.common.command.exception.CommandAbstractException
-
Simplest constructor
- CommandAbstractException(ReplyCode, String, Throwable) - Constructor for exception org.waarp.common.command.exception.CommandAbstractException
-
Constructor with Throwable
- commandCheckIteration - Variable in class org.waarp.common.filemonitor.FileMonitor
-
- CommandInterface - Interface in org.waarp.common.command
-
Interface for Command
- commandRemovedFile - Variable in class org.waarp.common.filemonitor.FileMonitor
-
- commandValidFile - Variable in class org.waarp.common.filemonitor.FileMonitor
-
- commandValidFileFactory - Variable in class org.waarp.common.filemonitor.FileMonitor
-
- commit() - Method in class org.waarp.common.database.DbAdmin
-
Commit on connection (since in autocommit, should not be used)
- commit() - Method in class org.waarp.common.database.DbSession
-
Commit everything
- compareTo(GUID) - Method in class org.waarp.common.guid.GUID
-
- computeGlobalHash(FilesystemBasedDigest, File, int) - Static method in class org.waarp.common.file.FileUtils
-
Compute global hash (if possible) from a file but up to length
- ConcurrentUtility - Class in org.waarp.common.lru
-
Wrapper for a Collections.newSetFromMap(new ConcurrentHashMap()
- ConnectionFactory - Class in org.waarp.common.database
-
A singleton wrapper of Datasource to get database connection object
- consolidatePath(String) - Method in class org.waarp.common.file.AbstractDir
-
Consolidate Path as relative or absolute path to an absolute path
- constructor - Variable in enum org.waarp.common.database.model.DbModelCommonMariadbMySql.DBType
-
- constructor - Variable in enum org.waarp.common.database.model.DbModelH2.DBType
-
- constructor - Variable in enum org.waarp.common.database.model.DbModelOracle.DBType
-
- constructor - Variable in enum org.waarp.common.database.model.DbModelPostgresql.DBType
-
- contains(K) - Method in class org.waarp.common.lru.AbstractLruCache
-
- contains(K) - Method in interface org.waarp.common.lru.InterfaceLruCache
-
Checks whether cache contains valid entry for key
- contains(RoleDefault.ROLE) - Method in enum org.waarp.common.role.RoleDefault.ROLE
-
- contains(String) - Static method in class org.waarp.common.utility.SystemPropertyUtil
-
Returns true
if and only if the system property with the
specified
key
exists.
- contains(XmlValue) - Method in class org.waarp.common.xml.XmlHash
-
- containsDbType(DbType...) - Static method in class org.waarp.common.database.model.DbModelFactory
-
Check if current DbModels are one of given DbType
- containsKey(String) - Method in class org.waarp.common.xml.XmlHash
-
- containsValue(XmlValue) - Method in class org.waarp.common.xml.XmlHash
-
- controller - Static variable in class org.waarp.common.service.ServiceLauncher
-
- convert(File, boolean) - Method in class org.waarp.common.utility.FileConvert
-
Convert Unix2Dos or Dos2Unix file in place, according to second argument
- convert(Class<?>, String) - Static method in class org.waarp.common.xml.XmlValue
-
Convert String value to the specified type.
- copy(File[], File, boolean) - Static method in class org.waarp.common.file.FileUtils
-
Copy a group of files to a directory (will ignore directories)
- copy(File, File, boolean, boolean) - Static method in class org.waarp.common.file.FileUtils
-
Copy one file to another one
- copy(InputStream, OutputStream) - Static method in class org.waarp.common.file.FileUtils
-
From Google Guava copy within ByteStreams
Copies all bytes from the input stream to the output stream.
- copy(int, InputStream, OutputStream) - Static method in class org.waarp.common.file.FileUtils
-
Helper method to write from InputStream to OutputStream,
closing streams
- copyRecursive(File, File, boolean) - Static method in class org.waarp.common.file.FileUtils
-
Copy from a directory to a directory with recursivity
- CpuManagementInterface - Interface in org.waarp.common.cpu
-
Interface to get LoadAverage
- create(FileMonitor.FileItem) - Method in interface org.waarp.common.filemonitor.FileMonitorCommandFactory
-
- create(int) - Static method in class org.waarp.common.lru.SimpleLRUCache
-
- createArrayNode() - Static method in class org.waarp.common.json.JsonHandler
-
- createDir(File) - Static method in class org.waarp.common.file.FileUtils
-
Create the directory associated with the File as path
- createEmptyDocument() - Static method in class org.waarp.common.xml.XmlUtil
-
- createEntry(V, long) - Method in class org.waarp.common.lru.AbstractLruCache
-
Creates new LruCacheEntry.
- createEntry(V, long) - Method in class org.waarp.common.lru.SoftReferenceSynchronizedLruCache
-
- createHandlerClient(SocketChannel) - Method in class org.waarp.common.crypto.ssl.WaarpSslContextFactory
-
To be called before adding as first entry in the Initializer as
pipeline.addLast("ssl", sslhandler);
- createHandlerServer(boolean, Channel) - Method in class org.waarp.common.crypto.ssl.WaarpSslContextFactory
-
To be called before adding as first entry in the Initializer as
pipeline.addLast("ssl", sslhandler);
- createHandlerServer(boolean, boolean, Channel) - Method in class org.waarp.common.crypto.ssl.WaarpSslContextFactory
-
To be called before adding as first entry in the Initializer as
pipeline.addLast("ssl", sslhandler);
- createKeyObject() - Method in class org.waarp.common.crypto.AesManager
-
- createKeyObject() - Method in class org.waarp.common.crypto.BlowfishManager
-
- createKeyObject() - Method in class org.waarp.common.crypto.DesManager
-
- createKeyObject() - Method in class org.waarp.common.crypto.DynamicKeyManager
-
- createKeyObject() - Method in class org.waarp.common.crypto.HmacSha1Manager
-
- createKeyObject() - Method in class org.waarp.common.crypto.HmacSha256Manager
-
- createKeyObject() - Method in class org.waarp.common.crypto.KeyManager
-
- createObjectNode() - Static method in class org.waarp.common.json.JsonHandler
-
- createPrepareStatement(String) - Method in class org.waarp.common.database.DbPreparedStatement
-
Create a preparedStatement from request
- createTables(DbSession) - Method in interface org.waarp.common.database.model.DbModel
-
Create all necessary tables into the database
- createTables(DbSession) - Method in class org.waarp.common.database.model.EmptyDbModel
-
- createTarFromDirectory(String, String, boolean) - Static method in class org.waarp.common.tar.TarUtility
-
Create a new Tar from a root directory
- createTarFromFiles(List<File>, String) - Static method in class org.waarp.common.tar.TarUtility
-
Create a new Tar from a list of Files (only name of files will be used)
- createTarFromFiles(File[], String) - Static method in class org.waarp.common.tar.TarUtility
-
Create a new Tar from an array of Files (only name of files will be used)
- createZipFromDirectory(String, String, boolean) - Static method in class org.waarp.common.tar.ZipUtility
-
Create a new Zip from a root directory
- createZipFromFiles(List<File>, String) - Static method in class org.waarp.common.tar.ZipUtility
-
Create a new Zip from a list of Files (only name of files will be used)
- createZipFromFiles(File[], String) - Static method in class org.waarp.common.tar.ZipUtility
-
Create a new Zip from an array of Files (only name of files will be used)
- CRLF - Static variable in enum org.waarp.common.command.ReplyCode
-
CR LF
A User Telnet MUST be able to send any of the forms: CR LF, CR NUL, and
LF.
- CRNUL - Static variable in enum org.waarp.common.command.ReplyCode
-
CR NUL
- crypt(byte[]) - Method in class org.waarp.common.crypto.HmacSha1
-
- crypt(byte[]) - Method in class org.waarp.common.crypto.HmacSha256
-
- crypt(String, String) - Method in class org.waarp.common.crypto.KeyManager
-
One method to get the crypted String from the given string and key
- crypt(byte[]) - Method in class org.waarp.common.crypto.KeyObject
-
Crypt one array of bytes and returns the crypted array of bytes
- crypt(String) - Method in class org.waarp.common.crypto.KeyObject
-
Crypt one String and returns the crypted array of bytes
- CryptoException - Exception in org.waarp.common.exception
-
Crypto exception
- CryptoException(String) - Constructor for exception org.waarp.common.exception.CryptoException
-
- CryptoException(String, Throwable) - Constructor for exception org.waarp.common.exception.CryptoException
-
- cryptToHex(byte[]) - Method in class org.waarp.common.crypto.KeyObject
-
Crypt one array of bytes and returns the crypted String as HEX format
- cryptToHex(String) - Method in class org.waarp.common.crypto.KeyObject
-
Crypt one String and returns the crypted String as HEX format
- current() - Static method in class org.waarp.common.utility.ThreadLocalRandom
-
Returns the current thread's ThreadLocalRandom
.
- currentDir - Variable in class org.waarp.common.file.AbstractDir
-
Current Directory
- currentFile - Variable in class org.waarp.common.file.filesystembased.FilesystemBasedFileImpl
-
Current file if any
- currentLevel - Static variable in class org.waarp.common.logging.WaarpLoggerFactory
-
- currentNumberOfPooledConnections() - Method in interface org.waarp.common.database.model.DbModel
-
- currentNumberOfPooledConnections() - Method in class org.waarp.common.database.model.DbModelAbstract
-
- currentNumberOfPooledConnections() - Method in class org.waarp.common.database.model.DbModelH2
-
- currentNumberOfPooledConnections() - Method in class org.waarp.common.database.model.DbModelMysql
-
- currentNumberOfPooledConnections() - Method in class org.waarp.common.database.model.DbModelOracle
-
- currentNumberOfPooledConnections() - Method in class org.waarp.common.database.model.EmptyDbModel
-
- currentRealFile - Variable in class org.waarp.common.file.filesystembased.FilesystemBasedFileImpl
-
Current Real File if any
- DataBlock - Class in org.waarp.common.file
-
Main object implementing Data Block whaveter the mode, type, structure used.
- DataBlock() - Constructor for class org.waarp.common.file.DataBlock
-
Create a simple and empty DataBlock
- DbAdmin - Class in org.waarp.common.database
-
Class for access to Database
Partially deprecated (only in Waarp R66, except Rest, Http and Monitoring
and special cases using PreparedStatements but not other components)
- DbAdmin(DbModel, String, String, String) - Constructor for class org.waarp.common.database.DbAdmin
-
Use a default server for basic connection.
- DbAdmin(DbModel, String, String, String, boolean) - Constructor for class org.waarp.common.database.DbAdmin
-
Use a default server for basic connection.
- DbAdmin() - Constructor for class org.waarp.common.database.DbAdmin
-
Empty constructor for no Database support (very thin client)
- DbConnectionPool - Class in org.waarp.common.database
-
A simple standalone JDBC connection pool manager.
- DbConnectionPool(ConnectionPoolDataSource) - Constructor for class org.waarp.common.database.DbConnectionPool
-
Constructs a MiniConnectionPoolManager object with no timeout and no
limit.
- DbConnectionPool(ConnectionPoolDataSource, Timer, long) - Constructor for class org.waarp.common.database.DbConnectionPool
-
Constructs a MiniConnectionPoolManager object with no timeout and no
limit.
- DbConnectionPool(ConnectionPoolDataSource, int) - Constructor for class org.waarp.common.database.DbConnectionPool
-
Constructs a MiniConnectionPoolManager object with a timeout of
DbConstant.DELAYMAXCONNECTION seconds.
- DbConnectionPool(ConnectionPoolDataSource, int, int) - Constructor for class org.waarp.common.database.DbConnectionPool
-
Constructs a ConnectionPool object.
- DbConstant - Class in org.waarp.common.database
-
Constants value for database
- DbConstant() - Constructor for class org.waarp.common.database.DbConstant
-
- DbDataModel - Class in org.waarp.common.database.data
-
Example of Table object
- DbDataModel(DbSession, String, long, long, long, long, long) - Constructor for class org.waarp.common.database.data.DbDataModel
-
- DbDataModel(DbSession, String) - Constructor for class org.waarp.common.database.data.DbDataModel
-
- DbDataModel.Columns - Enum in org.waarp.common.database.data
-
- DbModel - Interface in org.waarp.common.database.model
-
Interface for Database Model
This class is an interface for special functions that needs special
implementations according to the
database model used.
- DbModelAbstract - Class in org.waarp.common.database.model
-
This Abstract class regroups common methods for all implementation classes.
- DbModelAbstract() - Constructor for class org.waarp.common.database.model.DbModelAbstract
-
- DbModelAbstract.DbTypeResolver - Class in org.waarp.common.database.model
-
- DbModelCommonMariadbMySql - Class in org.waarp.common.database.model
-
MariaDB/MySQL common Database Model implementation
- DbModelCommonMariadbMySql() - Constructor for class org.waarp.common.database.model.DbModelCommonMariadbMySql
-
- DbModelCommonMariadbMySql.DBType - Enum in org.waarp.common.database.model
-
- DbModelFactory - Class in org.waarp.common.database.model
-
Factory to store the Database Model object
- DbModelFactory() - Constructor for class org.waarp.common.database.model.DbModelFactory
-
- DbModelH2 - Class in org.waarp.common.database.model
-
H2 Database Model implementation
- DbModelH2(String, String, String) - Constructor for class org.waarp.common.database.model.DbModelH2
-
Create the object and initialize if necessary the driver
- DbModelH2() - Constructor for class org.waarp.common.database.model.DbModelH2
-
Create the object and initialize if necessary the driver
- DbModelH2.DBType - Enum in org.waarp.common.database.model
-
- DbModelH2.DbTypeResolverH2 - Class in org.waarp.common.database.model
-
- DbModelMariadb - Class in org.waarp.common.database.model
-
MariaDB Database Model implementation
- DbModelMariadb(String, String, String, Timer, long) - Constructor for class org.waarp.common.database.model.DbModelMariadb
-
Create the object and initialize if necessary the driver
- DbModelMariadb(String, String, String) - Constructor for class org.waarp.common.database.model.DbModelMariadb
-
Create the object and initialize if necessary the driver
- DbModelMariadb() - Constructor for class org.waarp.common.database.model.DbModelMariadb
-
Create the object and initialize if necessary the driver
- DbModelMariadb.DbTypeResolverMariadDb - Class in org.waarp.common.database.model
-
- DbModelMysql - Class in org.waarp.common.database.model
-
MySQL Database Model implementation
- DbModelMysql(String, String, String, Timer, long) - Constructor for class org.waarp.common.database.model.DbModelMysql
-
Create the object and initialize if necessary the driver
- DbModelMysql(String, String, String) - Constructor for class org.waarp.common.database.model.DbModelMysql
-
Create the object and initialize if necessary the driver
- DbModelMysql() - Constructor for class org.waarp.common.database.model.DbModelMysql
-
Create the object and initialize if necessary the driver
- DbModelMysql.DbTypeResolverMySQL - Class in org.waarp.common.database.model
-
- DbModelOracle - Class in org.waarp.common.database.model
-
Oracle Database Model implementation
- DbModelOracle(String, String, String, Timer, long) - Constructor for class org.waarp.common.database.model.DbModelOracle
-
Create the object and initialize if necessary the driver
- DbModelOracle(String, String, String) - Constructor for class org.waarp.common.database.model.DbModelOracle
-
Create the object and initialize if necessary the driver
- DbModelOracle() - Constructor for class org.waarp.common.database.model.DbModelOracle
-
Create the object and initialize if necessary the driver
- DbModelOracle.DBType - Enum in org.waarp.common.database.model
-
- DbModelOracle.DbTypeResolverOracle - Class in org.waarp.common.database.model
-
- DbModelPostgresql - Class in org.waarp.common.database.model
-
PostGreSQL Database Model implementation
- DbModelPostgresql() - Constructor for class org.waarp.common.database.model.DbModelPostgresql
-
Create the object and initialize if necessary the driver
- DbModelPostgresql.DBType - Enum in org.waarp.common.database.model
-
- DbModelPostgresql.DbTypeResolverPostgreSQL - Class in org.waarp.common.database.model
-
- dbModels - Static variable in class org.waarp.common.database.model.DbModelFactory
-
Database Model Object list
- DbPreparedStatement - Class in org.waarp.common.database
-
Class to handle PrepareStatement
- DbPreparedStatement(DbSession) - Constructor for class org.waarp.common.database.DbPreparedStatement
-
Create a DbPreparedStatement from DbSession object
- DbPreparedStatement(DbSession, String) - Constructor for class org.waarp.common.database.DbPreparedStatement
-
Create a DbPreparedStatement from DbSession object and a request
- DbPreparedStatement(DbSession, String, int) - Constructor for class org.waarp.common.database.DbPreparedStatement
-
Create a DbPreparedStatement from DbSession object and a request
- DbProperties - Interface in org.waarp.common.database.properties
-
- DbRequest - Class in org.waarp.common.database
-
Class to handle request
- DbRequest(DbSession) - Constructor for class org.waarp.common.database.DbRequest
-
Create a new request from the DbSession
- dbSession - Variable in class org.waarp.common.database.data.AbstractDbData
-
The DbSession to use
- DbSession - Class in org.waarp.common.database
-
Class to handle session with the SGBD
- DbSession(DbAdmin, boolean) - Constructor for class org.waarp.common.database.DbSession
-
Create a session and connect the current object to the server using the
DbAdmin object.
- DbSession(DbAdmin, boolean, boolean) - Constructor for class org.waarp.common.database.DbSession
-
Create a session and connect the current object to the server using the
DbAdmin object.
- dbSessionTimer - Static variable in class org.waarp.common.database.DbAdmin
-
- DbType - Enum in org.waarp.common.database.model
-
Type of Database supported
- dbTypeResolver - Static variable in class org.waarp.common.database.model.DbModelAbstract
-
- DbTypeResolver() - Constructor for class org.waarp.common.database.model.DbModelAbstract.DbTypeResolver
-
- DbTypeResolverH2() - Constructor for class org.waarp.common.database.model.DbModelH2.DbTypeResolverH2
-
- DbTypeResolverMariadDb() - Constructor for class org.waarp.common.database.model.DbModelMariadb.DbTypeResolverMariadDb
-
- DbTypeResolverMySQL() - Constructor for class org.waarp.common.database.model.DbModelMysql.DbTypeResolverMySQL
-
- DbTypeResolverOracle() - Constructor for class org.waarp.common.database.model.DbModelOracle.DbTypeResolverOracle
-
- DbTypeResolverPostgreSQL() - Constructor for class org.waarp.common.database.model.DbModelPostgresql.DbTypeResolverPostgreSQL
-
- dbTypes - Static variable in class org.waarp.common.database.data.DbDataModel
-
- DbValue - Class in org.waarp.common.database.data
-
Database Value to help getting and setting value from and to database
- DbValue(String) - Constructor for class org.waarp.common.database.data.DbValue
-
- DbValue(String, boolean) - Constructor for class org.waarp.common.database.data.DbValue
-
- DbValue(boolean) - Constructor for class org.waarp.common.database.data.DbValue
-
- DbValue(byte) - Constructor for class org.waarp.common.database.data.DbValue
-
- DbValue(short) - Constructor for class org.waarp.common.database.data.DbValue
-
- DbValue(int) - Constructor for class org.waarp.common.database.data.DbValue
-
- DbValue(long) - Constructor for class org.waarp.common.database.data.DbValue
-
- DbValue(float) - Constructor for class org.waarp.common.database.data.DbValue
-
- DbValue(double) - Constructor for class org.waarp.common.database.data.DbValue
-
- DbValue(byte[]) - Constructor for class org.waarp.common.database.data.DbValue
-
- DbValue(Date) - Constructor for class org.waarp.common.database.data.DbValue
-
- DbValue(Timestamp) - Constructor for class org.waarp.common.database.data.DbValue
-
- DbValue(Date) - Constructor for class org.waarp.common.database.data.DbValue
-
- DbValue(String, String) - Constructor for class org.waarp.common.database.data.DbValue
-
- DbValue(String, String, boolean) - Constructor for class org.waarp.common.database.data.DbValue
-
- DbValue(boolean, String) - Constructor for class org.waarp.common.database.data.DbValue
-
- DbValue(byte, String) - Constructor for class org.waarp.common.database.data.DbValue
-
- DbValue(short, String) - Constructor for class org.waarp.common.database.data.DbValue
-
- DbValue(int, String) - Constructor for class org.waarp.common.database.data.DbValue
-
- DbValue(long, String) - Constructor for class org.waarp.common.database.data.DbValue
-
- DbValue(float, String) - Constructor for class org.waarp.common.database.data.DbValue
-
- DbValue(double, String) - Constructor for class org.waarp.common.database.data.DbValue
-
- DbValue(byte[], String) - Constructor for class org.waarp.common.database.data.DbValue
-
- DbValue(Date, String) - Constructor for class org.waarp.common.database.data.DbValue
-
- DbValue(Timestamp, String) - Constructor for class org.waarp.common.database.data.DbValue
-
- DbValue(Date, String) - Constructor for class org.waarp.common.database.data.DbValue
-
- DbValue(Reader, String) - Constructor for class org.waarp.common.database.data.DbValue
-
- DbValue(InputStream, String) - Constructor for class org.waarp.common.database.data.DbValue
-
- debug(Throwable) - Method in class org.waarp.common.logging.AbstractWaarpLogger
-
- debug(String) - Method in class org.waarp.common.logging.WaarpJdkLogger
-
Log a message object at level FINE.
- debug(String, Object) - Method in class org.waarp.common.logging.WaarpJdkLogger
-
Log a message at level FINE according to the specified format and
argument.
- debug(String, Object, Object) - Method in class org.waarp.common.logging.WaarpJdkLogger
-
Log a message at level FINE according to the specified format and
arguments.
- debug(String, Object...) - Method in class org.waarp.common.logging.WaarpJdkLogger
-
Log a message at level FINE according to the specified format and
arguments.
- debug(String, Throwable) - Method in class org.waarp.common.logging.WaarpJdkLogger
-
Log an exception (throwable) at level FINE with an accompanying message.
- debug(String) - Method in interface org.waarp.common.logging.WaarpLogger
-
Log a message at the DEBUG level.
- debug(String, Object) - Method in interface org.waarp.common.logging.WaarpLogger
-
Log a message at the DEBUG level according to the specified format and
argument.
- debug(String, Object, Object) - Method in interface org.waarp.common.logging.WaarpLogger
-
Log a message at the DEBUG level according to the specified format and
arguments.
- debug(String, Object...) - Method in interface org.waarp.common.logging.WaarpLogger
-
Log a message at the DEBUG level according to the specified format and
arguments.
- debug(String, Throwable) - Method in interface org.waarp.common.logging.WaarpLogger
-
Log an exception (throwable) at the DEBUG level with an accompanying
message.
- debug(Throwable) - Method in interface org.waarp.common.logging.WaarpLogger
-
Log an exception (throwable) at the DEBUG level.
- debug(String) - Method in class org.waarp.common.logging.WaarpSlf4JLogger
-
- debug(String, Object) - Method in class org.waarp.common.logging.WaarpSlf4JLogger
-
- debug(String, Object, Object) - Method in class org.waarp.common.logging.WaarpSlf4JLogger
-
- debug(String, Object...) - Method in class org.waarp.common.logging.WaarpSlf4JLogger
-
- debug(String, Throwable) - Method in class org.waarp.common.logging.WaarpSlf4JLogger
-
- debug(PrintStream) - Static method in class org.waarp.common.utility.SystemPropertyUtil
-
Print to System.out the content of the properties
- debug() - Static method in class org.waarp.common.utility.SystemPropertyUtil
-
- decHttpSession() - Static method in class org.waarp.common.database.DbAdmin
-
Decrement nb of Http Connection
- DECODE - Static variable in class org.waarp.common.utility.Base64
-
Specify decoding in first bit.
- decode(byte[]) - Static method in class org.waarp.common.utility.Base64
-
Low-level access to decoding ASCII characters in the form of a byte
array.
- decode(byte[], int, int, int) - Static method in class org.waarp.common.utility.Base64
-
Low-level access to decoding ASCII characters in the form of a byte
array.
- decode(String) - Static method in class org.waarp.common.utility.Base64
-
Decodes data from Base64 notation, automatically detecting
gzip-compressed data and decompressing it.
- decode(String, int) - Static method in class org.waarp.common.utility.Base64
-
Decodes data from Base64 notation, automatically detecting
gzip-compressed data and decompressing it.
- decodeFileToFile(String, String) - Static method in class org.waarp.common.utility.Base64
-
Reads infile and decodes it to outfile.
- decodeFromFile(String) - Static method in class org.waarp.common.utility.Base64
-
Convenience method for reading a base64-encoded file and decoding it.
- decodeHex(String) - Method in class org.waarp.common.crypto.KeyObject
-
- decodeToFile(String, String) - Static method in class org.waarp.common.utility.Base64
-
Convenience method for decoding data to a file.
- decodeToObject(String) - Static method in class org.waarp.common.utility.Base64
-
Attempts to decode Base64 data and deserialize a Java Object within.
- decodeToObject(String, int, ClassLoader) - Static method in class org.waarp.common.utility.Base64
-
Attempts to decode Base64 data and deserialize a Java Object within.
- decrypt(byte[]) - Method in class org.waarp.common.crypto.HmacSha1
-
- decrypt(byte[]) - Method in class org.waarp.common.crypto.HmacSha256
-
- decrypt(String, String) - Method in class org.waarp.common.crypto.KeyManager
-
One method to get the uncrypted String from the given crypted string and
key
- decrypt(byte[]) - Method in class org.waarp.common.crypto.KeyObject
-
Decrypt an array of bytes and returns the uncrypted array of bytes
- decryptHexFile(File) - Method in class org.waarp.common.crypto.KeyObject
-
Decode from a file containing a HEX crypted string
- decryptHexInBytes(String) - Method in class org.waarp.common.crypto.KeyObject
-
Decrypt a String as HEX format representing a crypted array of bytes and
returns the uncrypted array of
bytes
- decryptHexInBytes(byte[]) - Method in class org.waarp.common.crypto.KeyObject
-
Decrypt an array of bytes as HEX format representing a crypted array of
bytes and returns the uncrypted
array of bytes
- decryptHexInString(String) - Method in class org.waarp.common.crypto.KeyObject
-
Decrypt a String as HEX format representing a crypted array of bytes and
returns the uncrypted String
- decryptHexInString(byte[]) - Method in class org.waarp.common.crypto.KeyObject
-
Decrypt a String as HEX format representing a crypted String and
returns the uncrypted String
- decryptInString(byte[]) - Method in class org.waarp.common.crypto.KeyObject
-
Decrypt an array of bytes and returns the uncrypted String
- DEFAULT_CHECK_DELAY - Static variable in class org.waarp.common.filemonitor.FileMonitor
-
- DEFAULT_DELAY - Static variable in class org.waarp.common.filemonitor.FileMonitor
-
- DEFAULT_ERROR - Static variable in class org.waarp.common.utility.ParametersChecker
-
- defaultDigestAlgo - Static variable in class org.waarp.common.filemonitor.FileMonitor
-
- DELAYMAXCONNECTION - Static variable in class org.waarp.common.database.DbConstant
-
Delay in second to try to connect
- delete() - Method in class org.waarp.common.database.data.AbstractDbData
-
Delete object from table
- delete() - Method in class org.waarp.common.database.data.DbDataModel
-
- delete() - Method in interface org.waarp.common.file.FileInterface
-
Delete the current FileInterface.
- delete() - Method in class org.waarp.common.file.filesystembased.FilesystemBasedFileImpl
-
- delete(File) - Static method in class org.waarp.common.file.FileUtils
-
Delete physically the file
- deleteDir(File) - Static method in class org.waarp.common.file.FileUtils
-
Delete the directory associated with the File as path if empty
- deleteKeyFromKeyStore(String) - Method in class org.waarp.common.crypto.ssl.WaarpSecureKeyStore
-
Delete a Key from the KeyStore based on its alias
- deleteKeyFromTrustStore(String) - Method in class org.waarp.common.crypto.ssl.WaarpSecureKeyStore
-
Delete a Key from the TrustStore based on its alias
- deleteOnAbort - Variable in class org.waarp.common.file.filesystembased.FilesystemBasedFileParameterImpl
-
Should the file be deleted when the transfer is aborted on STOR like
commands
- deleteRecursiveDir(File) - Static method in class org.waarp.common.file.FileUtils
-
Delete the directory and its subdirs associated with the File as path if
empty
- Des - Class in org.waarp.common.crypto
-
This class handles methods to crypt and decrypt messages with DES algorithm
(very efficient: 40000/s).
- Des() - Constructor for class org.waarp.common.crypto.Des
-
- DesManager - Class in org.waarp.common.crypto
-
This class implements a simple Key Manager for DES class from name
- DesManager() - Constructor for class org.waarp.common.crypto.DesManager
-
- desManager - Static variable in class org.waarp.common.crypto.DesManager
-
- destroy() - Method in class org.waarp.common.service.ServiceLauncher
-
- DetectionUtils - Class in org.waarp.common.utility
-
Utility that detects various properties specific to the current runtime
environment, such as Java version.
- digest - Variable in class org.waarp.common.filemonitor.FileMonitor
-
- directories - Variable in class org.waarp.common.filemonitor.FileMonitor
-
- directories - Variable in class org.waarp.common.filemonitor.FileMonitor.FileMonitorInformation
-
- DirInterface - Interface in org.waarp.common.file
-
Interface for Directory support
- disconnect() - Method in class org.waarp.common.database.DbSession
-
Close the connection
- dispose() - Method in class org.waarp.common.database.DbConnectionPool
-
Closes all unused pooled connections.
- DO_BREAK_LINES - Static variable in class org.waarp.common.utility.Base64
-
Do break lines when encoding.
- DONT_GUNZIP - Static variable in class org.waarp.common.utility.Base64
-
Specify that gzipped data should not be automatically gunzipped.
- DynamicKeyManager - Class in org.waarp.common.crypto
-
Can implements AES, ARCFOUR, Blowfish, DES, DESede, RC2, RC4
The time ratio are: RC4,ARCFOUR=1; AES,RC2=1,5; DES=2; Blowfish,DESede=4
AES is the best compromise in term of security and efficiency.
- DynamicKeyManager() - Constructor for class org.waarp.common.crypto.DynamicKeyManager
-
- DynamicKeyObject - Class in org.waarp.common.crypto
-
This class handles methods to encrypt and unencrypt messages with any
available algorithms in the JVM.
- DynamicKeyObject(int, String, String, String) - Constructor for class org.waarp.common.crypto.DynamicKeyObject
-
- DynamicKeyObject(DynamicKeyObject.INSTANCES, String) - Constructor for class org.waarp.common.crypto.DynamicKeyObject
-
- DynamicKeyObject(DynamicKeyObject.INSTANCESMAX, String) - Constructor for class org.waarp.common.crypto.DynamicKeyObject
-
- DynamicKeyObject.INSTANCES - Enum in org.waarp.common.crypto
-
Minimal key size
- DynamicKeyObject.INSTANCESMAX - Enum in org.waarp.common.crypto
-
Recommended key size when normal JVM installed (no extension on encrypt
support)
- elapseTime - Variable in class org.waarp.common.filemonitor.FileMonitor
-
- elapseTime - Variable in class org.waarp.common.filemonitor.FileMonitor.FileMonitorInformation
-
- elapseWaarpTime - Variable in class org.waarp.common.filemonitor.FileMonitor
-
- elements() - Method in class org.waarp.common.xml.XmlHash
-
- EmptyDbModel - Class in org.waarp.common.database.model
-
Empty DbModel
- EmptyDbModel() - Constructor for class org.waarp.common.database.model.EmptyDbModel
-
- ENCODE - Static variable in class org.waarp.common.utility.Base64
-
Specify encoding in first bit.
- encode(ByteBuffer, ByteBuffer) - Static method in class org.waarp.common.utility.Base64
-
Performs Base64 encoding on the raw
ByteBuffer, writing it
to the encoded
ByteBuffer.
- encode(ByteBuffer, CharBuffer) - Static method in class org.waarp.common.utility.Base64
-
Performs Base64 encoding on the raw
ByteBuffer, writing it
to the encoded
CharBuffer.
- encodeBytes(byte[]) - Static method in class org.waarp.common.utility.Base64
-
Encodes a byte array into Base64 notation.
- encodeBytes(byte[], int) - Static method in class org.waarp.common.utility.Base64
-
Encodes a byte array into Base64 notation.
- encodeBytes(byte[], int, int) - Static method in class org.waarp.common.utility.Base64
-
Encodes a byte array into Base64 notation.
- encodeBytes(byte[], int, int, int) - Static method in class org.waarp.common.utility.Base64
-
Encodes a byte array into Base64 notation.
- encodeBytesToBytes(byte[]) - Static method in class org.waarp.common.utility.Base64
-
- encodeBytesToBytes(byte[], int, int, int) - Static method in class org.waarp.common.utility.Base64
-
- encodeFileToFile(String, String) - Static method in class org.waarp.common.utility.Base64
-
Reads infile and encodes it to outfile.
- encodeFromFile(String) - Static method in class org.waarp.common.utility.Base64
-
Convenience method for reading a binary file and base64-encoding it.
- encodeHex(byte[]) - Method in class org.waarp.common.crypto.KeyObject
-
- encodeObject(Serializable) - Static method in class org.waarp.common.utility.Base64
-
Serializes an object and returns the Base64-encoded version of that
serialized object.
- encodeObject(Serializable, int) - Static method in class org.waarp.common.utility.Base64
-
Serializes an object and returns the Base64-encoded version of that
serialized object.
- encodeToFile(byte[], String) - Static method in class org.waarp.common.utility.Base64
-
Convenience method for encoding data to a file.
- endUseConnection() - Method in class org.waarp.common.database.DbSession
-
To be called when a client will stop to use this DbSession (once by
client)
- engine - Static variable in class org.waarp.common.service.ServiceLauncher
-
- EngineAbstract - Class in org.waarp.common.service
-
Abstract class to implement to be able to start or shutdown a service
- EngineAbstract() - Constructor for class org.waarp.common.service.EngineAbstract
-
- engineGetTrustManagers() - Method in class org.waarp.common.crypto.ssl.WaarpSecureTrustManagerFactory
-
- engineInit(KeyStore) - Method in class org.waarp.common.crypto.ssl.WaarpSecureTrustManagerFactory
-
- engineInit(ManagerFactoryParameters) - Method in class org.waarp.common.crypto.ssl.WaarpSecureTrustManagerFactory
-
- engineLauncherInstance - Static variable in class org.waarp.common.service.ServiceLauncher
-
- enUseConnectionNoDisconnect() - Method in class org.waarp.common.database.DbSession
-
To be called when a client will stop to use this DbSession (once by
client).
- equals(Object) - Method in class org.waarp.common.database.DbSession
-
- equals(Object) - Method in class org.waarp.common.filemonitor.FileMonitor.FileItem
-
- equals(Object) - Method in class org.waarp.common.guid.GUID
-
- equals(Object) - Method in class org.waarp.common.guid.IntegerUuid
-
- equals(Object) - Method in class org.waarp.common.guid.LongUuid
-
- error(SQLException) - Static method in class org.waarp.common.database.DbConstant
-
Print the error from SQLException
- error(Throwable) - Method in class org.waarp.common.logging.AbstractWaarpLogger
-
- error(String) - Method in class org.waarp.common.logging.WaarpJdkLogger
-
Log a message object at the SEVERE level.
- error(String, Object) - Method in class org.waarp.common.logging.WaarpJdkLogger
-
Log a message at the SEVERE level according to the specified format and
argument.
- error(String, Object, Object) - Method in class org.waarp.common.logging.WaarpJdkLogger
-
Log a message at the SEVERE level according to the specified format and
arguments.
- error(String, Object...) - Method in class org.waarp.common.logging.WaarpJdkLogger
-
Log a message at level SEVERE according to the specified format and
arguments.
- error(String, Throwable) - Method in class org.waarp.common.logging.WaarpJdkLogger
-
Log an exception (throwable) at the SEVERE level with an accompanying
message.
- error(String) - Method in interface org.waarp.common.logging.WaarpLogger
-
Log a message at the ERROR level.
- error(String, Object) - Method in interface org.waarp.common.logging.WaarpLogger
-
Log a message at the ERROR level according to the specified format and
argument.
- error(String, Object, Object) - Method in interface org.waarp.common.logging.WaarpLogger
-
Log a message at the ERROR level according to the specified format and
arguments.
- error(String, Object...) - Method in interface org.waarp.common.logging.WaarpLogger
-
Log a message at the ERROR level according to the specified format and
arguments.
- error(String, Throwable) - Method in interface org.waarp.common.logging.WaarpLogger
-
Log an exception (throwable) at the ERROR level with an accompanying
message.
- error(Throwable) - Method in interface org.waarp.common.logging.WaarpLogger
-
Log an exception (throwable) at the ERROR level.
- error(String) - Method in class org.waarp.common.logging.WaarpSlf4JLogger
-
- error(String, Object) - Method in class org.waarp.common.logging.WaarpSlf4JLogger
-
- error(String, Object, Object) - Method in class org.waarp.common.logging.WaarpSlf4JLogger
-
- error(String, Object...) - Method in class org.waarp.common.logging.WaarpSlf4JLogger
-
- error(String, Throwable) - Method in class org.waarp.common.logging.WaarpSlf4JLogger
-
- exec() - Method in interface org.waarp.common.command.CommandInterface
-
Execute the command.
- executeQuery() - Method in class org.waarp.common.database.DbPreparedStatement
-
Execute a Select preparedStatement
- executeUpdate() - Method in class org.waarp.common.database.DbPreparedStatement
-
Execute the Update/Insert/Delete preparedStatement
- executor - Variable in class org.waarp.common.filemonitor.FileMonitor
-
- executor - Variable in class org.waarp.common.service.ServiceLauncher
-
- exist() - Method in class org.waarp.common.database.data.AbstractDbData
-
Test the existence of the current object
- exist() - Method in class org.waarp.common.database.data.DbDataModel
-
- exist(ObjectNode, String...) - Static method in class org.waarp.common.json.JsonHandler
-
- exist(ObjectNode, Enum<?>...) - Static method in class org.waarp.common.json.JsonHandler
-
- exists() - Method in interface org.waarp.common.file.DirInterface
-
- exists() - Method in interface org.waarp.common.file.FileInterface
-
- exists() - Method in class org.waarp.common.file.filesystembased.FilesystemBasedDirImpl
-
- exists(File) - Static method in class org.waarp.common.file.filesystembased.FilesystemBasedFileImpl
-
Adapt File.exists() to leverage synchronization error with filesystem
- exists() - Method in class org.waarp.common.file.filesystembased.FilesystemBasedFileImpl
-
- exitService() - Method in class org.waarp.common.utility.WaarpShutdownHook
-
Real exit function
- EXTENSION - Static variable in class org.waarp.common.crypto.Aes
-
- EXTENSION - Static variable in class org.waarp.common.crypto.Blowfish
-
- EXTENSION - Static variable in class org.waarp.common.crypto.Des
-
- EXTENSION - Static variable in class org.waarp.common.crypto.HmacSha1
-
- EXTENSION - Static variable in class org.waarp.common.crypto.HmacSha256
-
- FAKE_LOGGER - Static variable in class org.waarp.common.logging.SysErrLogger
-
FAKE LOGGER used where no LOG could be done
- fieldseq - Static variable in class org.waarp.common.database.data.DbDataModel
-
- file - Variable in class org.waarp.common.filemonitor.FileMonitor.FileItem
-
- FILE_ENCODING - Static variable in class org.waarp.common.utility.SystemPropertyUtil
-
- FileConvert - Class in org.waarp.common.utility
-
Description: Converts Unix files to Dos and vice versa
- FileConvert(List<File>, boolean, boolean, File) - Constructor for class org.waarp.common.utility.FileConvert
-
- FileEndOfTransferException - Exception in org.waarp.common.exception
-
File End Of Transfer exception: the end of the transfer is reached from file
point of view
- FileEndOfTransferException(String) - Constructor for exception org.waarp.common.exception.FileEndOfTransferException
-
- FileEndOfTransferException(String, Throwable) - Constructor for exception org.waarp.common.exception.FileEndOfTransferException
-
- fileExist(String, String) - Static method in class org.waarp.common.file.FileUtils
-
- fileFull(String, boolean) - Method in interface org.waarp.common.file.DirInterface
-
Give for 1 file all informations from the given path (could be a file or
a
directory)
- fileFull(String, boolean) - Method in class org.waarp.common.file.filesystembased.FilesystemBasedDirImpl
-
- FileInterface - Interface in org.waarp.common.file
-
Interface for File support
- FileItem() - Constructor for class org.waarp.common.filemonitor.FileMonitor.FileItem
-
- FileItem(File) - Constructor for class org.waarp.common.filemonitor.FileMonitor.FileItem
-
- fileItems - Variable in class org.waarp.common.filemonitor.FileMonitor
-
- fileItems - Variable in class org.waarp.common.filemonitor.FileMonitor.FileMonitorInformation
-
- FileMonitor - Class in org.waarp.common.filemonitor
-
This package would like to propose a JSE 6 compatible way to scan a directory
for new, deleted and changed
files, in order to allow some functions like pooling a directory before
actions.
- FileMonitor(String, File, File, File, FilesystemBasedDigest.DigestAlgo, long, FileFilter, boolean, FileMonitorCommandRunnableFuture, FileMonitorCommandRunnableFuture, FileMonitorCommandRunnableFuture) - Constructor for class org.waarp.common.filemonitor.FileMonitor
-
- fileMonitor - Variable in class org.waarp.common.filemonitor.FileMonitor.FileMonitorTimerTask
-
- FileMonitor.FileItem - Class in org.waarp.common.filemonitor
-
One element in the directory
- FileMonitor.FileMonitorInformation - Class in org.waarp.common.filemonitor
-
Used by Waarp Business information
- FileMonitor.FileMonitorTimerInformationTask - Class in org.waarp.common.filemonitor
-
Class to run Waarp Business information in fixed delay rather than after
each check
- FileMonitor.FileMonitorTimerTask - Class in org.waarp.common.filemonitor
-
Timer task
- FileMonitor.Status - Enum in org.waarp.common.filemonitor
-
- FileMonitorCommandFactory - Interface in org.waarp.common.filemonitor
-
Factory for FileMonitorCommandRunnableFuture
- FileMonitorCommandRunnableFuture - Class in org.waarp.common.filemonitor
-
Command run when a new file item is validated
- FileMonitorCommandRunnableFuture() - Constructor for class org.waarp.common.filemonitor.FileMonitorCommandRunnableFuture
-
- FileMonitorCommandRunnableFuture(FileMonitor.FileItem) - Constructor for class org.waarp.common.filemonitor.FileMonitorCommandRunnableFuture
-
- FileMonitorInformation() - Constructor for class org.waarp.common.filemonitor.FileMonitor.FileMonitorInformation
-
- FileMonitorInformation(String, ConcurrentHashMap<String, FileMonitor.FileItem>, Set<String>, List<File>, File, File, long, boolean, AtomicLong, AtomicLong, AtomicLong, AtomicLong) - Constructor for class org.waarp.common.filemonitor.FileMonitor.FileMonitorInformation
-
- FileMonitorTimerInformationTask(FileMonitorCommandRunnableFuture) - Constructor for class org.waarp.common.filemonitor.FileMonitor.FileMonitorTimerInformationTask
-
- FileMonitorTimerTask(FileMonitor) - Constructor for class org.waarp.common.filemonitor.FileMonitor.FileMonitorTimerTask
-
- FileParameterInterface - Interface in org.waarp.common.file
-
Interface for FileParameter
- FilesystemBasedAuthImpl - Class in org.waarp.common.file.filesystembased
-
Authentication implementation for Filesystem Based
- FilesystemBasedAuthImpl(SessionInterface) - Constructor for class org.waarp.common.file.filesystembased.FilesystemBasedAuthImpl
-
- FilesystemBasedCommonsIo - Class in org.waarp.common.file.filesystembased.specific
-
This class enables to not set a dependencies on Apache Commons IO if wanted,
but loosing freespace and
wildcard support.
- FilesystemBasedDirImpl - Class in org.waarp.common.file.filesystembased
-
Directory implementation for Filesystem Based
- FilesystemBasedDirImpl(SessionInterface, OptsMLSxInterface) - Constructor for class org.waarp.common.file.filesystembased.FilesystemBasedDirImpl
-
- FilesystemBasedDirJdk5 - Class in org.waarp.common.file.filesystembased.specific
-
JDK5 version of specific functions for Filesystem.
- FilesystemBasedDirJdk5() - Constructor for class org.waarp.common.file.filesystembased.specific.FilesystemBasedDirJdk5
-
- FilesystemBasedDirJdk6 - Class in org.waarp.common.file.filesystembased.specific
-
JDK6 version of specific functions for Filesystem.
- FilesystemBasedDirJdk6() - Constructor for class org.waarp.common.file.filesystembased.specific.FilesystemBasedDirJdk6
-
- FilesystemBasedDirJdkAbstract - Class in org.waarp.common.file.filesystembased.specific
-
Abstract class to allow specific function depending on the underlying JDK to
used.
- FilesystemBasedDirJdkAbstract() - Constructor for class org.waarp.common.file.filesystembased.specific.FilesystemBasedDirJdkAbstract
-
- FilesystemBasedFileImpl - Class in org.waarp.common.file.filesystembased
-
File implementation for Filesystem Based
- FilesystemBasedFileImpl(SessionInterface, FilesystemBasedDirImpl, String, boolean) - Constructor for class org.waarp.common.file.filesystembased.FilesystemBasedFileImpl
-
- FilesystemBasedFileImpl(SessionInterface, FilesystemBasedDirImpl, String) - Constructor for class org.waarp.common.file.filesystembased.FilesystemBasedFileImpl
-
Special constructor for possibly external file
- FilesystemBasedFileParameterImpl - Class in org.waarp.common.file.filesystembased
-
FileParameter implementation for Filesystem Based
- FilesystemBasedFileParameterImpl() - Constructor for class org.waarp.common.file.filesystembased.FilesystemBasedFileParameterImpl
-
- filesystemBasedFtpDirJdk - Static variable in class org.waarp.common.file.filesystembased.FilesystemBasedDirImpl
-
Class that handles specifity of one Jdk or another
- FilesystemBasedOptsMLSxImpl - Class in org.waarp.common.file.filesystembased
-
Class that implements Opts command for MLSx operations. (-1) means not
supported, 0 supported but not
active, 1 supported and active
- FilesystemBasedOptsMLSxImpl() - Constructor for class org.waarp.common.file.filesystembased.FilesystemBasedOptsMLSxImpl
-
Default empty constructor: no support at all of MLSx function
- FilesystemBasedOptsMLSxImpl(byte, byte, byte, byte, byte, byte, byte, byte, byte) - Constructor for class org.waarp.common.file.filesystembased.FilesystemBasedOptsMLSxImpl
-
(-1) means not supported, 0 supported but not active, 1 supported and
active
- FilesystemBasedRestartImpl - Class in org.waarp.common.file.filesystembased
-
Restart implementation for Filesystem Based
- FilesystemBasedRestartImpl(SessionInterface) - Constructor for class org.waarp.common.file.filesystembased.FilesystemBasedRestartImpl
-
- FileTransferException - Exception in org.waarp.common.exception
-
File Transfer exception (error during transfer from file point of view)
- FileTransferException(String) - Constructor for exception org.waarp.common.exception.FileTransferException
-
- FileTransferException(String, Throwable) - Constructor for exception org.waarp.common.exception.FileTransferException
-
- FileUtils - Class in org.waarp.common.file
-
File Utils
- fillString(char, int) - Static method in class org.waarp.common.utility.WaarpStringUtils
-
Build a String with count chars using fillChar
- filter - Variable in class org.waarp.common.filemonitor.FileMonitor
-
- finalizeValidFile(boolean, long) - Method in class org.waarp.common.filemonitor.FileMonitorCommandRunnableFuture
-
To be called at the end of the primary action (only for
commandValidFile).
- fixDate(String) - Static method in class org.waarp.common.utility.WaarpStringUtils
-
Get a date in String and return the corresponding Timestamp
- fixDate(String, Timestamp) - Static method in class org.waarp.common.utility.WaarpStringUtils
-
From a date in String format and a Timestamp, return the Timestamp as
:
if before = null as date
if before !
- fixedThreadPool - Variable in class org.waarp.common.filemonitor.FileMonitor
-
- forceClearOldest() - Method in interface org.waarp.common.lru.InterfaceLruCache
-
Removes all oldest entries from cache (ttl based)
- forceClearOldest() - Method in class org.waarp.common.lru.SynchronizedLruCache
-
- forceCloseAllSslChannels() - Static method in class org.waarp.common.crypto.ssl.WaarpSslUtility
-
Utility to force all channels to be closed
- forceDeleteRecursiveDir(File) - Static method in class org.waarp.common.file.FileUtils
-
Delete all its subdirs and files associated, not itself
- forceDisconnect() - Method in class org.waarp.common.database.DbSession
-
Force the close of the connection
- freeIdleConnections() - Method in class org.waarp.common.database.DbConnectionPool
-
Release all idle connections
- freeSpace(String) - Static method in class org.waarp.common.file.filesystembased.specific.FilesystemBasedCommonsIo
-
- fromByte(byte) - Static method in enum org.waarp.common.role.RoleDefault.ROLE
-
- fromHex(char[]) - Static method in class org.waarp.common.utility.Hexa
-
- fromHex(String) - Static method in class org.waarp.common.utility.Hexa
-
- fullIdentifier() - Static method in class org.waarp.common.utility.Version
-
- future - Variable in class org.waarp.common.filemonitor.FileMonitor
-
- generateKey() - Method in class org.waarp.common.crypto.KeyObject
-
Generate a key from nothing
- get(K) - Method in class org.waarp.common.lru.AbstractLruCache
-
- get(K, Callable<V>) - Method in class org.waarp.common.lru.AbstractLruCache
-
- get(K, Callable<V>, long) - Method in class org.waarp.common.lru.AbstractLruCache
-
- get(K) - Method in interface org.waarp.common.lru.InterfaceLruCache
-
Returns value cached with key.
- get(K, Callable<V>) - Method in interface org.waarp.common.lru.InterfaceLruCache
-
Tries to get element from cache.
- get(K, Callable<V>, long) - Method in interface org.waarp.common.lru.InterfaceLruCache
-
Tries to get element from cache.
- get(K) - Method in class org.waarp.common.lru.SynchronizedLruCache
-
- get(String) - Static method in class org.waarp.common.utility.SystemPropertyUtil
-
Returns the value of the Java system property with the specified key
, while falling back to
null
if the property access fails.
- get(String, String) - Static method in class org.waarp.common.utility.SystemPropertyUtil
-
Returns the value of the Java system property with the specified key
, while falling back to the specified
default value if the property access fails.
- get(String, boolean) - Static method in class org.waarp.common.utility.SystemPropertyUtil
-
Returns the value of the Java system property with the specified key
, while falling back to the specified
default value if the property access fails.
- get(String, int) - Static method in class org.waarp.common.utility.SystemPropertyUtil
-
Returns the value of the Java system property with the specified key
, while falling back to the specified
default value if the property access fails.
- get(String, long) - Static method in class org.waarp.common.utility.SystemPropertyUtil
-
Returns the value of the Java system property with the specified key
, while falling back to the specified
default value if the property access fails.
- get(String) - Method in class org.waarp.common.xml.XmlHash
-
- getAbsolutePath(String) - Method in class org.waarp.common.file.filesystembased.FilesystemBasedAuthImpl
-
Return the full path as a String (with mount point).
- getAcceptedIssuers() - Method in class org.waarp.common.crypto.ssl.WaarpX509TrustManager
-
- getActiveConnections() - Method in class org.waarp.common.database.DbConnectionPool
-
Returns the number of active (open) connections of this pool.
- getAdmin() - Method in class org.waarp.common.database.DbSession
-
- getAlgorithm() - Method in class org.waarp.common.crypto.Aes
-
- getAlgorithm() - Method in class org.waarp.common.crypto.Blowfish
-
- getAlgorithm() - Method in class org.waarp.common.crypto.Des
-
- getAlgorithm() - Method in class org.waarp.common.crypto.DynamicKeyObject
-
- getAlgorithm() - Method in class org.waarp.common.crypto.HmacSha1
-
- getAlgorithm() - Method in class org.waarp.common.crypto.HmacSha256
-
- getAlgorithm() - Method in class org.waarp.common.crypto.KeyObject
-
- getAllFields() - Method in class org.waarp.common.database.data.AbstractDbData
-
- getAndSet(String, String) - Static method in class org.waarp.common.utility.SystemPropertyUtil
-
Returns the value of the Java system property with the specified key
, while falling back to the specified
default value if the property access fails.
- getAndSet(String, boolean) - Static method in class org.waarp.common.utility.SystemPropertyUtil
-
Returns the value of the Java system property with the specified key
, while falling back to the specified
default value if the property access fails.
- getAndSet(String, int) - Static method in class org.waarp.common.utility.SystemPropertyUtil
-
Returns the value of the Java system property with the specified key
, while falling back to the specified
default value if the property access fails.
- getAndSet(String, long) - Static method in class org.waarp.common.utility.SystemPropertyUtil
-
Returns the value of the Java system property with the specified key
, while falling back to the specified
default value if the property access fails.
- getArg() - Method in interface org.waarp.common.command.CommandInterface
-
- getArgs() - Method in interface org.waarp.common.command.CommandInterface
-
- getAsByte() - Method in enum org.waarp.common.role.RoleDefault.ROLE
-
- getAuth() - Method in interface org.waarp.common.file.SessionInterface
-
- getBase16(byte[]) - Static method in class org.waarp.common.utility.BaseXx
-
- getBase32(byte[]) - Static method in class org.waarp.common.utility.BaseXx
-
- getBase64(byte[]) - Static method in class org.waarp.common.utility.BaseXx
-
- getBase64UrlWithoutPadding(byte[]) - Static method in class org.waarp.common.utility.BaseXx
-
- getBase64UrlWithPadding(byte[]) - Static method in class org.waarp.common.utility.BaseXx
-
- getBaseDirectory() - Method in interface org.waarp.common.file.AuthInterface
-
Return the mount point
- getBlock() - Method in class org.waarp.common.file.DataBlock
-
- getBlockSize() - Method in interface org.waarp.common.file.SessionInterface
-
- getBoolean(String, boolean) - Static method in class org.waarp.common.utility.SystemPropertyUtil
-
Returns the value of the Java system property with the specified key
, while falling back to the
specified default value if the property access fails.
- getBoolean(Node) - Static method in class org.waarp.common.utility.WaarpStringUtils
-
Read a boolean value (0,1,true,false) from a node
- getBoolean() - Method in class org.waarp.common.xml.XmlValue
-
- getBusinessPath() - Method in interface org.waarp.common.file.AuthInterface
-
Return the relative path for this account according to the Business
(without true root of mount).
- getBusinessPath() - Method in class org.waarp.common.file.filesystembased.FilesystemBasedAuthImpl
-
- getByte() - Method in class org.waarp.common.xml.XmlValue
-
- getByteBlock() - Method in class org.waarp.common.file.DataBlock
-
- getByteCount() - Method in class org.waarp.common.file.DataBlock
-
- getByteCountLower() - Method in class org.waarp.common.file.DataBlock
-
- getByteCountUpper() - Method in class org.waarp.common.file.DataBlock
-
- getByteMarkers() - Method in class org.waarp.common.file.DataBlock
-
- getBytes() - Method in class org.waarp.common.guid.GUID
-
copy the uuid of this GUID, so that it can't be changed, and return it
- getBytes() - Method in class org.waarp.common.guid.IntegerUuid
-
copy the uuid of this UUID, so that it can't be changed, and return it
- getBytes() - Method in class org.waarp.common.guid.LongUuid
-
copy the uuid of this UUID, so that it can't be changed, and return it
- getBytesFromArraysToString(String) - Static method in class org.waarp.common.utility.StringUtils
-
Revert Arrays.toString for bytes
- getCanonicalPath(File) - Method in class org.waarp.common.file.AbstractDir
-
Construct the CanonicalPath without taking into account symbolic link
- getCapacity() - Method in interface org.waarp.common.lru.InterfaceLruCache
-
Returns cache capacity
- getCapacity() - Method in class org.waarp.common.lru.SynchronizedLruCache
-
- getCause() - Method in class org.waarp.common.future.WaarpFailedFuture
-
- getCause() - Method in class org.waarp.common.future.WaarpFuture
-
Returns the cause of the failed operation if the operation has failed.
- getCause() - Method in interface org.waarp.common.future.WaarpFutureInterface
-
- getCause() - Method in class org.waarp.common.future.WaarpSucceededFuture
-
- getCertificatePassword() - Method in class org.waarp.common.crypto.ssl.WaarpSecureKeyStore
-
- getChannelLimit() - Method in class org.waarp.common.cpu.WaarpConstraintLimitHandler
-
- getCharacter() - Method in class org.waarp.common.xml.XmlValue
-
- getClassName(Object) - Static method in class org.waarp.common.utility.StringUtils
-
- getClassType() - Method in class org.waarp.common.xml.XmlDecl
-
- getClassType() - Method in enum org.waarp.common.xml.XmlType
-
- getClassType() - Method in class org.waarp.common.xml.XmlValue
-
- getClientContext() - Method in class org.waarp.common.crypto.ssl.WaarpSslContextFactory
-
- getCloneValue(XmlType, Object) - Static method in class org.waarp.common.xml.XmlValue
-
Utility function to get a clone of a value
- getCloneValue() - Method in class org.waarp.common.xml.XmlValue
-
- getCode() - Method in interface org.waarp.common.command.CommandInterface
-
- getCode() - Method in enum org.waarp.common.command.ReplyCode
-
- getColumn() - Method in class org.waarp.common.database.data.DbValue
-
- getCommand() - Method in interface org.waarp.common.command.CommandInterface
-
- getComposingRoles() - Method in enum org.waarp.common.role.RoleDefault.ROLE
-
- getConn() - Method in class org.waarp.common.database.DbSession
-
- getConnection() - Method in class org.waarp.common.database.ConnectionFactory
-
- getConnection() - Method in class org.waarp.common.database.DbConnectionPool
-
Retrieves a connection from the connection pool.
- getConnection() - Method in interface org.waarp.common.database.WaarpBasicDataSource
-
- getConnection() - Method in class org.waarp.common.database.WaarpBasicDataSourceJava6
-
- getConnection() - Method in class org.waarp.common.database.WaarpBasicDataSourceJava8
-
- getCorrespondingRoot(File) - Method in class org.waarp.common.file.AbstractDir
-
- getCounter() - Method in class org.waarp.common.guid.GUID
-
- getCpuLimit() - Method in class org.waarp.common.cpu.WaarpConstraintLimitHandler
-
- getCRC(String) - Method in interface org.waarp.common.file.DirInterface
-
Get the CRC of the given FileInterface
- getCRC(String) - Method in class org.waarp.common.file.filesystembased.FilesystemBasedDirImpl
-
- getCreateIndex() - Method in class org.waarp.common.database.model.DbModelAbstract.DbTypeResolver
-
- getCreateIndex() - Method in class org.waarp.common.database.model.DbModelH2.DbTypeResolverH2
-
- getCreateIndex() - Method in class org.waarp.common.database.model.DbModelMariadb.DbTypeResolverMariadDb
-
- getCreateIndex() - Method in class org.waarp.common.database.model.DbModelMysql.DbTypeResolverMySQL
-
- getCreateTable() - Method in class org.waarp.common.database.model.DbModelAbstract.DbTypeResolver
-
- getCreateTable() - Method in class org.waarp.common.database.model.DbModelH2.DbTypeResolverH2
-
- getCreateTable() - Method in class org.waarp.common.database.model.DbModelMariadb.DbTypeResolverMariadDb
-
- getCreateTable() - Method in class org.waarp.common.database.model.DbModelMysql.DbTypeResolverMySQL
-
- getCurrent() - Method in class org.waarp.common.state.MachineState
-
Return the current application state.
- getCurrentHistoryNb() - Method in class org.waarp.common.filemonitor.FileMonitor
-
- getDate() - Method in class org.waarp.common.xml.XmlValue
-
- getDateFormat() - Static method in class org.waarp.common.utility.WaarpStringUtils
-
- getDbConnection(String, String, String) - Method in interface org.waarp.common.database.model.DbModel
-
- getDbConnection(String, String, String) - Method in class org.waarp.common.database.model.DbModelAbstract
-
- getDbConnection(String, String, String) - Method in class org.waarp.common.database.model.DbModelH2
-
- getDbConnection(String, String, String) - Method in class org.waarp.common.database.model.DbModelMariadb
-
- getDbConnection(String, String, String) - Method in class org.waarp.common.database.model.DbModelMysql
-
- getDbConnection(String, String, String) - Method in class org.waarp.common.database.model.DbModelOracle
-
- getDbConnection(String, String, String) - Method in class org.waarp.common.database.model.EmptyDbModel
-
- getDbModel() - Method in class org.waarp.common.database.DbAdmin
-
- getDbSession() - Method in class org.waarp.common.database.DbPreparedStatement
-
- getDbType() - Method in interface org.waarp.common.database.model.DbModel
-
- getDbType() - Method in class org.waarp.common.database.model.DbModelAbstract.DbTypeResolver
-
- getDbType() - Method in class org.waarp.common.database.model.DbModelH2.DbTypeResolverH2
-
- getDbType() - Method in class org.waarp.common.database.model.DbModelH2
-
- getDbType() - Method in class org.waarp.common.database.model.DbModelMariadb.DbTypeResolverMariadDb
-
- getDbType() - Method in class org.waarp.common.database.model.DbModelMariadb
-
- getDbType() - Method in class org.waarp.common.database.model.DbModelMysql.DbTypeResolverMySQL
-
- getDbType() - Method in class org.waarp.common.database.model.DbModelMysql
-
- getDbType() - Method in class org.waarp.common.database.model.DbModelOracle.DbTypeResolverOracle
-
- getDbType() - Method in class org.waarp.common.database.model.DbModelOracle
-
- getDbType() - Method in class org.waarp.common.database.model.DbModelPostgresql.DbTypeResolverPostgreSQL
-
- getDbType() - Method in class org.waarp.common.database.model.DbModelPostgresql
-
- getDbType() - Method in class org.waarp.common.database.model.EmptyDbModel
-
- getDbTypeResolver() - Method in interface org.waarp.common.database.model.DbModel
-
- getDbTypeResolver() - Method in class org.waarp.common.database.model.DbModelAbstract
-
- getDbTypeResolver() - Method in class org.waarp.common.database.model.EmptyDbModel
-
- getDecl() - Method in class org.waarp.common.xml.XmlValue
-
- getDefaultFactory() - Static method in class org.waarp.common.logging.WaarpLoggerFactory
-
Returns the default factory.
- getDescriptor() - Method in class org.waarp.common.file.DataBlock
-
- getDigest(String, String) - Method in interface org.waarp.common.file.DirInterface
-
Get the Digest of the given FileInterface
- getDigest(String, String) - Method in class org.waarp.common.file.filesystembased.FilesystemBasedDirImpl
-
- getDir() - Method in interface org.waarp.common.file.FileInterface
-
- getDir() - Method in class org.waarp.common.file.filesystembased.FilesystemBasedFileImpl
-
- getDir() - Method in interface org.waarp.common.file.SessionInterface
-
- getDocument(String) - Static method in class org.waarp.common.xml.XmlUtil
-
- getDocument(File) - Static method in class org.waarp.common.xml.XmlUtil
-
- getDouble() - Method in class org.waarp.common.xml.XmlValue
-
- getDriverName() - Method in interface org.waarp.common.database.properties.DbProperties
-
- getDriverName() - Method in class org.waarp.common.database.properties.H2Properties
-
- getDriverName() - Method in class org.waarp.common.database.properties.MariaDBProperties
-
- getDriverName() - Method in class org.waarp.common.database.properties.MySQLProperties
-
- getDriverName() - Method in class org.waarp.common.database.properties.OracleProperties
-
- getDriverName() - Method in class org.waarp.common.database.properties.PostgreSQLProperties
-
- getElapseTime() - Method in class org.waarp.common.filemonitor.FileMonitor
-
- getElapseWaarpTime() - Method in class org.waarp.common.filemonitor.FileMonitor
-
- getElement(Element, String) - Static method in class org.waarp.common.xml.XmlUtil
-
- getElement(Document, String) - Static method in class org.waarp.common.xml.XmlUtil
-
- getElementMultiple(Element, String) - Static method in class org.waarp.common.xml.XmlUtil
-
- getElementMultiple(Document, String) - Static method in class org.waarp.common.xml.XmlUtil
-
- getEntry(K) - Method in class org.waarp.common.lru.AbstractLruCache
-
Returns LruCacheEntry mapped by key or null if it does not exist
- getEntry(K) - Method in class org.waarp.common.lru.SynchronizedLruCache
-
- getExtraTrimed(String) - Static method in class org.waarp.common.xml.XmlUtil
-
Remove extra space and tab, newline from beginning and end of String
- getFeat() - Method in class org.waarp.common.file.filesystembased.FilesystemBasedOptsMLSxImpl
-
- getFeat() - Method in interface org.waarp.common.file.OptsMLSxInterface
-
- getFile() - Method in interface org.waarp.common.file.FileInterface
-
- getFile() - Method in class org.waarp.common.file.filesystembased.FilesystemBasedFileImpl
-
- getFileExtension() - Method in class org.waarp.common.crypto.Aes
-
- getFileExtension() - Method in class org.waarp.common.crypto.Blowfish
-
- getFileExtension() - Method in class org.waarp.common.crypto.Des
-
- getFileExtension() - Method in class org.waarp.common.crypto.DynamicKeyObject
-
- getFileExtension() - Method in class org.waarp.common.crypto.HmacSha1
-
- getFileExtension() - Method in class org.waarp.common.crypto.HmacSha256
-
- getFileExtension() - Method in class org.waarp.common.crypto.KeyObject
-
- getFileFromPath(String) - Method in class org.waarp.common.file.filesystembased.FilesystemBasedDirImpl
-
Get the FileInterface from this path, checking first its validity
- getFileFromPath(String) - Method in class org.waarp.common.file.filesystembased.FilesystemBasedFileImpl
-
Get the File from this path, checking first its validity
- getFileInputStream() - Method in class org.waarp.common.file.filesystembased.FilesystemBasedFileImpl
-
- getFileItem() - Method in class org.waarp.common.filemonitor.FileMonitorCommandRunnableFuture
-
- getFileOutputStream(boolean) - Method in class org.waarp.common.file.filesystembased.FilesystemBasedFileImpl
-
Returns the FileOutputStream in Out mode associated with the current
file.
- getFileParameter() - Method in interface org.waarp.common.file.SessionInterface
-
- getFiles(File) - Static method in class org.waarp.common.file.FileUtils
-
Get the list of files from a given directory
- getFiles(File, FilenameFilter) - Static method in class org.waarp.common.file.FileUtils
-
Get the list of files from a given directory and a filter
- getFinalMsg(int, String) - Static method in enum org.waarp.common.command.ReplyCode
-
Return the final message formatted as needed from the code and the
message
- getFloat() - Method in class org.waarp.common.xml.XmlValue
-
- getFreeSpace() - Method in interface org.waarp.common.file.DirInterface
-
- getFreeSpace() - Method in class org.waarp.common.file.filesystembased.FilesystemBasedDirImpl
-
- getFreeSpace(File) - Method in class org.waarp.common.file.filesystembased.specific.FilesystemBasedDirJdk5
-
- getFreeSpace(File) - Method in class org.waarp.common.file.filesystembased.specific.FilesystemBasedDirJdk6
-
- getFreeSpace(File) - Method in class org.waarp.common.file.filesystembased.specific.FilesystemBasedDirJdkAbstract
-
- getFromBase16(String) - Static method in class org.waarp.common.utility.BaseXx
-
- getFromBase32(String) - Static method in class org.waarp.common.utility.BaseXx
-
- getFromBase64(String) - Static method in class org.waarp.common.utility.BaseXx
-
- getFromBase64UrlPadding(String) - Static method in class org.waarp.common.utility.BaseXx
-
- getFromBase64UrlWithoutPadding(String) - Static method in class org.waarp.common.utility.BaseXx
-
- getFromDriver(String) - Static method in enum org.waarp.common.database.model.DbType
-
- getFromFile(File) - Static method in class org.waarp.common.json.JsonHandler
-
- getFromFile(File, Class<?>) - Static method in class org.waarp.common.json.JsonHandler
-
- getFromString(String) - Static method in class org.waarp.common.json.JsonHandler
-
Parses a string representation of a JSON object and returns an
ObjectNode,
swallowing any processing
exception.
- getFromString(String, Class<T>) - Static method in class org.waarp.common.json.JsonHandler
-
- getFromStringExc(String) - Static method in class org.waarp.common.json.JsonHandler
-
Parses a string representation of a JSON object and returns an
ObjectNode.
- getHighHex(byte) - Static method in class org.waarp.common.utility.Hexa
-
- getHttpSession() - Static method in class org.waarp.common.database.DbAdmin
-
- getId() - Method in class org.waarp.common.guid.GUID
-
- getImmediateMethodAndLine() - Static method in class org.waarp.common.logging.AbstractWaarpLogger
-
To be used in message for logger (rank 2) like
logger.warn(code,"message:"+getImmediateMethodAndLine(),null);
- getInsertAllValues() - Method in class org.waarp.common.database.data.AbstractDbData
-
- getInsertAllValues() - Method in class org.waarp.common.database.data.DbDataModel
-
- getInstance() - Method in class org.waarp.common.crypto.Aes
-
- getInstance() - Static method in class org.waarp.common.crypto.AesManager
-
- getInstance() - Method in class org.waarp.common.crypto.Blowfish
-
- getInstance() - Static method in class org.waarp.common.crypto.BlowfishManager
-
- getInstance() - Method in class org.waarp.common.crypto.Des
-
- getInstance() - Static method in class org.waarp.common.crypto.DynamicKeyManager
-
- getInstance() - Method in class org.waarp.common.crypto.DynamicKeyObject
-
- getInstance() - Method in class org.waarp.common.crypto.HmacSha1
-
- getInstance() - Static method in class org.waarp.common.crypto.HmacSha1Manager
-
- getInstance() - Method in class org.waarp.common.crypto.HmacSha256
-
- getInstance() - Static method in class org.waarp.common.crypto.HmacSha256Manager
-
- getInstance() - Method in class org.waarp.common.crypto.KeyObject
-
- getInstance() - Static method in class org.waarp.common.database.ConnectionFactory
-
- getInstance(Class<?>) - Static method in class org.waarp.common.logging.WaarpLoggerFactory
-
Creates a new logger instance with the name of the specified class.
- getInstance(String) - Static method in class org.waarp.common.logging.WaarpLoggerFactory
-
Creates a new logger instance with the specified name.
- getInt() - Method in class org.waarp.common.guid.IntegerUuid
-
- getInt(String, int) - Static method in class org.waarp.common.utility.SystemPropertyUtil
-
Returns the value of the Java system property with the specified key
, while falling back to the
specified default value if the property access fails.
- getInteger(Node) - Static method in class org.waarp.common.utility.WaarpStringUtils
-
Read an integer value from a node
- getInteger() - Method in class org.waarp.common.xml.XmlValue
-
- getInternalId() - Method in class org.waarp.common.database.DbSession
-
- getIntoString() - Method in class org.waarp.common.xml.XmlValue
-
Get a value into a String
- getIsNull(String) - Static method in class org.waarp.common.database.DbRequest
-
Test if value is null and create the string for insert/update
- getJson() - Method in class org.waarp.common.database.data.AbstractDbData
-
Create the equivalent object in Json (no database access)
- getKey(String) - Method in class org.waarp.common.crypto.KeyManager
-
- getKeyManagerFactory() - Method in class org.waarp.common.crypto.ssl.WaarpSecureKeyStore
-
- getKeySize() - Method in class org.waarp.common.crypto.Aes
-
- getKeySize() - Method in class org.waarp.common.crypto.Blowfish
-
- getKeySize() - Method in class org.waarp.common.crypto.Des
-
- getKeySize() - Method in class org.waarp.common.crypto.DynamicKeyObject
-
- getKeySize() - Method in class org.waarp.common.crypto.HmacSha1
-
- getKeySize() - Method in class org.waarp.common.crypto.HmacSha256
-
- getKeySize() - Method in class org.waarp.common.crypto.KeyObject
-
- getKeySize() - Static method in class org.waarp.common.guid.GUID
-
- getKeyStore() - Method in class org.waarp.common.crypto.ssl.WaarpSecureKeyStore
-
- getKeyStoreFilename() - Method in class org.waarp.common.crypto.ssl.WaarpSecureKeyStore
-
- getKeyStorePassword() - Method in class org.waarp.common.crypto.ssl.WaarpSecureKeyStore
-
- getKeyTrustStore() - Method in class org.waarp.common.crypto.ssl.WaarpSecureKeyStore
-
- getKeyTrustStorePassword() - Method in class org.waarp.common.crypto.ssl.WaarpSecureKeyStore
-
- getLastId() - Method in class org.waarp.common.database.DbRequest
-
Get the last ID autoincrement from the last request
- getLevelSpecific() - Method in class org.waarp.common.logging.WaarpJdkLoggerFactory
-
- getLevelSpecific() - Method in class org.waarp.common.logging.WaarpLoggerFactory
-
- getLevelSpecific() - Method in class org.waarp.common.logging.WaarpSlf4JLoggerFactory
-
- getList() - Method in class org.waarp.common.xml.XmlValue
-
- getLoadAverage() - Method in interface org.waarp.common.cpu.CpuManagementInterface
-
- getLogger(Class<?>) - Static method in class org.waarp.common.logging.WaarpLoggerFactory
-
Creates a new logger instance with the name of the specified class.
- getLogger(String) - Static method in class org.waarp.common.logging.WaarpLoggerFactory
-
Creates a new logger instance with the specified name.
- getLoggerMethodAndLine() - Static method in class org.waarp.common.logging.AbstractWaarpLogger
-
To be used only by Logger (rank 5)
- getLoggerMethodAndLineCallee(int) - Static method in class org.waarp.common.logging.AbstractWaarpLogger
-
To be used only by Logger (rank 5)
- getLoginTimeout() - Method in class org.waarp.common.database.DbConnectionPool
-
- getLogLevel() - Static method in class org.waarp.common.logging.WaarpLoggerFactory
-
- getLong() - Method in class org.waarp.common.guid.LongUuid
-
- getLong(String, long) - Static method in class org.waarp.common.utility.SystemPropertyUtil
-
Returns the value of the Java system property with the specified key
, while falling back to the
specified default value if the property access fails.
- getLong() - Method in class org.waarp.common.xml.XmlValue
-
- getLongUuid() - Static method in class org.waarp.common.guid.LongUuid
-
- getLowHex(byte) - Static method in class org.waarp.common.utility.Hexa
-
- getMacFragment() - Method in class org.waarp.common.guid.GUID
-
Extract Platform id as bytes.
- getMapFromString(String) - Static method in class org.waarp.common.json.JsonHandler
-
- getMarker() - Method in class org.waarp.common.file.AbstractFile
-
- getMarker() - Method in interface org.waarp.common.file.FileInterface
-
Create a restart from context for the current FileInterface
- getMarkers() - Method in class org.waarp.common.file.DataBlock
-
- getMaxConnections() - Method in class org.waarp.common.database.ConnectionFactory
-
- getMaxConnections() - Method in class org.waarp.common.database.DbConnectionPool
-
- getMaximumConnections(Connection) - Method in interface org.waarp.common.database.properties.DbProperties
-
- getMaximumConnections(Connection) - Method in class org.waarp.common.database.properties.H2Properties
-
- getMaximumConnections(Connection) - Method in class org.waarp.common.database.properties.MariaDBProperties
-
- getMaximumConnections(Connection) - Method in class org.waarp.common.database.properties.MySQLProperties
-
- getMaximumConnections(Connection) - Method in class org.waarp.common.database.properties.OracleProperties
-
- getMaximumConnections(Connection) - Method in class org.waarp.common.database.properties.PostgreSQLProperties
-
- getMaxSize(int) - Method in class org.waarp.common.file.filesystembased.FilesystemBasedRestartImpl
-
- getMaxSize(int) - Method in class org.waarp.common.file.Restart
-
- getMD5(String) - Method in interface org.waarp.common.file.DirInterface
-
Get the MD5 of the given FileInterface
- getMD5(String) - Method in class org.waarp.common.file.filesystembased.FilesystemBasedDirImpl
-
- getMesg() - Method in enum org.waarp.common.command.ReplyCode
-
- getMessage() - Method in exception org.waarp.common.command.exception.CommandAbstractException
-
- getModificationTime(String) - Method in interface org.waarp.common.file.DirInterface
-
Return the Modification time for the path
- getModificationTime(String) - Method in class org.waarp.common.file.filesystembased.FilesystemBasedDirImpl
-
- getModificationTime(File) - Method in class org.waarp.common.file.filesystembased.FilesystemBasedDirImpl
-
Return the Modification time for the File
- getMonitor() - Method in class org.waarp.common.filemonitor.FileMonitorCommandRunnableFuture
-
- getName() - Method in class org.waarp.common.xml.XmlDecl
-
Get Java field name
- getName() - Method in class org.waarp.common.xml.XmlValue
-
Get Java field name
- getNbConnection() - Static method in class org.waarp.common.database.DbAdmin
-
- getNewEngineAbstract() - Method in class org.waarp.common.service.ServiceLauncher
-
- getNewSaxReader() - Static method in class org.waarp.common.xml.XmlUtil
-
- getNext() - Method in class org.waarp.common.database.DbPreparedStatement
-
Move the cursor to the next result
- getNext() - Method in class org.waarp.common.database.DbRequest
-
Move the cursor to the next result
- getNotNull() - Method in class org.waarp.common.database.model.DbModelAbstract.DbTypeResolver
-
- getNumberLocalChannel() - Method in class org.waarp.common.cpu.WaarpConstraintLimitHandler
-
- getObject() - Method in interface org.waarp.common.command.CommandInterface
-
- getOffset() - Method in class org.waarp.common.file.DataBlock
-
- getOptsCharset() - Method in class org.waarp.common.file.filesystembased.FilesystemBasedOptsMLSxImpl
-
- getOptsCharset() - Method in interface org.waarp.common.file.OptsMLSxInterface
-
- getOptsCreate() - Method in class org.waarp.common.file.filesystembased.FilesystemBasedOptsMLSxImpl
-
- getOptsCreate() - Method in interface org.waarp.common.file.OptsMLSxInterface
-
- getOptsLang() - Method in class org.waarp.common.file.filesystembased.FilesystemBasedOptsMLSxImpl
-
- getOptsLang() - Method in interface org.waarp.common.file.OptsMLSxInterface
-
- getOptsMediaType() - Method in class org.waarp.common.file.filesystembased.FilesystemBasedOptsMLSxImpl
-
- getOptsMediaType() - Method in interface org.waarp.common.file.OptsMLSxInterface
-
- getOptsMLSx() - Method in class org.waarp.common.file.AbstractDir
-
- getOptsMLSx() - Method in interface org.waarp.common.file.DirInterface
-
- getOptsModify() - Method in class org.waarp.common.file.filesystembased.FilesystemBasedOptsMLSxImpl
-
- getOptsModify() - Method in interface org.waarp.common.file.OptsMLSxInterface
-
- getOptsPerm() - Method in class org.waarp.common.file.filesystembased.FilesystemBasedOptsMLSxImpl
-
- getOptsPerm() - Method in interface org.waarp.common.file.OptsMLSxInterface
-
- getOptsSize() - Method in class org.waarp.common.file.filesystembased.FilesystemBasedOptsMLSxImpl
-
- getOptsSize() - Method in interface org.waarp.common.file.OptsMLSxInterface
-
- getOptsType() - Method in class org.waarp.common.file.filesystembased.FilesystemBasedOptsMLSxImpl
-
- getOptsType() - Method in interface org.waarp.common.file.OptsMLSxInterface
-
- getOptsUnique() - Method in class org.waarp.common.file.filesystembased.FilesystemBasedOptsMLSxImpl
-
- getOptsUnique() - Method in interface org.waarp.common.file.OptsMLSxInterface
-
- getOS() - Static method in class org.waarp.common.utility.SystemPropertyUtil
-
- getParentElement(Element, String) - Static method in class org.waarp.common.xml.XmlUtil
-
- getParentElement(Document, String) - Static method in class org.waarp.common.xml.XmlUtil
-
- getPasswd() - Method in class org.waarp.common.database.DbAdmin
-
- getPassword() - Method in class org.waarp.common.database.ConnectionFactory
-
- getPlatformId() - Method in class org.waarp.common.guid.GUID
-
Extract Platform id as int.
- getPosition() - Method in class org.waarp.common.file.filesystembased.FilesystemBasedFileImpl
-
Return the current position in the FileInterface.
- getPosition() - Method in class org.waarp.common.file.filesystembased.FilesystemBasedRestartImpl
-
- getPosition() - Method in class org.waarp.common.file.Restart
-
- getPreparedStatement() - Method in class org.waarp.common.database.DbPreparedStatement
-
- getPrimaryKey() - Method in class org.waarp.common.database.model.DbModelAbstract.DbTypeResolver
-
- getProcessId() - Method in class org.waarp.common.guid.GUID
-
Extract process id and return as int
- getProcessId() - Method in class org.waarp.common.guid.LongUuid
-
extract process id from raw UUID bytes and return as int
- getProperties() - Method in class org.waarp.common.database.ConnectionFactory
-
- getProtocolID() - Static method in class org.waarp.common.database.properties.H2Properties
-
- getProtocolID() - Static method in class org.waarp.common.database.properties.MariaDBProperties
-
- getProtocolID() - Static method in class org.waarp.common.database.properties.MySQLProperties
-
- getProtocolID() - Static method in class org.waarp.common.database.properties.OracleProperties
-
- getProtocolID() - Static method in class org.waarp.common.database.properties.PostgreSQLProperties
-
- getPwd() - Method in class org.waarp.common.file.AbstractDir
-
- getPwd() - Method in interface org.waarp.common.file.DirInterface
-
- getRandom(int) - Static method in class org.waarp.common.utility.StringUtils
-
- getRandomFile() - Method in class org.waarp.common.file.filesystembased.FilesystemBasedFileImpl
-
Returns the RandomAccessFile in Out mode associated with the current
file.
- getRankMethodAndLine(int) - Static method in class org.waarp.common.logging.AbstractWaarpLogger
-
- getReadLimit() - Method in class org.waarp.common.cpu.WaarpConstraintLimitHandler
-
Get the current setting on Read Limit (supposed to be not the value in
the
handler but in the
configuration)
- getRelativePath(String) - Method in interface org.waarp.common.file.AuthInterface
-
Return the relative path from a file (without mount point)
- getRelativePath(String) - Method in class org.waarp.common.file.filesystembased.FilesystemBasedAuthImpl
-
Return the relative path from a file (without mount point)
- getRelativePath(File) - Method in class org.waarp.common.file.filesystembased.FilesystemBasedDirImpl
-
Get the relative path (without mount point)
- getRelativePath(File) - Method in class org.waarp.common.file.filesystembased.FilesystemBasedFileImpl
-
Get the relative path (without mount point)
- getReplyCode(int) - Static method in enum org.waarp.common.command.ReplyCode
-
- getReplyCodeFromHttp(int) - Static method in enum org.waarp.common.command.ReplyCode
-
- getRestart() - Method in interface org.waarp.common.file.SessionInterface
-
- getResultSet() - Method in class org.waarp.common.database.DbPreparedStatement
-
- getResultSet() - Method in class org.waarp.common.database.DbRequest
-
- getRoleAsByte() - Method in class org.waarp.common.role.RoleDefault
-
- getSecretKey() - Method in class org.waarp.common.crypto.KeyObject
-
- getSecretKeyInBytes() - Method in class org.waarp.common.crypto.KeyObject
-
Returns the key as an array of bytes in order to be stored somewhere else
and retrieved using the
setSecretKey(byte[] keyData) method.
- getSecureTrustManagerFactory() - Method in class org.waarp.common.crypto.ssl.WaarpSecureKeyStore
-
- getSelectAllFields() - Method in class org.waarp.common.database.data.AbstractDbData
-
- getSelectAllFields() - Method in class org.waarp.common.database.data.DbDataModel
-
- getServer() - Method in class org.waarp.common.database.ConnectionFactory
-
- getServer() - Method in class org.waarp.common.database.DbAdmin
-
- getServerContext() - Method in class org.waarp.common.crypto.ssl.WaarpSslContextFactory
-
- getSession() - Method in interface org.waarp.common.command.CommandInterface
-
- getSession() - Method in class org.waarp.common.database.DbAdmin
-
- getSession() - Method in class org.waarp.common.file.AbstractDir
-
- getSession() - Method in interface org.waarp.common.file.AuthInterface
-
- getSession() - Method in interface org.waarp.common.file.DirInterface
-
- getSession() - Method in interface org.waarp.common.file.FileInterface
-
- getSession() - Method in class org.waarp.common.file.filesystembased.FilesystemBasedAuthImpl
-
- getSession() - Method in class org.waarp.common.file.filesystembased.FilesystemBasedFileImpl
-
- getSession() - Method in class org.waarp.common.file.Restart
-
- getSet() - Method in class org.waarp.common.state.Transition
-
- getSHA1(String) - Method in interface org.waarp.common.file.DirInterface
-
Get the SHA-1 of the given FileInterface
- getSHA1(String) - Method in class org.waarp.common.file.filesystembased.FilesystemBasedDirImpl
-
- getShort() - Method in class org.waarp.common.xml.XmlValue
-
- getShutdownConfiguration() - Method in class org.waarp.common.utility.WaarpShutdownHook
-
- getSingletonByteArray() - Static method in class org.waarp.common.utility.SingletonUtils
-
Immutable empty byte array
- getSleepTime() - Method in class org.waarp.common.cpu.WaarpConstraintLimitHandler
-
- getState() - Method in class org.waarp.common.state.Transition
-
- getStatus() - Method in class org.waarp.common.filemonitor.FileMonitor
-
- getString(ObjectNode, String) - Static method in class org.waarp.common.json.JsonHandler
-
- getString(ObjectNode, Enum<?>) - Static method in class org.waarp.common.json.JsonHandler
-
- getString() - Method in class org.waarp.common.xml.XmlValue
-
- getSubXml() - Method in class org.waarp.common.xml.XmlDecl
-
- getSubXml() - Method in class org.waarp.common.xml.XmlValue
-
- getSubXmlSize() - Method in class org.waarp.common.xml.XmlDecl
-
- getTable() - Method in class org.waarp.common.database.data.AbstractDbData
-
- getTable() - Method in class org.waarp.common.database.data.DbDataModel
-
- getTenantId() - Method in class org.waarp.common.guid.GUID
-
- getTimeFormat() - Static method in class org.waarp.common.utility.WaarpStringUtils
-
- getTimeoutForceClose() - Method in class org.waarp.common.database.DbConnectionPool
-
- getTimestamp() - Method in class org.waarp.common.guid.GUID
-
Extract timestamp and return as long
- getTimestamp() - Method in class org.waarp.common.guid.IntegerUuid
-
extract timestamp from raw UUID bytes and return as int
- getTimestamp() - Method in class org.waarp.common.guid.LongUuid
-
extract timestamp from raw UUID bytes and return as int
- getTimestamp() - Method in class org.waarp.common.xml.XmlValue
-
- getTimestampFormat() - Static method in class org.waarp.common.utility.WaarpStringUtils
-
- getTodayMidnight() - Static method in class org.waarp.common.utility.WaarpStringUtils
-
- getTrueFile(String) - Method in class org.waarp.common.file.filesystembased.FilesystemBasedDirImpl
-
Get the true file from the path
- getTrueValue(ResultSet, DbValue) - Static method in class org.waarp.common.database.data.AbstractDbData
-
Get one value into DbValue from ResultSet
- getTrustManagers() - Method in class org.waarp.common.crypto.ssl.WaarpSecureTrustManagerFactory
-
- getTtl() - Method in class org.waarp.common.lru.AbstractLruCache
-
- getTtl() - Method in interface org.waarp.common.lru.InterfaceLruCache
-
Returns cache TTL
- getType() - Method in class org.waarp.common.database.data.DbValue
-
- getType(int) - Method in class org.waarp.common.database.model.DbModelAbstract.DbTypeResolver
-
- getType(int) - Static method in enum org.waarp.common.database.model.DbModelCommonMariadbMySql.DBType
-
- getType(int) - Static method in enum org.waarp.common.database.model.DbModelH2.DBType
-
- getType(int) - Method in class org.waarp.common.database.model.DbModelH2.DbTypeResolverH2
-
- getType(int) - Method in class org.waarp.common.database.model.DbModelMariadb.DbTypeResolverMariadDb
-
- getType(int) - Method in class org.waarp.common.database.model.DbModelMysql.DbTypeResolverMySQL
-
- getType(int) - Static method in enum org.waarp.common.database.model.DbModelOracle.DBType
-
- getType(int) - Method in class org.waarp.common.database.model.DbModelOracle.DbTypeResolverOracle
-
- getType(int) - Static method in enum org.waarp.common.database.model.DbModelPostgresql.DBType
-
- getType(int) - Method in class org.waarp.common.database.model.DbModelPostgresql.DbTypeResolverPostgreSQL
-
- getType() - Method in class org.waarp.common.xml.XmlDecl
-
- getType() - Method in class org.waarp.common.xml.XmlValue
-
- getTypeDriver() - Method in class org.waarp.common.database.DbAdmin
-
- getUniqueExtension() - Method in interface org.waarp.common.file.SessionInterface
-
- getUpdateAllFields() - Method in class org.waarp.common.database.data.AbstractDbData
-
- getUpdateAllFields() - Method in class org.waarp.common.database.data.DbDataModel
-
- getUpdatedPrepareStament(DbSession) - Static method in class org.waarp.common.database.data.DbDataModel
-
- getUser() - Method in class org.waarp.common.database.ConnectionFactory
-
- getUser() - Method in class org.waarp.common.database.DbAdmin
-
- getUser() - Method in interface org.waarp.common.file.AuthInterface
-
- getUser() - Method in class org.waarp.common.file.filesystembased.FilesystemBasedAuthImpl
-
- getValidationQuery() - Method in interface org.waarp.common.database.properties.DbProperties
-
- getValidationQuery() - Method in class org.waarp.common.database.properties.H2Properties
-
- getValidationQuery() - Method in class org.waarp.common.database.properties.MariaDBProperties
-
- getValidationQuery() - Method in class org.waarp.common.database.properties.MySQLProperties
-
- getValidationQuery() - Method in class org.waarp.common.database.properties.OracleProperties
-
- getValidationQuery() - Method in class org.waarp.common.database.properties.PostgreSQLProperties
-
- getValue(String) - Method in interface org.waarp.common.command.CommandInterface
-
Get an integer value from argument
- getValue() - Method in class org.waarp.common.database.data.DbValue
-
- getValue(ObjectNode, String, String) - Static method in class org.waarp.common.json.JsonHandler
-
- getValue(ObjectNode, String, boolean) - Static method in class org.waarp.common.json.JsonHandler
-
- getValue(ObjectNode, String, double) - Static method in class org.waarp.common.json.JsonHandler
-
- getValue(ObjectNode, String, long) - Static method in class org.waarp.common.json.JsonHandler
-
- getValue(ObjectNode, String, int) - Static method in class org.waarp.common.json.JsonHandler
-
- getValue(ObjectNode, String, byte[]) - Static method in class org.waarp.common.json.JsonHandler
-
- getValue(ObjectNode, Enum<?>, String) - Static method in class org.waarp.common.json.JsonHandler
-
- getValue(ObjectNode, Enum<?>, boolean) - Static method in class org.waarp.common.json.JsonHandler
-
- getValue(ObjectNode, Enum<?>, double) - Static method in class org.waarp.common.json.JsonHandler
-
- getValue(ObjectNode, Enum<?>, long) - Static method in class org.waarp.common.json.JsonHandler
-
- getValue(ObjectNode, Enum<?>, int) - Static method in class org.waarp.common.json.JsonHandler
-
- getValue(ObjectNode, Enum<?>, byte[]) - Static method in class org.waarp.common.json.JsonHandler
-
- getValue(K) - Method in class org.waarp.common.lru.AbstractLruCache
-
Tries to retrieve value by it's key.
- getValue() - Method in interface org.waarp.common.lru.InterfaceLruCacheEntry
-
Returns value stored in entry or null if entry is not valid
- getValue() - Method in class org.waarp.common.xml.XmlValue
-
- getValueAsString() - Method in class org.waarp.common.database.data.DbValue
-
- getValues(DbPreparedStatement, DbValue[]) - Method in class org.waarp.common.database.data.AbstractDbData
-
Get several values into DbValue from DbPreparedStatement
- getVersion() - Method in class org.waarp.common.guid.GUID
-
extract version field as a hex char from raw GUID bytes
- getWherePrimaryKey() - Method in class org.waarp.common.database.data.AbstractDbData
-
- getWherePrimaryKey() - Method in class org.waarp.common.database.data.DbDataModel
-
- getWildcardFileFilter(String) - Static method in class org.waarp.common.file.filesystembased.specific.FilesystemBasedCommonsIo
-
- getWriteLimit() - Method in class org.waarp.common.cpu.WaarpConstraintLimitHandler
-
Get the current setting on Write Limit (supposed to be not the value in
the
handler but in the
configuration)
- getX509Certificates() - Method in class org.waarp.common.crypto.ssl.WaarpSecureTrustManagerFactory
-
- getXmlPath() - Method in class org.waarp.common.xml.XmlDecl
-
- getXmlPath() - Method in class org.waarp.common.xml.XmlValue
-
- globalerror - Variable in class org.waarp.common.filemonitor.FileMonitor.FileMonitorInformation
-
- globalerror - Variable in class org.waarp.common.filemonitor.FileMonitor
-
- globalok - Variable in class org.waarp.common.filemonitor.FileMonitor.FileMonitorInformation
-
- globalok - Variable in class org.waarp.common.filemonitor.FileMonitor
-
- GUID - Class in org.waarp.common.guid
-
- GUID(byte[]) - Constructor for class org.waarp.common.guid.GUID
-
Constructor that takes a byte array as this GUID's content
- GUID(String) - Constructor for class org.waarp.common.guid.GUID
-
Build from String key
- GUID() - Constructor for class org.waarp.common.guid.GUID
-
Constructor that generates a new GUID using the current process id,
Platform Id and timestamp with no tenant
- GUID(int, int) - Constructor for class org.waarp.common.guid.GUID
-
Constructor that generates a new GUID using the current process id and
timestamp
- GZIP - Static variable in class org.waarp.common.utility.Base64
-
Specify that data should be gzip-compressed in second bit.
- ignoreAlreadyUsed - Variable in class org.waarp.common.filemonitor.FileMonitor
-
- ignoreLog(Throwable) - Method in class org.waarp.common.logging.SysErrLogger
-
Utility method to log nothing
Used only in classes where WaarpLogger is not allowed
- IllegalFiniteStateException - Exception in org.waarp.common.exception
-
Exception for Finite State Machine support
- IllegalFiniteStateException() - Constructor for exception org.waarp.common.exception.IllegalFiniteStateException
-
- IllegalFiniteStateException(String, Throwable) - Constructor for exception org.waarp.common.exception.IllegalFiniteStateException
-
- IllegalFiniteStateException(String) - Constructor for exception org.waarp.common.exception.IllegalFiniteStateException
-
- IllegalFiniteStateException(Throwable) - Constructor for exception org.waarp.common.exception.IllegalFiniteStateException
-
- ILLEGALVALUE - Static variable in class org.waarp.common.database.DbConstant
-
Illegal value as SpecialId of transfer (any value above is valid)
- incHttpSession() - Static method in class org.waarp.common.database.DbAdmin
-
Increment nb of Http Connection
- indexes - Static variable in class org.waarp.common.database.data.DbDataModel
-
- info(Throwable) - Method in class org.waarp.common.logging.AbstractWaarpLogger
-
- info(String) - Method in class org.waarp.common.logging.WaarpJdkLogger
-
Log a message object at the INFO level.
- info(String, Object) - Method in class org.waarp.common.logging.WaarpJdkLogger
-
Log a message at level INFO according to the specified format and
argument.
- info(String, Object, Object) - Method in class org.waarp.common.logging.WaarpJdkLogger
-
Log a message at the INFO level according to the specified format and
arguments.
- info(String, Object...) - Method in class org.waarp.common.logging.WaarpJdkLogger
-
Log a message at level INFO according to the specified format and
arguments.
- info(String, Throwable) - Method in class org.waarp.common.logging.WaarpJdkLogger
-
Log an exception (throwable) at the INFO level with an accompanying
message.
- info(String) - Method in interface org.waarp.common.logging.WaarpLogger
-
Log a message at the INFO level.
- info(String, Object) - Method in interface org.waarp.common.logging.WaarpLogger
-
Log a message at the INFO level according to the specified format and
argument.
- info(String, Object, Object) - Method in interface org.waarp.common.logging.WaarpLogger
-
Log a message at the INFO level according to the specified format and
arguments.
- info(String, Object...) - Method in interface org.waarp.common.logging.WaarpLogger
-
Log a message at the INFO level according to the specified format and
arguments.
- info(String, Throwable) - Method in interface org.waarp.common.logging.WaarpLogger
-
Log an exception (throwable) at the INFO level with an accompanying
message.
- info(Throwable) - Method in interface org.waarp.common.logging.WaarpLogger
-
Log an exception (throwable) at the INFO level.
- info(String) - Method in class org.waarp.common.logging.WaarpSlf4JLogger
-
- info(String, Object) - Method in class org.waarp.common.logging.WaarpSlf4JLogger
-
- info(String, Object, Object) - Method in class org.waarp.common.logging.WaarpSlf4JLogger
-
- info(String, Object...) - Method in class org.waarp.common.logging.WaarpSlf4JLogger
-
- info(String, Throwable) - Method in class org.waarp.common.logging.WaarpSlf4JLogger
-
- informationMonitorCommand - Variable in class org.waarp.common.filemonitor.FileMonitor.FileMonitorTimerInformationTask
-
- init(DaemonContext) - Method in class org.waarp.common.service.ServiceLauncher
-
- initAfterIdentification() - Method in class org.waarp.common.file.AbstractDir
-
- initAfterIdentification() - Method in interface org.waarp.common.file.DirInterface
-
Init DirInterface after authentication is done
- initEmptyTrustStore() - Method in class org.waarp.common.crypto.ssl.WaarpSecureKeyStore
-
Initialize an empty TrustStore
- initFromList(List<String>) - Method in class org.waarp.common.crypto.DynamicKeyManager
-
- initFromList(List<String>) - Method in class org.waarp.common.crypto.KeyManager
-
Init the Manager from a list of filename Key, the key name is the
basename
minus the extension of the key's
type
- initialize(String, String, String) - Static method in class org.waarp.common.database.ConnectionFactory
-
Initialize the ConnectionFactory
- initialize(String, String, String, String, boolean) - Static method in class org.waarp.common.database.model.DbModelFactory
-
Initialize the Database Model according to arguments.
- initialize() - Method in class org.waarp.common.service.ServiceLauncher
-
Do the work of starting the engine
- initialized - Variable in class org.waarp.common.filemonitor.FileMonitor
-
- initialized() - Method in class org.waarp.common.filemonitor.FileMonitor
-
- initJdkDependent(FilesystemBasedDirJdkAbstract) - Static method in class org.waarp.common.file.filesystembased.FilesystemBasedDirImpl
-
- initKeyStore(String, String, String) - Method in class org.waarp.common.crypto.ssl.WaarpSecureKeyStore
-
Initialize the SecureKeyStore with no TrustStore from file
- initObject() - Method in class org.waarp.common.database.data.AbstractDbData
-
To setup primaryKey, otherFields, allFields.
- initObject() - Method in class org.waarp.common.database.data.DbDataModel
-
- initStatic() - Static method in class org.waarp.common.service.ServiceLauncher
-
- initTrustStore(String, String, boolean) - Method in class org.waarp.common.crypto.ssl.WaarpSecureKeyStore
-
Initialize the TrustStore from a filename and its password
- insert() - Method in class org.waarp.common.database.data.AbstractDbData
-
Insert object into table
- insert() - Method in class org.waarp.common.database.data.DbDataModel
-
- insertAllValues - Static variable in class org.waarp.common.database.data.DbDataModel
-
- IntegerUuid - Class in org.waarp.common.guid
-
UUID Generator (also Global UUID Generator) but limited to 1 Integer (32
bits)
Inspired from com.groupon locality-uuid which used combination of internal
counter value - process id -
and Timestamp. see https://github.com/groupon/locality-uuid.java
But force sequence and take care of errors and improves some performance
issues.
- IntegerUuid() - Constructor for class org.waarp.common.guid.IntegerUuid
-
Constructor that generates a new UUID using the current process id, MAC
address, and timestamp
- IntegerUuid(byte[]) - Constructor for class org.waarp.common.guid.IntegerUuid
-
Constructor that takes a byte array as this UUID's content
- IntegerUuid(int) - Constructor for class org.waarp.common.guid.IntegerUuid
-
- IntegerUuid(String) - Constructor for class org.waarp.common.guid.IntegerUuid
-
- InterfaceLruCache<K,V> - Interface in org.waarp.common.lru
-
LRU cache interface.
- InterfaceLruCacheEntry<V> - Interface in org.waarp.common.lru
-
Cache Entry interface
- internalfuture - Variable in class org.waarp.common.filemonitor.FileMonitor
-
- InvalidArgumentException - Exception in org.waarp.common.exception
-
Argument invalid exception
- InvalidArgumentException(String) - Constructor for exception org.waarp.common.exception.InvalidArgumentException
-
- InvalidArgumentException(String, Throwable) - Constructor for exception org.waarp.common.exception.InvalidArgumentException
-
- invalidCurrentCommand() - Method in interface org.waarp.common.command.CommandInterface
-
Set the previous command as the new current command (used after a
incorrect
sequence of commands or unknown
command).
- isAbsolute(String) - Method in class org.waarp.common.file.AbstractDir
-
- isAdmin() - Method in interface org.waarp.common.file.AuthInterface
-
- isAppend - Variable in class org.waarp.common.file.filesystembased.FilesystemBasedFileImpl
-
Is this file in append mode
- isAutoCommit() - Method in class org.waarp.common.database.DbSession
-
- isBoolean() - Method in enum org.waarp.common.xml.XmlType
-
- isBusinessPathValid(String) - Method in interface org.waarp.common.file.AuthInterface
-
Is the given complete relative Path valid from Authentication/Business
point of view.
- isByte() - Method in enum org.waarp.common.xml.XmlType
-
- isCancelled() - Method in class org.waarp.common.future.WaarpCompletedFuture
-
- isCancelled() - Method in class org.waarp.common.future.WaarpFuture
-
- isCancelled() - Method in interface org.waarp.common.future.WaarpFutureInterface
-
- isCharacter() - Method in enum org.waarp.common.xml.XmlType
-
- isCleared() - Method in class org.waarp.common.file.DataBlock
-
Is this Block cleared
- isCompatible(XmlDecl) - Method in class org.waarp.common.xml.XmlDecl
-
Check if two XmlDecl are compatible
- isCompatibleWithThreadSharedConnexion() - Method in class org.waarp.common.database.DbAdmin
-
- isContained(byte) - Method in enum org.waarp.common.role.RoleDefault.ROLE
-
- isContained(RoleDefault.ROLE) - Method in enum org.waarp.common.role.RoleDefault.ROLE
-
- isContaining(RoleDefault.ROLE) - Method in class org.waarp.common.role.RoleDefault
-
- isDate() - Method in enum org.waarp.common.xml.XmlType
-
- isDbUsed() - Static method in class org.waarp.common.database.DbConstant
-
- isDebugEnabled() - Method in class org.waarp.common.logging.WaarpJdkLogger
-
Is this logger instance enabled for the FINE level?
- isDebugEnabled() - Method in interface org.waarp.common.logging.WaarpLogger
-
Is the logger instance enabled for the DEBUG level?
- isDebugEnabled() - Method in class org.waarp.common.logging.WaarpSlf4JLogger
-
- isDirectory(String) - Method in interface org.waarp.common.file.DirInterface
-
Is the given path a directory and exists
- isDirectory() - Method in interface org.waarp.common.file.FileInterface
-
Is the current FileInterface a directory and exists
- isDirectory(String) - Method in class org.waarp.common.file.filesystembased.FilesystemBasedDirImpl
-
- isDirectory(File) - Static method in class org.waarp.common.file.filesystembased.FilesystemBasedFileImpl
-
Adapt File.isDirectory() to leverage synchronization error with filesystem
- isDirectory() - Method in class org.waarp.common.file.filesystembased.FilesystemBasedFileImpl
-
- isDisActive() - Method in class org.waarp.common.database.DbSession
-
- isDone() - Method in class org.waarp.common.future.WaarpCompletedFuture
-
- isDone() - Method in class org.waarp.common.future.WaarpFuture
-
Returns true
if and only if this future is complete, regardless
of
whether the operation was
successful, failed, or canceled.
- isDone() - Method in interface org.waarp.common.future.WaarpFutureInterface
-
- isDouble() - Method in enum org.waarp.common.xml.XmlType
-
- isEmpty() - Method in class org.waarp.common.lru.AbstractLruCache
-
- isEmpty() - Method in interface org.waarp.common.lru.InterfaceLruCache
-
Checks whether cache is empty.
- isEmpty(String...) - Static method in class org.waarp.common.utility.ParametersChecker
-
Check if any parameter are null or empty and if so, return true
- isEmpty() - Method in class org.waarp.common.xml.XmlHash
-
- isEmpty() - Method in enum org.waarp.common.xml.XmlType
-
- isEmpty() - Method in class org.waarp.common.xml.XmlValue
-
Test if the Value is empty.
- isEnabled(WaarpLogLevel) - Method in class org.waarp.common.logging.AbstractWaarpLogger
-
- isEnabled(WaarpLogLevel) - Method in interface org.waarp.common.logging.WaarpLogger
-
Is the logger instance enabled for the specified level
?
- isEOF() - Method in class org.waarp.common.file.DataBlock
-
- isEOR() - Method in class org.waarp.common.file.DataBlock
-
- isERROR() - Method in class org.waarp.common.file.DataBlock
-
- isErrorEnabled() - Method in class org.waarp.common.logging.WaarpJdkLogger
-
Is this logger instance enabled for level SEVERE?
- isErrorEnabled() - Method in interface org.waarp.common.logging.WaarpLogger
-
Is the logger instance enabled for the ERROR level?
- isErrorEnabled() - Method in class org.waarp.common.logging.WaarpSlf4JLogger
-
- isFailed() - Method in class org.waarp.common.future.WaarpFailedFuture
-
- isFailed() - Method in class org.waarp.common.future.WaarpFuture
-
Returns true
if and only if the operation was completed but
unsuccessfully.
- isFailed() - Method in interface org.waarp.common.future.WaarpFutureInterface
-
- isFailed() - Method in class org.waarp.common.future.WaarpSucceededFuture
-
- isFile(String) - Method in interface org.waarp.common.file.DirInterface
-
Is the given path a file and exists
- isFile() - Method in interface org.waarp.common.file.FileInterface
-
Is the current FileInterface a file and exists
- isFile(String) - Method in class org.waarp.common.file.filesystembased.FilesystemBasedDirImpl
-
- isFile(File) - Static method in class org.waarp.common.file.filesystembased.FilesystemBasedFileImpl
-
Adapt File.isFile() to leverage synchronization error with filesystem
- isFile() - Method in class org.waarp.common.file.filesystembased.FilesystemBasedFileImpl
-
- isFileEncodingCorrect() - Static method in class org.waarp.common.utility.SystemPropertyUtil
-
- isFloat() - Method in enum org.waarp.common.xml.XmlType
-
- isFullTime() - Method in class org.waarp.common.file.filesystembased.FilesystemBasedDirImpl
-
Decide if Full time or partial time as in 'ls' command
- isIdentified() - Method in interface org.waarp.common.file.AuthInterface
-
Is the current Authentication OK for full identification.
- isIdentified - Variable in class org.waarp.common.file.filesystembased.FilesystemBasedAuthImpl
-
Is Identified
- isIdentified() - Method in class org.waarp.common.file.filesystembased.FilesystemBasedAuthImpl
-
Is the current Authentication OK for full identification.
- isIgnoreAlreadyUsed() - Method in class org.waarp.common.filemonitor.FileMonitor
-
- isIgnored(boolean) - Method in class org.waarp.common.filemonitor.FileMonitorCommandRunnableFuture
-
- isInfoEnabled() - Method in class org.waarp.common.logging.WaarpJdkLogger
-
Is this logger instance enabled for the INFO level?
- isInfoEnabled() - Method in interface org.waarp.common.logging.WaarpLogger
-
Is the logger instance enabled for the INFO level?
- isInfoEnabled() - Method in class org.waarp.common.logging.WaarpSlf4JLogger
-
- isInReading() - Method in interface org.waarp.common.file.FileInterface
-
- isInReading() - Method in class org.waarp.common.file.filesystembased.FilesystemBasedFileImpl
-
- isInShutdown() - Static method in class org.waarp.common.utility.WaarpShutdownHook
-
Says if the Process is currently in shutdown
- isInSubdirectory(File, File) - Static method in class org.waarp.common.file.FileUtils
-
Check if the file (directory or file) is in directory dir or in sub
directories of dir
- isInteger() - Method in enum org.waarp.common.xml.XmlType
-
- isInWriting() - Method in interface org.waarp.common.file.FileInterface
-
- isInWriting() - Method in class org.waarp.common.file.filesystembased.FilesystemBasedFileImpl
-
- isJunit() - Static method in class org.waarp.common.utility.WaarpSystemUtil
-
JUnit usage only
- isLong() - Method in enum org.waarp.common.xml.XmlType
-
- isMac() - Static method in class org.waarp.common.utility.SystemPropertyUtil
-
- isMultiple() - Method in class org.waarp.common.xml.XmlDecl
-
- isMultiple() - Method in class org.waarp.common.xml.XmlValue
-
- isNativelyCompatible(Object) - Method in enum org.waarp.common.xml.XmlType
-
- isNextCommandValid(CommandInterface) - Method in interface org.waarp.common.command.CommandInterface
-
This function is called when a new command is received to check if this
new
command is positive according
to the previous command and status.
- isNotEmpty(String...) - Static method in class org.waarp.common.utility.ParametersChecker
-
Check if any parameter are null or empty and if so, return false
- isPathInCurrentDir(String) - Method in class org.waarp.common.file.AbstractDir
-
- isPathInCurrentDir(File) - Method in class org.waarp.common.file.AbstractDir
-
Validate a file according to the current Directory
- isPathInCurrentDir(String) - Method in interface org.waarp.common.file.DirInterface
-
Check if the given path is valid in the sens starting from the current
directory
- isReadOnly() - Method in class org.waarp.common.database.DbAdmin
-
- isReadOnly() - Method in class org.waarp.common.database.DbSession
-
- isReady() - Method in class org.waarp.common.database.DbPreparedStatement
-
- isReady - Variable in class org.waarp.common.file.AbstractFile
-
Is this Document ready to be accessed
- isRESTART() - Method in class org.waarp.common.file.DataBlock
-
- isRestart() - Static method in class org.waarp.common.utility.WaarpShutdownHook
-
- isReuse() - Method in class org.waarp.common.filemonitor.FileMonitorCommandRunnableFuture
-
- isSaved - Variable in class org.waarp.common.database.data.AbstractDbData
-
- isSet() - Method in class org.waarp.common.file.Restart
-
- isShort() - Method in enum org.waarp.common.xml.XmlType
-
- isShutdown() - Method in class org.waarp.common.service.EngineAbstract
-
- isShutdownStarting() - Static method in class org.waarp.common.utility.WaarpShutdownHook
-
- isSolaris() - Static method in class org.waarp.common.utility.SystemPropertyUtil
-
- isStillValid(long) - Method in interface org.waarp.common.lru.InterfaceLruCacheEntry
-
- isStrictlySame(FileMonitor.FileItem) - Method in class org.waarp.common.filemonitor.FileMonitor.FileItem
-
- isString() - Method in enum org.waarp.common.xml.XmlType
-
- isSubXml() - Method in class org.waarp.common.xml.XmlDecl
-
- isSubXml() - Method in class org.waarp.common.xml.XmlValue
-
- isSuccess() - Method in class org.waarp.common.future.WaarpFailedFuture
-
- isSuccess() - Method in class org.waarp.common.future.WaarpFuture
-
Returns true
if and only if the operation was completed
successfully.
- isSuccess() - Method in interface org.waarp.common.future.WaarpFutureInterface
-
- isSuccess() - Method in class org.waarp.common.future.WaarpSucceededFuture
-
- isTimestamp() - Method in enum org.waarp.common.xml.XmlType
-
- isTraceEnabled() - Method in class org.waarp.common.logging.WaarpJdkLogger
-
Is this logger instance enabled for the FINEST level?
- isTraceEnabled() - Method in interface org.waarp.common.logging.WaarpLogger
-
Is the logger instance enabled for the TRACE level?
- isTraceEnabled() - Method in class org.waarp.common.logging.WaarpSlf4JLogger
-
- ISUNIX - Static variable in class org.waarp.common.file.AbstractDir
-
Hack to say Windows or Unix (root like X:\ or /)
- isUnix() - Static method in class org.waarp.common.utility.SystemPropertyUtil
-
- isUnixIBM() - Static method in class org.waarp.common.utility.DetectionUtils
-
Return true
if the JVM is running on IBM UNIX JVM
- isWarnEnabled() - Method in class org.waarp.common.logging.WaarpJdkLogger
-
Is this logger instance enabled for the WARNING level?
- isWarnEnabled() - Method in interface org.waarp.common.logging.WaarpLogger
-
Is the logger instance enabled for the WARN level?
- isWarnEnabled() - Method in class org.waarp.common.logging.WaarpSlf4JLogger
-
- isWindows() - Static method in class org.waarp.common.utility.DetectionUtils
-
Return true
if the JVM is running on Windows
- isWindows() - Static method in class org.waarp.common.utility.SystemPropertyUtil
-
- isXmlValue() - Method in enum org.waarp.common.xml.XmlType
-
- optsMLSx - Variable in class org.waarp.common.file.AbstractDir
-
Opts command for MLSx. (-1) means not supported, 0 supported but not
active, 1 supported and active
- OptsMLSxInterface - Interface in org.waarp.common.file
-
Interface for Option support (mainly inspired for MLSx FTP command)
- oracleConnectionPoolDataSource - Variable in class org.waarp.common.database.model.DbModelOracle
-
- OracleProperties - Class in org.waarp.common.database.properties
-
Oracle Database Model
- OracleProperties() - Constructor for class org.waarp.common.database.properties.OracleProperties
-
- ORDERED - Static variable in class org.waarp.common.utility.Base64
-
- org.waarp.common - package org.waarp.common
-
- org.waarp.common.command - package org.waarp.common.command
-
Global classes that store all informations on implemented commands,
arguments, reply codes.
- org.waarp.common.command.exception - package org.waarp.common.command.exception
-
FTP like Exception related to commands
- org.waarp.common.cpu - package org.waarp.common.cpu
-
Classes implementing CPU Management
- org.waarp.common.crypto - package org.waarp.common.crypto
-
Classes implementing Encryption for Password support or for File Encryption
AES is the best compromise in term of security and efficiency.
- org.waarp.common.crypto.ssl - package org.waarp.common.crypto.ssl
-
Classes implementing SSL support for Netty
To generate the stores for Waarp for instance, you need to create 2 JKS
keyStore.
- org.waarp.common.database - package org.waarp.common.database
-
Classes implementing Database access
- org.waarp.common.database.data - package org.waarp.common.database.data
-
Classes implementing Database Data model
- org.waarp.common.database.exception - package org.waarp.common.database.exception
-
Classes implementing Database Exceptions
- org.waarp.common.database.model - package org.waarp.common.database.model
-
Classes implementing Database Model (H2, Oracle, PostgreSQL, MySQL, MariaDB)
- org.waarp.common.database.properties - package org.waarp.common.database.properties
-
Classes implementing Database Model (H2, Oracle, PostgreSQL, MySQL, MariaDB)
- org.waarp.common.exception - package org.waarp.common.exception
-
Classes implementing internal exceptions
- org.waarp.common.file - package org.waarp.common.file
-
Classes implementing File, Directory, Authentication and Session Interfaces
- org.waarp.common.file.filesystembased - package org.waarp.common.file.filesystembased
-
Classes implementing FileInterface and Directory according to a filesystem
implementation
- org.waarp.common.file.filesystembased.specific - package org.waarp.common.file.filesystembased.specific
-
Classes implementing specificity of JDK or Apache Commons IO related for
Filesystem implementation
- org.waarp.common.filemonitor - package org.waarp.common.filemonitor
-
This package would like to propose a JSE 6 compatible way to scan a directory
for new, deleted and changed
files, in order to allow some functions like pooling a directory before
actions.
- org.waarp.common.future - package org.waarp.common.future
-
Classes implementing Future
- org.waarp.common.guid - package org.waarp.common.guid
-
Classes implementing GUID
- org.waarp.common.json - package org.waarp.common.json
-
JSON support package
- org.waarp.common.logging - package org.waarp.common.logging
-
Classes implementing logging facility
- org.waarp.common.lru - package org.waarp.common.lru
-
Classes implementing LRU Utilities
Based on work from Damian Momot at http://code.google.com/p/simplelrucache/
- org.waarp.common.role - package org.waarp.common.role
-
Package for Role management within Waarp products
- org.waarp.common.service - package org.waarp.common.service
-
Interface for Apache Daemon tool to run as a Service (Windows or Unix) one
program
- org.waarp.common.state - package org.waarp.common.state
-
Classes implementing basic Finite State Machine
- org.waarp.common.tar - package org.waarp.common.tar
-
Classes implementing Tar and Zip facility
- org.waarp.common.transcode - package org.waarp.common.transcode
-
Transcode packet that will help to transcode file from one charset to another
- org.waarp.common.utility - package org.waarp.common.utility
-
Classes implementing Some String and File facility
- org.waarp.common.xml - package org.waarp.common.xml
-
Classes implementing XML facility
- otherFields - Variable in class org.waarp.common.database.data.AbstractDbData
-
- RANDOM - Static variable in class org.waarp.common.utility.StringUtils
-
Random Generator
- read(Document, XmlDecl[]) - Static method in class org.waarp.common.xml.XmlUtil
-
Create the XmlValues from the XmlDevls and the Document
- read(Element, XmlDecl[]) - Static method in class org.waarp.common.xml.XmlUtil
-
Create the XmlValues from the XmlDevls and the reference Element
- readDataBlock() - Method in interface org.waarp.common.file.FileInterface
-
Read a new block for FileInterface
- readDataBlock(byte[]) - Method in interface org.waarp.common.file.FileInterface
-
Read a new block for FileInterface
- readDataBlock() - Method in class org.waarp.common.file.filesystembased.FilesystemBasedFileImpl
-
- readDataBlock(byte[]) - Method in class org.waarp.common.file.filesystembased.FilesystemBasedFileImpl
-
- readDocument(String) - Static method in class org.waarp.common.xml.XmlUtil
-
Read the document from the string
- readFile(String) - Static method in class org.waarp.common.utility.WaarpStringUtils
-
Read file and return "" if an error occurs
- readFileException(String) - Static method in class org.waarp.common.utility.WaarpStringUtils
-
Read a file and return its content in String format
- readResolve() - Method in class org.waarp.common.logging.AbstractWaarpLogger
-
- realClose() - Method in class org.waarp.common.database.DbPreparedStatement
-
Really close the preparedStatement and the resultSet if any
- recreateLongTermPreparedStatements() - Method in class org.waarp.common.database.DbSession
-
Due to a reconnection, recreate all associated long term
PreparedStatements
- recreatePreparedStatement() - Method in class org.waarp.common.database.DbPreparedStatement
-
In case of closing database connection, it is possible to reopen a long
term preparedStatement as it was at
creation.
- refresh() - Static method in class org.waarp.common.utility.SystemPropertyUtil
-
Re-retrieves all system properties so that any post-launch properties
updates are retrieved.
- REGEX_XML_EXTENSION - Static variable in class org.waarp.common.filemonitor.RegexFileFilter
-
- RegexFileFilter - Class in org.waarp.common.filemonitor
-
Example of FileFilter using regex on filename and possible Size
- RegexFileFilter(String) - Constructor for class org.waarp.common.filemonitor.RegexFileFilter
-
- RegexFileFilter(String, long) - Constructor for class org.waarp.common.filemonitor.RegexFileFilter
-
- RegexFileFilter(long) - Constructor for class org.waarp.common.filemonitor.RegexFileFilter
-
- registerMain(Class<?>, String[]) - Static method in class org.waarp.common.utility.WaarpShutdownHook
-
Called to setup main class and args to enable restart
- release() - Method in class org.waarp.common.cpu.WaarpConstraintLimitHandler
-
Release the resources
- release() - Method in class org.waarp.common.state.MachineState
-
Release the Machine State
- release(ByteBuf) - Static method in class org.waarp.common.utility.WaarpNettyUtil
-
Shortcut to release a ByteByf
- releaseCompletely(ByteBuf) - Static method in class org.waarp.common.utility.WaarpNettyUtil
-
Shortcut to release completely a ByteByf
- releaseResources() - Method in interface org.waarp.common.database.model.DbModel
-
Release any internal resources if needed
- releaseResources() - Method in class org.waarp.common.database.model.DbModelAbstract
-
- releaseResources() - Method in class org.waarp.common.database.model.DbModelH2
-
- releaseResources() - Method in class org.waarp.common.database.model.DbModelMariadb
-
- releaseResources() - Method in class org.waarp.common.database.model.DbModelMysql
-
- releaseResources() - Method in class org.waarp.common.database.model.DbModelOracle
-
- releaseResources() - Method in class org.waarp.common.database.model.EmptyDbModel
-
- releaseSavepoint(Savepoint) - Method in class org.waarp.common.database.DbSession
-
Release the savepoint
- reloadStatus() - Method in class org.waarp.common.filemonitor.FileMonitor
-
- remove(K) - Method in interface org.waarp.common.lru.InterfaceLruCache
-
Removes entry from cache (if exists)
- remove(K) - Method in class org.waarp.common.lru.SynchronizedLruCache
-
- remove(String) - Method in class org.waarp.common.xml.XmlHash
-
- removeAssociation(E) - Method in class org.waarp.common.state.MachineState
-
Remove an association from one state to any acceptable following states
- removeConnection(GUID) - Static method in class org.waarp.common.database.DbAdmin
-
Remove a Connection from the list
- removedFileItems - Variable in class org.waarp.common.filemonitor.FileMonitor.FileMonitorInformation
-
- removeDirectory(File) - Method in class org.waarp.common.filemonitor.FileMonitor
-
Add a directory to scan
- removeEldestEntry(Map.Entry<K, V>) - Method in class org.waarp.common.lru.SimpleLRUCache
-
- removeLongTermPreparedStatements() - Method in class org.waarp.common.database.DbSession
-
Remove all Long Term PreparedStatements (closing connection)
- removeLongTermPreparedStatements(DbPreparedStatement) - Method in class org.waarp.common.database.DbSession
-
Remove one Long Term PreparedStatement
- removeShutdownHook() - Static method in class org.waarp.common.utility.WaarpShutdownHook
-
For Server part
- removingSslHandler(ChannelFuture, Channel, boolean) - Static method in class org.waarp.common.crypto.ssl.WaarpSslUtility
-
Remove the SslHandler (if any) cleanly
- renameTo(String) - Method in interface org.waarp.common.file.FileInterface
-
Rename the current FileInterface into a new filename from argument
- renameTo(String) - Method in class org.waarp.common.file.filesystembased.FilesystemBasedFileImpl
-
- replace(StringBuilder, String, String) - Static method in class org.waarp.common.utility.WaarpStringUtils
-
Make a replacement of first "find" string by "replace" string into the
StringBuilder
- replaceAll(StringBuilder, String, String) - Static method in class org.waarp.common.utility.WaarpStringUtils
-
Make replacement of all "find" string by "replace" string into the
StringBuilder
- reply - Variable in class org.waarp.common.command.NextCommandReply
-
Reply to do to the Ftp client
- Reply421Exception - Exception in org.waarp.common.command.exception
-
421 Service not available, closing control connection.
- Reply421Exception(String) - Constructor for exception org.waarp.common.command.exception.Reply421Exception
-
421 Service not available, closing control connection.
- Reply425Exception - Exception in org.waarp.common.command.exception
-
425 Can't open data connection.
- Reply425Exception(String) - Constructor for exception org.waarp.common.command.exception.Reply425Exception
-
425 Can't open data connection.
- Reply426Exception - Exception in org.waarp.common.command.exception
-
426 Connection closed, transfer aborted.
- Reply426Exception(String) - Constructor for exception org.waarp.common.command.exception.Reply426Exception
-
426 Connection closed), transfer aborted.
- Reply450Exception - Exception in org.waarp.common.command.exception
-
450 Requested file action not taken.
- Reply450Exception(String) - Constructor for exception org.waarp.common.command.exception.Reply450Exception
-
450 Requested file action not taken.
- Reply451Exception - Exception in org.waarp.common.command.exception
-
451 Requested action aborted: local error in processing.
- Reply451Exception(String) - Constructor for exception org.waarp.common.command.exception.Reply451Exception
-
451 Requested action aborted: local error in processing.
- Reply452Exception - Exception in org.waarp.common.command.exception
-
452 Requested action not taken.
- Reply452Exception(String) - Constructor for exception org.waarp.common.command.exception.Reply452Exception
-
452 Requested action not taken.
- Reply500Exception - Exception in org.waarp.common.command.exception
-
500 Syntax error, command unrecognized.
- Reply500Exception(String) - Constructor for exception org.waarp.common.command.exception.Reply500Exception
-
500 Syntax error, command unrecognized.
- Reply501Exception - Exception in org.waarp.common.command.exception
-
501 Syntax error in parameters or arguments.
- Reply501Exception(String) - Constructor for exception org.waarp.common.command.exception.Reply501Exception
-
501 Syntax error in parameters or arguments.
- Reply502Exception - Exception in org.waarp.common.command.exception
-
502 Command not implemented.
- Reply502Exception(String) - Constructor for exception org.waarp.common.command.exception.Reply502Exception
-
502 Command not implemented.
- Reply503Exception - Exception in org.waarp.common.command.exception
-
503 Bad sequence of commands.
- Reply503Exception(String) - Constructor for exception org.waarp.common.command.exception.Reply503Exception
-
503 Bad sequence of commands.
- Reply504Exception - Exception in org.waarp.common.command.exception
-
504 Command not implemented for that parameter.
- Reply504Exception(String) - Constructor for exception org.waarp.common.command.exception.Reply504Exception
-
504 Command not implemented for that parameter.
- Reply522Exception - Exception in org.waarp.common.command.exception
-
522 Extended Port Failure - unknown network protocol.
- Reply522Exception(String) - Constructor for exception org.waarp.common.command.exception.Reply522Exception
-
504 Command not implemented for that parameter.
- Reply530Exception - Exception in org.waarp.common.command.exception
-
530 Not logged in.
- Reply530Exception(String) - Constructor for exception org.waarp.common.command.exception.Reply530Exception
-
530 Not logged in.
- Reply534Exception - Exception in org.waarp.common.command.exception
-
534 Request denied for policy reasons.
- Reply534Exception(String) - Constructor for exception org.waarp.common.command.exception.Reply534Exception
-
534 Request denied for policy reasons.
- Reply550Exception - Exception in org.waarp.common.command.exception
-
550 Requested action not taken.
- Reply550Exception(String) - Constructor for exception org.waarp.common.command.exception.Reply550Exception
-
550 Requested action not taken.
- Reply550Exception(String, Throwable) - Constructor for exception org.waarp.common.command.exception.Reply550Exception
-
550 Requested action not taken.
- Reply552Exception - Exception in org.waarp.common.command.exception
-
552 Requested file action aborted.
- Reply552Exception(String) - Constructor for exception org.waarp.common.command.exception.Reply552Exception
-
552 Requested file action aborted.
- Reply553Exception - Exception in org.waarp.common.command.exception
-
553 Requested action not taken.
- Reply553Exception(String) - Constructor for exception org.waarp.common.command.exception.Reply553Exception
-
553 Requested action not taken.
- ReplyCode - Enum in org.waarp.common.command
-
Reply code references by different RFC.
- reset() - Method in class org.waarp.common.future.WaarpCompletedFuture
-
- reset() - Method in class org.waarp.common.future.WaarpFuture
-
Experimental: try to re-enable the future
- reset() - Method in interface org.waarp.common.future.WaarpFutureInterface
-
- resetPoolDataSource(ConnectionPoolDataSource) - Method in class org.waarp.common.database.DbConnectionPool
-
- resetSequence(DbSession, long) - Method in interface org.waarp.common.database.model.DbModel
-
Reset the sequence (example)
- resetSequence(DbSession, long) - Method in class org.waarp.common.database.model.DbModelCommonMariadbMySql
-
- resetSequence(DbSession, long) - Method in class org.waarp.common.database.model.DbModelH2
-
- resetSequence(DbSession, long) - Method in class org.waarp.common.database.model.DbModelMariadb
-
- resetSequence(DbSession, long) - Method in class org.waarp.common.database.model.DbModelOracle
-
- resetSequence(DbSession, long) - Method in class org.waarp.common.database.model.DbModelPostgresql
-
- resetSequence(DbSession, long) - Method in class org.waarp.common.database.model.EmptyDbModel
-
- resetTime(long) - Method in interface org.waarp.common.lru.InterfaceLruCacheEntry
-
Reset the time of overtime
- Restart - Class in org.waarp.common.file
-
Restart object that implements the REST command.
- Restart(SessionInterface) - Constructor for class org.waarp.common.file.Restart
-
Default constructor
- restartMarker(Restart) - Method in class org.waarp.common.file.AbstractFile
-
- restartMarker(Restart) - Method in interface org.waarp.common.file.FileInterface
-
Restart from a Marker for the current FileInterface if any.
- restartMarker(String) - Method in class org.waarp.common.file.Restart
-
Restart from a Marker for the next FileInterface
- results - Variable in class org.waarp.common.filemonitor.FileMonitor
-
- retain(ByteBuf) - Static method in class org.waarp.common.utility.WaarpNettyUtil
-
Retain this ByteBuf
- rethrowIfFailed() - Method in class org.waarp.common.future.WaarpFailedFuture
-
- rethrowIfFailed() - Method in class org.waarp.common.future.WaarpFuture
-
Rethrows the exception that caused this future fail if this future is
complete and failed.
- rethrowIfFailed() - Method in interface org.waarp.common.future.WaarpFutureInterface
-
- rethrowIfFailed() - Method in class org.waarp.common.future.WaarpSucceededFuture
-
- retrieve() - Method in class org.waarp.common.file.AbstractFile
-
- retrieve() - Method in interface org.waarp.common.file.FileInterface
-
Ask to retrieve the current FileInterface.
- RETRYNB - Static variable in class org.waarp.common.database.DbAdmin
-
- rmdir(String) - Method in interface org.waarp.common.file.DirInterface
-
Delete the directory associated with the String as path
- rmdir(String) - Method in class org.waarp.common.file.filesystembased.FilesystemBasedDirImpl
-
- RoleDefault - Class in org.waarp.common.role
-
Role to be used in Waarp projects
- RoleDefault() - Constructor for class org.waarp.common.role.RoleDefault
-
- RoleDefault(RoleDefault.ROLE) - Constructor for class org.waarp.common.role.RoleDefault
-
- RoleDefault.ROLE - Enum in org.waarp.common.role
-
- rollback(Savepoint) - Method in class org.waarp.common.database.DbSession
-
Rollback from the savepoint or the last set if null
- rootFromAuth - Variable in class org.waarp.common.file.filesystembased.FilesystemBasedAuthImpl
-
Relative Path after Authentication
- roots - Static variable in class org.waarp.common.file.AbstractDir
-
Roots for Windows system
- RULES - Static variable in class org.waarp.common.utility.ParametersChecker
-
- run() - Method in class org.waarp.common.cpu.WaarpConstraintLimitHandler
-
Check every delay if the current cpu usage needs to relax or to
constraint the bandwidth
- run(Timeout) - Method in class org.waarp.common.filemonitor.FileMonitor.FileMonitorTimerInformationTask
-
- run(Timeout) - Method in class org.waarp.common.filemonitor.FileMonitor.FileMonitorTimerTask
-
- run() - Method in class org.waarp.common.filemonitor.FileMonitorCommandRunnableFuture
-
- run(FileMonitor.FileItem) - Method in class org.waarp.common.filemonitor.FileMonitorCommandRunnableFuture
-
- run() - Method in class org.waarp.common.utility.FileConvert
-
Use parameters given in instantiation
- run() - Method in class org.waarp.common.utility.WaarpShutdownHook
-
- runtimeGetRuntimeHalt(int) - Static method in class org.waarp.common.utility.WaarpSystemUtil
-
Replacement for Runtime.getRuntime().halt(value)
- saveDocument(String, Document) - Static method in class org.waarp.common.xml.XmlUtil
-
Save the document into the file
- saveDocument(File, Document) - Static method in class org.waarp.common.xml.XmlUtil
-
Save the document into the file
- saveDocument(Writer, Document) - Static method in class org.waarp.common.xml.XmlUtil
-
Save the document into the Writer outWriter
- saveElement(String, Element) - Static method in class org.waarp.common.xml.XmlUtil
-
Save the branch from element into the file
- saveElement(File, Element) - Static method in class org.waarp.common.xml.XmlUtil
-
Save the branch from element into the file
- saveKeyStore(String) - Method in class org.waarp.common.crypto.ssl.WaarpSecureKeyStore
-
Save a KeyStore to a file
- savepoint() - Method in class org.waarp.common.database.DbSession
-
Make a savepoint
- saveSecretKey(File) - Method in class org.waarp.common.crypto.KeyObject
-
Save a Key to a File
- saveStatus() - Method in class org.waarp.common.filemonitor.FileMonitor
-
- saveToFiles() - Method in class org.waarp.common.crypto.DynamicKeyManager
-
- saveToFiles() - Method in class org.waarp.common.crypto.KeyManager
-
- saveTrustStore(String) - Method in class org.waarp.common.crypto.ssl.WaarpSecureKeyStore
-
Save the TrustStore to a file
- scanSubDir - Variable in class org.waarp.common.filemonitor.FileMonitor.FileMonitorInformation
-
- scanSubDir - Variable in class org.waarp.common.filemonitor.FileMonitor
-
- select() - Method in class org.waarp.common.database.data.AbstractDbData
-
Select object from table
- select() - Method in class org.waarp.common.database.data.DbDataModel
-
- select(String) - Method in class org.waarp.common.database.DbRequest
-
Execute a SELECT statement and set of Result.
- select(String, int) - Method in class org.waarp.common.database.DbRequest
-
Execute a SELECT statement and set of Result.
- selectAllFields - Static variable in class org.waarp.common.database.data.DbDataModel
-
- seLevelSpecific(WaarpLogLevel) - Method in class org.waarp.common.logging.WaarpJdkLoggerFactory
-
- seLevelSpecific(WaarpLogLevel) - Method in class org.waarp.common.logging.WaarpLoggerFactory
-
Set the level for the specific implementation
- seLevelSpecific(WaarpLogLevel) - Method in class org.waarp.common.logging.WaarpSlf4JLoggerFactory
-
- SEPARATOR - Static variable in interface org.waarp.common.file.DirInterface
-
FileInterface separator for external
- SEPARATORCHAR - Static variable in interface org.waarp.common.file.DirInterface
-
FileInterface separator for external
- serviceFuture - Variable in class org.waarp.common.utility.WaarpShutdownHook.ShutdownConfiguration
-
- ServiceLauncher - Class in org.waarp.common.service
-
Launch the Engine from a variety of sources, either through a main() or
invoked through Apache Daemon.
- ServiceLauncher() - Constructor for class org.waarp.common.service.ServiceLauncher
-
- session - Variable in class org.waarp.common.file.AbstractDir
-
SessionInterface
- session - Variable in class org.waarp.common.file.filesystembased.FilesystemBasedAuthImpl
-
SessionInterface
- session - Variable in class org.waarp.common.file.filesystembased.FilesystemBasedFileImpl
-
SessionInterface
- SessionInterface - Interface in org.waarp.common.file
-
Interface for SessionInterface
- set(String, String) - Static method in class org.waarp.common.utility.SystemPropertyUtil
-
Set the value of the Java system property with the specified key
to the specified default value.
- set(String, boolean) - Static method in class org.waarp.common.utility.SystemPropertyUtil
-
Set the value of the Java system property with the specified key
to the specified default value.
- set(String, int) - Static method in class org.waarp.common.utility.SystemPropertyUtil
-
Set the value of the Java system property with the specified key
to the specified default value.
- set(String, long) - Static method in class org.waarp.common.utility.SystemPropertyUtil
-
Set the value of the Java system property with the specified key
to the specified default value.
- setAdmin(DbAdmin) - Method in class org.waarp.common.database.DbSession
-
- setArgs(SessionInterface, String, String, Enum) - Method in interface org.waarp.common.command.CommandInterface
-
Set the Command from the args
- setAutoCommit(boolean) - Method in class org.waarp.common.database.DbSession
-
Change the autocommit feature
- setBlock(ByteBuf) - Method in class org.waarp.common.file.DataBlock
-
Set the block and the byte count according to the block
- setBlock(byte[]) - Method in class org.waarp.common.file.DataBlock
-
Set the block and the byte count according to the block
- setBlock(byte[], int) - Method in class org.waarp.common.file.DataBlock
-
Set the block and the byte count
- setBootstrap(Bootstrap, EventLoopGroup, int) - Static method in class org.waarp.common.utility.WaarpNettyUtil
-
Add default configuration for client bootstrap
- setBootstrap(Bootstrap, EventLoopGroup, int, int, boolean) - Static method in class org.waarp.common.utility.WaarpNettyUtil
-
Add default configuration for client bootstrap
- setBusinessPassword(String) - Method in class org.waarp.common.file.filesystembased.FilesystemBasedAuthImpl
-
Set the password according to any implementation and could set the
rootFromAuth.
- setBusinessRootFromAuth() - Method in class org.waarp.common.file.filesystembased.FilesystemBasedAuthImpl
-
- setBusinessUser(String) - Method in class org.waarp.common.file.filesystembased.FilesystemBasedAuthImpl
-
Set the user according to any implementation and could set the
rootFromAuth.
- setByteCount(int) - Method in class org.waarp.common.file.DataBlock
-
- setByteCount(byte, byte) - Method in class org.waarp.common.file.DataBlock
-
- setChannel(Channel) - Method in class org.waarp.common.future.WaarpChannelFuture
-
- setChannelLimit(int) - Method in class org.waarp.common.cpu.WaarpConstraintLimitHandler
-
- setCheckDelay(long) - Method in class org.waarp.common.filemonitor.FileMonitor
-
- setCommandCheckIteration(FileMonitorCommandRunnableFuture) - Method in class org.waarp.common.filemonitor.FileMonitor
-
- setCommandValidFileFactory(FileMonitorCommandFactory, int) - Method in class org.waarp.common.filemonitor.FileMonitor
-
- setConn(Connection) - Method in class org.waarp.common.database.DbSession
-
- setCpuLimit(double) - Method in class org.waarp.common.cpu.WaarpConstraintLimitHandler
-
- setCurrent(E) - Method in class org.waarp.common.state.MachineState
-
Sets the current application state.
- setDefaultAutoCommit(boolean) - Method in interface org.waarp.common.database.WaarpBasicDataSource
-
- setDefaultAutoCommit(boolean) - Method in class org.waarp.common.database.WaarpBasicDataSourceJava6
-
- setDefaultAutoCommit(boolean) - Method in class org.waarp.common.database.WaarpBasicDataSourceJava8
-
- setDefaultFactory(WaarpLoggerFactory) - Static method in class org.waarp.common.logging.WaarpLoggerFactory
-
Changes the default factory.
- setDefaultFactoryIfNotSame(WaarpLoggerFactory) - Static method in class org.waarp.common.logging.WaarpLoggerFactory
-
Changes the default factory if not already the same type, or just change
the level
- setDefaultReadOnly(boolean) - Method in interface org.waarp.common.database.WaarpBasicDataSource
-
- setDefaultReadOnly(boolean) - Method in class org.waarp.common.database.WaarpBasicDataSourceJava6
-
- setDefaultReadOnly(boolean) - Method in class org.waarp.common.database.WaarpBasicDataSourceJava8
-
- setDescriptor(int) - Method in class org.waarp.common.file.DataBlock
-
- setDisActive(boolean) - Method in class org.waarp.common.database.DbSession
-
- setDriverClassName(String) - Method in interface org.waarp.common.database.WaarpBasicDataSource
-
- setDriverClassName(String) - Method in class org.waarp.common.database.WaarpBasicDataSourceJava6
-
- setDriverClassName(String) - Method in class org.waarp.common.database.WaarpBasicDataSourceJava8
-
- setDryCurrent(E) - Method in class org.waarp.common.state.MachineState
-
Sets the current application state, but no exception if not compatible.
- setElapseTime(long) - Method in class org.waarp.common.filemonitor.FileMonitor
-
- setElapseWaarpTime(long) - Method in class org.waarp.common.filemonitor.FileMonitor
-
if set greater than 1000 ms, will be parallel, else will be sequential
after each check and ignoring this
timer
- setEOF(boolean) - Method in class org.waarp.common.file.DataBlock
-
- setEOR(boolean) - Method in class org.waarp.common.file.DataBlock
-
- setERROR(boolean) - Method in class org.waarp.common.file.DataBlock
-
- setExtraNextCommand(Enum) - Method in interface org.waarp.common.command.CommandInterface
-
This function is intend to allow to force USER->PASS->ACCT->CDW for
instance
- setFailure(Throwable) - Method in class org.waarp.common.future.WaarpCompletedFuture
-
- setFailure(Throwable) - Method in class org.waarp.common.future.WaarpFuture
-
Marks this future as a failure and notifies all listeners.
- setFailure(Throwable) - Method in interface org.waarp.common.future.WaarpFutureInterface
-
- setFile(String, boolean) - Method in class org.waarp.common.file.AbstractDir
-
- setFile(String, boolean) - Method in interface org.waarp.common.file.DirInterface
-
Set a path as the current FileInterface
- setFileItem(FileMonitor.FileItem) - Method in class org.waarp.common.filemonitor.FileMonitorCommandRunnableFuture
-
- setFilter(FileFilter) - Method in class org.waarp.common.filemonitor.FileMonitor
-
- setFromArray() - Method in class org.waarp.common.database.data.AbstractDbData
-
Internal function to retrieve data from Array to pull data from database
- setFromArray() - Method in class org.waarp.common.database.data.DbDataModel
-
- setFromJson(ObjectNode, boolean) - Method in class org.waarp.common.database.data.AbstractDbData
-
Set the values from the Json node to the current object (no database
access)
- setFromString(String) - Method in class org.waarp.common.xml.XmlValue
-
Set a value from String
- setHandler(AbstractTrafficShapingHandler) - Method in class org.waarp.common.cpu.WaarpConstraintLimitHandler
-
Set the handler
- setIgnoreAlreadyUsed(boolean) - Method in class org.waarp.common.filemonitor.FileMonitor
-
- setInitialSize(int) - Method in interface org.waarp.common.database.WaarpBasicDataSource
-
- setInitialSize(int) - Method in class org.waarp.common.database.WaarpBasicDataSourceJava6
-
- setInitialSize(int) - Method in class org.waarp.common.database.WaarpBasicDataSourceJava8
-
- setInternalLogLevel(WaarpLogLevel) - Static method in class org.waarp.common.logging.WaarpLoggerFactory
-
- setIsIdentified(boolean) - Method in class org.waarp.common.file.filesystembased.FilesystemBasedAuthImpl
-
Set the Authentication to Identified or Not
- setJunit(boolean) - Static method in class org.waarp.common.utility.WaarpSystemUtil
-
JUnit usage only
- setKey(String, KeyObject) - Method in class org.waarp.common.crypto.KeyManager
-
Add or set a new key associated to the given name
- setKeytoKeyStore(String, Key, Certificate[]) - Method in class org.waarp.common.crypto.ssl.WaarpSecureKeyStore
-
Add a Key and its certificates into the KeyStore based on its alias
- setKeytoTrustStore(String, Certificate) - Method in class org.waarp.common.crypto.ssl.WaarpSecureKeyStore
-
Add a Certificate into the TrustStore based on its alias
- setLevel(WaarpLogLevel) - Method in class org.waarp.common.logging.WaarpJdkLogger
-
- setLevel(WaarpLogLevel) - Method in interface org.waarp.common.logging.WaarpLogger
-
Change the Level
- setLevel(WaarpLogLevel) - Method in class org.waarp.common.logging.WaarpSlf4JLogger
-
- setLocalName(String) - Static method in class org.waarp.common.logging.WaarpLoggerFactory
-
- setLogLevel(WaarpLogLevel) - Static method in class org.waarp.common.logging.WaarpLoggerFactory
-
- setMac(byte[]) - Static method in class org.waarp.common.guid.JvmProcessId
-
Up to the 6 first bytes will be used.
- setMarkers(int[]) - Method in class org.waarp.common.file.DataBlock
-
Set the markers and the byte count
- setMaxActive(int) - Method in interface org.waarp.common.database.WaarpBasicDataSource
-
- setMaxActive(int) - Method in class org.waarp.common.database.WaarpBasicDataSourceJava6
-
- setMaxActive(int) - Method in class org.waarp.common.database.WaarpBasicDataSourceJava8
-
- setMaxConnections(int) - Method in class org.waarp.common.database.ConnectionFactory
-
Mainly for Junit
- setMaxIdle(int) - Method in interface org.waarp.common.database.WaarpBasicDataSource
-
- setMaxIdle(int) - Method in class org.waarp.common.database.WaarpBasicDataSourceJava6
-
- setMaxIdle(int) - Method in class org.waarp.common.database.WaarpBasicDataSourceJava8
-
- setMonitor(FileMonitor) - Method in class org.waarp.common.filemonitor.FileMonitorCommandRunnableFuture
-
- setNewTtl(long) - Method in class org.waarp.common.lru.AbstractLruCache
-
- setNewTtl(long) - Method in interface org.waarp.common.lru.InterfaceLruCache
-
Set a new TTL (for newly set objects only, not changing old values).
- setNextAsFullStatus() - Method in class org.waarp.common.filemonitor.FileMonitor
-
Reset such that next status will be full (not partial)
- setNextDay() - Method in class org.waarp.common.filemonitor.FileMonitor
-
- setObject(Object) - Method in interface org.waarp.common.command.CommandInterface
-
- setOptsCharset(byte) - Method in class org.waarp.common.file.filesystembased.FilesystemBasedOptsMLSxImpl
-
- setOptsCharset(byte) - Method in interface org.waarp.common.file.OptsMLSxInterface
-
- setOptsCreate(byte) - Method in class org.waarp.common.file.filesystembased.FilesystemBasedOptsMLSxImpl
-
- setOptsCreate(byte) - Method in interface org.waarp.common.file.OptsMLSxInterface
-
- setOptsLang(byte) - Method in class org.waarp.common.file.filesystembased.FilesystemBasedOptsMLSxImpl
-
- setOptsLang(byte) - Method in interface org.waarp.common.file.OptsMLSxInterface
-
- setOptsMediaType(byte) - Method in class org.waarp.common.file.filesystembased.FilesystemBasedOptsMLSxImpl
-
- setOptsMediaType(byte) - Method in interface org.waarp.common.file.OptsMLSxInterface
-
- setOptsModify(byte) - Method in class org.waarp.common.file.filesystembased.FilesystemBasedOptsMLSxImpl
-
- setOptsModify(byte) - Method in interface org.waarp.common.file.OptsMLSxInterface
-
- setOptsPerm(byte) - Method in class org.waarp.common.file.filesystembased.FilesystemBasedOptsMLSxImpl
-
- setOptsPerm(byte) - Method in interface org.waarp.common.file.OptsMLSxInterface
-
- setOptsSize(byte) - Method in class org.waarp.common.file.filesystembased.FilesystemBasedOptsMLSxImpl
-
- setOptsSize(byte) - Method in interface org.waarp.common.file.OptsMLSxInterface
-
- setOptsType(byte) - Method in class org.waarp.common.file.filesystembased.FilesystemBasedOptsMLSxImpl
-
- setOptsType(byte) - Method in interface org.waarp.common.file.OptsMLSxInterface
-
- setOptsUnique(byte) - Method in class org.waarp.common.file.filesystembased.FilesystemBasedOptsMLSxImpl
-
- setOptsUnique(byte) - Method in interface org.waarp.common.file.OptsMLSxInterface
-
- setPassword(String) - Method in interface org.waarp.common.database.WaarpBasicDataSource
-
- setPassword(String) - Method in class org.waarp.common.database.WaarpBasicDataSourceJava6
-
- setPassword(String) - Method in class org.waarp.common.database.WaarpBasicDataSourceJava8
-
- setPassword(String) - Method in interface org.waarp.common.file.AuthInterface
-
- setPassword(String) - Method in class org.waarp.common.file.filesystembased.FilesystemBasedAuthImpl
-
- setPosition(long) - Method in interface org.waarp.common.file.FileInterface
-
Change the position in the file.
- setPosition(long) - Method in class org.waarp.common.file.filesystembased.FilesystemBasedFileImpl
-
Change the position in the file.
- setPrimaryKey() - Method in class org.waarp.common.database.data.AbstractDbData
-
Set the primary Key as current value
- setPrimaryKey() - Method in class org.waarp.common.database.data.DbDataModel
-
Set the primary Key as current value
- setReadOnly(boolean) - Method in class org.waarp.common.database.DbSession
-
- setRESTART(boolean) - Method in class org.waarp.common.file.DataBlock
-
- setRestart(boolean) - Static method in class org.waarp.common.utility.WaarpShutdownHook
-
Set the way software should shutdown: with (true) or without restart
(false)
- setRole(RoleDefault.ROLE) - Method in class org.waarp.common.role.RoleDefault
-
- setRoleDefault(RoleDefault) - Method in class org.waarp.common.role.RoleDefault
-
- setRootFromAuth() - Method in class org.waarp.common.file.filesystembased.FilesystemBasedAuthImpl
-
Set the root relative Path from current status of Authentication (should
be
the highest level for the
current authentication).
- setSecretKey(Key) - Method in class org.waarp.common.crypto.KeyObject
-
Set the secretKey
- setSecretKey(byte[]) - Method in class org.waarp.common.crypto.KeyObject
-
Reconstruct a key from an array of bytes
- setSecretKey(File) - Method in class org.waarp.common.crypto.KeyObject
-
Create a Key from a File
- setSeed(long) - Method in class org.waarp.common.utility.ThreadLocalRandom
-
Throws UnsupportedOperationException
.
- setServer(boolean) - Method in class org.waarp.common.cpu.WaarpConstraintLimitHandler
-
To explicitly set this handler as server mode
- setServerBootstrap(ServerBootstrap, EventLoopGroup, EventLoopGroup, int) - Static method in class org.waarp.common.utility.WaarpNettyUtil
-
Add default configuration for server bootstrap
- setServerBootstrap(ServerBootstrap, EventLoopGroup, EventLoopGroup, int, int, boolean) - Static method in class org.waarp.common.utility.WaarpNettyUtil
-
Add default configuration for server bootstrap
- setSession(DbSession) - Method in class org.waarp.common.database.DbAdmin
-
- setSet(boolean) - Method in class org.waarp.common.file.filesystembased.FilesystemBasedRestartImpl
-
- setSet(boolean) - Method in class org.waarp.common.file.Restart
-
- setSet(EnumSet<E>) - Method in class org.waarp.common.state.Transition
-
- setState(E) - Method in class org.waarp.common.state.Transition
-
- setSuccess() - Method in class org.waarp.common.future.WaarpCompletedFuture
-
- setSuccess() - Method in class org.waarp.common.future.WaarpFuture
-
Marks this future as a success and notifies all listeners.
- setSuccess() - Method in interface org.waarp.common.future.WaarpFutureInterface
-
- setThreadName() - Method in class org.waarp.common.filemonitor.FileMonitor
-
- setToArray() - Method in class org.waarp.common.database.data.AbstractDbData
-
Internal function to set to Array used to push data to database
- setToArray() - Method in class org.waarp.common.database.data.DbDataModel
-
- setTrueValue(PreparedStatement, DbValue, int) - Static method in class org.waarp.common.database.data.AbstractDbData
-
Set Value into PreparedStatement
- setUniqueFile() - Method in interface org.waarp.common.file.DirInterface
-
Set a new unique path as the current FileInterface from the current
Directory (STOU)
- setUniqueFile() - Method in class org.waarp.common.file.filesystembased.FilesystemBasedDirImpl
-
- setUrl(String) - Method in interface org.waarp.common.database.WaarpBasicDataSource
-
- setUrl(String) - Method in class org.waarp.common.database.WaarpBasicDataSourceJava6
-
- setUrl(String) - Method in class org.waarp.common.database.WaarpBasicDataSourceJava8
-
- setUser(String) - Method in interface org.waarp.common.file.AuthInterface
-
- setUser(String) - Method in class org.waarp.common.file.filesystembased.FilesystemBasedAuthImpl
-
- setUsername(String) - Method in interface org.waarp.common.database.WaarpBasicDataSource
-
- setUsername(String) - Method in class org.waarp.common.database.WaarpBasicDataSourceJava6
-
- setUsername(String) - Method in class org.waarp.common.database.WaarpBasicDataSourceJava8
-
- setValid(FileMonitor.FileItem) - Method in class org.waarp.common.filemonitor.FileMonitorCommandRunnableFuture
-
- setValidationQuery(String) - Method in interface org.waarp.common.database.WaarpBasicDataSource
-
- setValidationQuery(String) - Method in class org.waarp.common.database.WaarpBasicDataSourceJava6
-
- setValidationQuery(String) - Method in class org.waarp.common.database.WaarpBasicDataSourceJava8
-
- setValue(String) - Method in class org.waarp.common.database.data.DbValue
-
- setValue(boolean) - Method in class org.waarp.common.database.data.DbValue
-
- setValue(byte) - Method in class org.waarp.common.database.data.DbValue
-
- setValue(short) - Method in class org.waarp.common.database.data.DbValue
-
- setValue(int) - Method in class org.waarp.common.database.data.DbValue
-
- setValue(long) - Method in class org.waarp.common.database.data.DbValue
-
- setValue(float) - Method in class org.waarp.common.database.data.DbValue
-
- setValue(double) - Method in class org.waarp.common.database.data.DbValue
-
- setValue(byte[]) - Method in class org.waarp.common.database.data.DbValue
-
- setValue(Date) - Method in class org.waarp.common.database.data.DbValue
-
- setValue(Timestamp) - Method in class org.waarp.common.database.data.DbValue
-
- setValue(Date) - Method in class org.waarp.common.database.data.DbValue
-
- setValue(Reader) - Method in class org.waarp.common.database.data.DbValue
-
- setValue(InputStream) - Method in class org.waarp.common.database.data.DbValue
-
- setValue(Object) - Method in class org.waarp.common.database.data.DbValue
-
- setValue(ObjectNode, String, boolean) - Static method in class org.waarp.common.json.JsonHandler
-
- setValue(ObjectNode, String, double) - Static method in class org.waarp.common.json.JsonHandler
-
- setValue(ObjectNode, String, int) - Static method in class org.waarp.common.json.JsonHandler
-
- setValue(ObjectNode, String, long) - Static method in class org.waarp.common.json.JsonHandler
-
- setValue(ObjectNode, String, String) - Static method in class org.waarp.common.json.JsonHandler
-
- setValue(ObjectNode, String, byte[]) - Static method in class org.waarp.common.json.JsonHandler
-
- setValue(ObjectNode, Enum<?>, boolean) - Static method in class org.waarp.common.json.JsonHandler
-
- setValue(ObjectNode, Enum<?>, double) - Static method in class org.waarp.common.json.JsonHandler
-
- setValue(ObjectNode, Enum<?>, int) - Static method in class org.waarp.common.json.JsonHandler
-
- setValue(ObjectNode, Enum<?>, long) - Static method in class org.waarp.common.json.JsonHandler
-
- setValue(ObjectNode, Enum<?>, String) - Static method in class org.waarp.common.json.JsonHandler
-
- setValue(ObjectNode, Enum<?>, byte[]) - Static method in class org.waarp.common.json.JsonHandler
-
- setValue(Object) - Method in class org.waarp.common.xml.XmlValue
-
- setValueFromString(String) - Method in class org.waarp.common.database.data.DbValue
-
- setValues(DbPreparedStatement, DbValue[]) - Method in class org.waarp.common.database.data.AbstractDbData
-
Set several values to a DbPreparedStatement
- shutdown() - Method in class org.waarp.common.service.EngineAbstract
-
Shutdown the service
- ShutdownConfiguration() - Constructor for class org.waarp.common.utility.WaarpShutdownHook.ShutdownConfiguration
-
- shutdownHook - Static variable in class org.waarp.common.utility.WaarpShutdownHook
-
Thread for ShutdownHook
- shutdownWillStart() - Static method in class org.waarp.common.utility.WaarpShutdownHook
-
To specify that shutdown will soon start
- SIMPLE_DELAY_MS - Static variable in class org.waarp.common.utility.WaarpNettyUtil
-
Used in final operation to wait for extra works
- simpleClassName(Object) - Static method in class org.waarp.common.logging.AbstractWaarpLogger
-
- simpleClassName(Class<?>) - Static method in class org.waarp.common.logging.AbstractWaarpLogger
-
- SimpleLRUCache<K,V> - Class in org.waarp.common.lru
-
Simple LRU Cache
- SimpleLRUCache(int) - Constructor for class org.waarp.common.lru.SimpleLRUCache
-
- singletonInputStream() - Static method in class org.waarp.common.utility.SingletonUtils
-
Immutable empty InputStream
- singletonList() - Static method in class org.waarp.common.utility.SingletonUtils
-
Immutable empty List
- singletonMap() - Static method in class org.waarp.common.utility.SingletonUtils
-
Immutable empty Map
- singletonOutputStream() - Static method in class org.waarp.common.utility.SingletonUtils
-
Immutable void OutputStream.
- singletonSet() - Static method in class org.waarp.common.utility.SingletonUtils
-
Immutable empty Set
- SingletonUtils - Class in org.waarp.common.utility
-
Singleton utility class
- size - Variable in class org.waarp.common.filemonitor.FileMonitor.FileItem
-
- size() - Method in interface org.waarp.common.lru.InterfaceLruCache
-
Returns number of entries stored in cache (including invalid ones)
- size() - Method in class org.waarp.common.lru.SynchronizedLruCache
-
- size() - Method in class org.waarp.common.xml.XmlHash
-
- slice(ByteBuf, int, int) - Static method in class org.waarp.common.utility.WaarpNettyUtil
-
Utility method to return a ByteBuf slice with Write ready.
- SoftReferenceSynchronizedLruCache<K,V> - Class in org.waarp.common.lru
-
Modification of SynchronizedLruCache which uses SoftReference to store values
- SoftReferenceSynchronizedLruCache(int, long, int, float) - Constructor for class org.waarp.common.lru.SoftReferenceSynchronizedLruCache
-
- SoftReferenceSynchronizedLruCache(int, long, int) - Constructor for class org.waarp.common.lru.SoftReferenceSynchronizedLruCache
-
- SoftReferenceSynchronizedLruCache(int, long) - Constructor for class org.waarp.common.lru.SoftReferenceSynchronizedLruCache
-
- specialId - Variable in class org.waarp.common.filemonitor.FileMonitor.FileItem
-
- SSLCLOSE - Static variable in class org.waarp.common.crypto.ssl.WaarpSslUtility
-
Closing channel with SSL close at first step
- start() - Method in class org.waarp.common.filemonitor.FileMonitor
-
- start() - Method in class org.waarp.common.logging.PrintOnlyWarningLogbackStatusListener
-
- start() - Method in class org.waarp.common.service.ServiceLauncher
-
- status - Variable in class org.waarp.common.filemonitor.FileMonitor.FileItem
-
- statusFile - Variable in class org.waarp.common.filemonitor.FileMonitor.FileMonitorInformation
-
- statusFile - Variable in class org.waarp.common.filemonitor.FileMonitor
-
- stop() - Method in class org.waarp.common.filemonitor.FileMonitor
-
- stop() - Method in class org.waarp.common.service.ServiceLauncher
-
- stopCalledCorrectly - Static variable in class org.waarp.common.service.ServiceLauncher
-
- stopFile - Variable in class org.waarp.common.filemonitor.FileMonitor.FileMonitorInformation
-
- stopFile - Variable in class org.waarp.common.filemonitor.FileMonitor
-
- stopLogger(boolean) - Static method in class org.waarp.common.utility.WaarpSystemUtil
-
Stop logger
- stopped - Variable in class org.waarp.common.filemonitor.FileMonitor
-
- store() - Method in class org.waarp.common.file.AbstractFile
-
- store() - Method in interface org.waarp.common.file.FileInterface
-
Ask to store the current FileInterface.
- StringUtils - Class in org.waarp.common.utility
-
String utils
- SynchronizedLruCache<K,V> - Class in org.waarp.common.lru
-
Threadsafe synchronized implementation of LruCache based on LinkedHashMap.
- SynchronizedLruCache(int, long, int, float) - Constructor for class org.waarp.common.lru.SynchronizedLruCache
-
Creates new SynchronizedLruCache
- SynchronizedLruCache(int, long, int) - Constructor for class org.waarp.common.lru.SynchronizedLruCache
-
Creates new SynchronizedLruCache with DEFAULT_LOAD_FACTOR
- SynchronizedLruCache(int, long) - Constructor for class org.waarp.common.lru.SynchronizedLruCache
-
Creates new SynchronizedLruCache with DEFAULT_LOAD_FACTOR and
DEFAULT_INITIAL_CAPACITY
- syserr(Object) - Method in class org.waarp.common.logging.SysErrLogger
-
Utility method to log through System.err
Used only in classes where WaarpLogger is not allowed
- syserr() - Method in class org.waarp.common.logging.SysErrLogger
-
Utility method to log through System.err the current Stacktrace
Used only in classes where WaarpLogger is not allowed
- syserr(String, Throwable) - Method in class org.waarp.common.logging.SysErrLogger
-
Utility method to log through System.err the current Stacktrace
Used only in classes where WaarpLogger is not allowed
- syserr(Throwable) - Method in class org.waarp.common.logging.SysErrLogger
-
Utility method to log through System.err the current Stacktrace
Used only in classes where WaarpLogger is not allowed
- SysErrLogger - Class in org.waarp.common.logging
-
Utility class to be used only in classes where WaarpLogger is not allowed
- syserrNoLn(Object) - Method in class org.waarp.common.logging.SysErrLogger
-
Utility method to log through System.err
Used only in classes where WaarpLogger is not allowed
- sysout() - Method in class org.waarp.common.logging.SysErrLogger
-
Utility method to log through System.out
Used only in classes where WaarpLogger is not allowed
- sysout(Object) - Method in class org.waarp.common.logging.SysErrLogger
-
Utility method to log through System.out
Used only in classes where WaarpLogger is not allowed
- sysoutFormat(String, Object...) - Method in class org.waarp.common.logging.SysErrLogger
-
Utility method to log through System.out
- systemExit(int) - Static method in class org.waarp.common.utility.WaarpSystemUtil
-
System.exit(value)
- SystemPropertyUtil - Class in org.waarp.common.utility
-
A collection of utility methods to retrieve and parse the values of the Java
system properties.
- SystemPropertyUtil.Platform - Enum in org.waarp.common.utility
-
Inspired from http://commons.apache.org/lang/api-2.4/org/apache/commons/lang/
SystemUtils.html
- validateLength(byte[]...) - Static method in class org.waarp.common.database.data.AbstractDbData
-
Validate Byte array max length
- validateLength(int, String...) - Static method in class org.waarp.common.database.data.AbstractDbData
-
Validate String max length
- validatePath(String) - Method in class org.waarp.common.file.AbstractDir
-
- validatePath(File) - Method in class org.waarp.common.file.AbstractDir
-
Same as validatePath but from a FileInterface
- validatePath(String) - Method in interface org.waarp.common.file.DirInterface
-
Construct and Check if the given path is valid from business point of
view
(see
AuthInterface
)
- validConnection() - Method in class org.waarp.common.database.DbAdmin
-
Validate connection
- validConnection(DbSession) - Method in interface org.waarp.common.database.model.DbModel
-
Validate connection
- validConnection(DbSession) - Method in class org.waarp.common.database.model.DbModelAbstract
-
- validConnection(DbSession) - Method in class org.waarp.common.database.model.EmptyDbModel
-
- validConnectionSelect(DbSession) - Method in class org.waarp.common.database.model.DbModelAbstract
-
- validConnectionString() - Method in class org.waarp.common.database.model.DbModelAbstract
-
- validConnectionString() - Method in class org.waarp.common.database.model.DbModelCommonMariadbMySql
-
- validConnectionString() - Method in class org.waarp.common.database.model.DbModelH2
-
- validConnectionString() - Method in class org.waarp.common.database.model.DbModelOracle
-
- validConnectionString() - Method in class org.waarp.common.database.model.DbModelPostgresql
-
- VALIDTESTDURATION - Static variable in class org.waarp.common.database.DbConstant
-
How long to wait in second for a validation of connection (isValid(time))
- valueOf(String) - Static method in enum org.waarp.common.command.ReplyCode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.waarp.common.crypto.DynamicKeyObject.INSTANCES
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.waarp.common.crypto.DynamicKeyObject.INSTANCESMAX
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.waarp.common.database.data.AbstractDbData.UpdatedInfo
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.waarp.common.database.data.DbDataModel.Columns
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.waarp.common.database.model.DbModelCommonMariadbMySql.DBType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.waarp.common.database.model.DbModelH2.DBType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.waarp.common.database.model.DbModelOracle.DBType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.waarp.common.database.model.DbModelPostgresql.DBType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.waarp.common.database.model.DbType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.waarp.common.filemonitor.FileMonitor.Status
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.waarp.common.logging.WaarpLogLevel
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.waarp.common.role.RoleDefault.ROLE
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.waarp.common.utility.SystemPropertyUtil.Platform
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.waarp.common.xml.XmlType
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.waarp.common.command.ReplyCode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.waarp.common.crypto.DynamicKeyObject.INSTANCES
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.waarp.common.crypto.DynamicKeyObject.INSTANCESMAX
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.waarp.common.database.data.AbstractDbData.UpdatedInfo
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.waarp.common.database.data.DbDataModel.Columns
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.waarp.common.database.model.DbModelCommonMariadbMySql.DBType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.waarp.common.database.model.DbModelH2.DBType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.waarp.common.database.model.DbModelOracle.DBType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.waarp.common.database.model.DbModelPostgresql.DBType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.waarp.common.database.model.DbType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.waarp.common.filemonitor.FileMonitor.Status
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.waarp.common.logging.WaarpLogLevel
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Method in interface org.waarp.common.lru.InterfaceLruCache
-
- values() - Method in class org.waarp.common.lru.SynchronizedLruCache
-
- values() - Static method in enum org.waarp.common.role.RoleDefault.ROLE
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.waarp.common.utility.SystemPropertyUtil.Platform
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.waarp.common.xml.XmlType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- Version - Class in org.waarp.common.utility
-
- Version() - Constructor for class org.waarp.common.utility.Version
-
- version() - Static method in class org.waarp.common.utility.Version
-
- WAARP_DATABASE_CONNECTION_MAX - Static variable in class org.waarp.common.utility.SystemPropertyUtil
-
Maximum Connections to the Database.
- WaarpBasicDataSource - Interface in org.waarp.common.database
-
- WaarpBasicDataSourceJava6 - Class in org.waarp.common.database
-
- WaarpBasicDataSourceJava6() - Constructor for class org.waarp.common.database.WaarpBasicDataSourceJava6
-
- WaarpBasicDataSourceJava8 - Class in org.waarp.common.database
-
- WaarpBasicDataSourceJava8() - Constructor for class org.waarp.common.database.WaarpBasicDataSourceJava8
-
- WaarpChannelFuture - Class in org.waarp.common.future
-
Future that hold a channel as result
- WaarpChannelFuture() - Constructor for class org.waarp.common.future.WaarpChannelFuture
-
- WaarpChannelFuture(boolean) - Constructor for class org.waarp.common.future.WaarpChannelFuture
-
- WaarpCompletedFuture - Class in org.waarp.common.future
-
Future completed
- WaarpCompletedFuture() - Constructor for class org.waarp.common.future.WaarpCompletedFuture
-
- WaarpConstraintLimitHandler - Class in org.waarp.common.cpu
-
Abstract class for Constraint Limit Handler for Waarp project
- WaarpConstraintLimitHandler() - Constructor for class org.waarp.common.cpu.WaarpConstraintLimitHandler
-
Empty constructor
- WaarpConstraintLimitHandler(long, long, boolean, double, double, double, AbstractTrafficShapingHandler, long, long) - Constructor for class org.waarp.common.cpu.WaarpConstraintLimitHandler
-
This constructor enables only throttling bandwidth with cpu usage
- WaarpConstraintLimitHandler(long, long, boolean, boolean, double, int) - Constructor for class org.waarp.common.cpu.WaarpConstraintLimitHandler
-
This constructor enables only Connection check ability
- WaarpConstraintLimitHandler(long, long, boolean, boolean, double, int, double, double, double, AbstractTrafficShapingHandler, long, long) - Constructor for class org.waarp.common.cpu.WaarpConstraintLimitHandler
-
This constructor enables both Connection check ability and throttling
bandwidth with cpu usage
- WaarpDatabaseException - Exception in org.waarp.common.database.exception
-
Database exception
- WaarpDatabaseException() - Constructor for exception org.waarp.common.database.exception.WaarpDatabaseException
-
- WaarpDatabaseException(String, Throwable) - Constructor for exception org.waarp.common.database.exception.WaarpDatabaseException
-
- WaarpDatabaseException(String) - Constructor for exception org.waarp.common.database.exception.WaarpDatabaseException
-
- WaarpDatabaseException(Throwable) - Constructor for exception org.waarp.common.database.exception.WaarpDatabaseException
-
- WaarpDatabaseNoConnectionException - Exception in org.waarp.common.database.exception
-
Database No connection error
- WaarpDatabaseNoConnectionException() - Constructor for exception org.waarp.common.database.exception.WaarpDatabaseNoConnectionException
-
- WaarpDatabaseNoConnectionException(String, Throwable) - Constructor for exception org.waarp.common.database.exception.WaarpDatabaseNoConnectionException
-
- WaarpDatabaseNoConnectionException(String) - Constructor for exception org.waarp.common.database.exception.WaarpDatabaseNoConnectionException
-
- WaarpDatabaseNoConnectionException(Throwable) - Constructor for exception org.waarp.common.database.exception.WaarpDatabaseNoConnectionException
-
- WaarpDatabaseNoDataException - Exception in org.waarp.common.database.exception
-
Database no data exception
- WaarpDatabaseNoDataException() - Constructor for exception org.waarp.common.database.exception.WaarpDatabaseNoDataException
-
- WaarpDatabaseNoDataException(String, Throwable) - Constructor for exception org.waarp.common.database.exception.WaarpDatabaseNoDataException
-
- WaarpDatabaseNoDataException(String) - Constructor for exception org.waarp.common.database.exception.WaarpDatabaseNoDataException
-
- WaarpDatabaseNoDataException(Throwable) - Constructor for exception org.waarp.common.database.exception.WaarpDatabaseNoDataException
-
- WaarpDatabaseSqlException - Exception in org.waarp.common.database.exception
-
Database Sql Error
- WaarpDatabaseSqlException() - Constructor for exception org.waarp.common.database.exception.WaarpDatabaseSqlException
-
- WaarpDatabaseSqlException(String, Throwable) - Constructor for exception org.waarp.common.database.exception.WaarpDatabaseSqlException
-
- WaarpDatabaseSqlException(String) - Constructor for exception org.waarp.common.database.exception.WaarpDatabaseSqlException
-
- WaarpDatabaseSqlException(Throwable) - Constructor for exception org.waarp.common.database.exception.WaarpDatabaseSqlException
-
- WaarpFailedFuture - Class in org.waarp.common.future
-
Future in failure
- WaarpFailedFuture(Throwable) - Constructor for class org.waarp.common.future.WaarpFailedFuture
-
Creates a new instance.
- WaarpFuture - Class in org.waarp.common.future
-
Ftp Future operation
Completely inspired from the excellent ChannelFuture of Netty, but without
any channel inside.
- WaarpFuture() - Constructor for class org.waarp.common.future.WaarpFuture
-
Creates a new instance.
- WaarpFuture(boolean) - Constructor for class org.waarp.common.future.WaarpFuture
-
Creates a new instance.
- WaarpFutureInterface - Interface in org.waarp.common.future
-
- WaarpJdkLogger - Class in org.waarp.common.logging
-
- WaarpJdkLoggerFactory - Class in org.waarp.common.logging
-
- WaarpJdkLoggerFactory(WaarpLogLevel) - Constructor for class org.waarp.common.logging.WaarpJdkLoggerFactory
-
- WaarpLock - Class in org.waarp.common.future
-
ReentrantLock with a timeout in locking without exception and no exception on
unlock if the thread is not
locking it.
- WaarpLock() - Constructor for class org.waarp.common.future.WaarpLock
-
- WaarpLock(boolean) - Constructor for class org.waarp.common.future.WaarpLock
-
- WaarpLogger - Interface in org.waarp.common.logging
-
Internal-use-only logger used by Waarp.
- WaarpLoggerFactory - Class in org.waarp.common.logging
-
Creates an
WaarpLogger
or changes the default factory
implementation.
- WaarpLoggerFactory(WaarpLogLevel) - Constructor for class org.waarp.common.logging.WaarpLoggerFactory
-
- WaarpLogLevel - Enum in org.waarp.common.logging
-
- WaarpNettyUtil - Class in org.waarp.common.utility
-
Utility class for Netty usage
- WaarpSecureKeyStore - Class in org.waarp.common.crypto.ssl
-
SecureKeyStore for SLL
- WaarpSecureKeyStore(String, String) - Constructor for class org.waarp.common.crypto.ssl.WaarpSecureKeyStore
-
Initialize empty KeyStore.
- WaarpSecureKeyStore(String, String, String) - Constructor for class org.waarp.common.crypto.ssl.WaarpSecureKeyStore
-
Initialize the SecureKeyStore with no TrustStore from file
- WaarpSecureKeyStore(String, String, String, String, String, boolean) - Constructor for class org.waarp.common.crypto.ssl.WaarpSecureKeyStore
-
Initialize the SecureKeyStore and TrustStore from files
- WaarpSecureTrustManagerFactory - Class in org.waarp.common.crypto.ssl
-
A SecureTrustManagerFactory
- WaarpSecureTrustManagerFactory() - Constructor for class org.waarp.common.crypto.ssl.WaarpSecureTrustManagerFactory
-
Accept all connections
- WaarpSecureTrustManagerFactory(TrustManagerFactory, boolean) - Constructor for class org.waarp.common.crypto.ssl.WaarpSecureTrustManagerFactory
-
- WaarpShutdownHook - Class in org.waarp.common.utility
-
- WaarpShutdownHook(WaarpShutdownHook.ShutdownConfiguration) - Constructor for class org.waarp.common.utility.WaarpShutdownHook
-
- WaarpShutdownHook.ShutdownConfiguration - Class in org.waarp.common.utility
-
Class for argument of creation of WaarpShutdownHook
- WaarpSlf4JLogger - Class in org.waarp.common.logging
-
logger using SLF4J from LOGBACK
- WaarpSlf4JLogger(Logger) - Constructor for class org.waarp.common.logging.WaarpSlf4JLogger
-
- WaarpSlf4JLoggerFactory - Class in org.waarp.common.logging
-
logger factory using SLF4J from LOGBACK
- WaarpSlf4JLoggerFactory(WaarpLogLevel) - Constructor for class org.waarp.common.logging.WaarpSlf4JLoggerFactory
-
- WaarpSslContextFactory - Class in org.waarp.common.crypto.ssl
-
SSL ContextFactory for Netty.
- WaarpSslContextFactory(WaarpSecureKeyStore) - Constructor for class org.waarp.common.crypto.ssl.WaarpSslContextFactory
-
Create both CONTEXT
- WaarpSslContextFactory(WaarpSecureKeyStore, List<String>, String...) - Constructor for class org.waarp.common.crypto.ssl.WaarpSslContextFactory
-
Create both CONTEXT with ciphers and/or protocols
- WaarpSslContextFactory(WaarpSecureKeyStore, boolean) - Constructor for class org.waarp.common.crypto.ssl.WaarpSslContextFactory
-
Create only one of the CONTEXT
- WaarpSslContextFactory(WaarpSecureKeyStore, boolean, List<String>, String...) - Constructor for class org.waarp.common.crypto.ssl.WaarpSslContextFactory
-
Create only one of the CONTEXT with ciphers and/or protocols
- WaarpSslUtility - Class in org.waarp.common.crypto.ssl
-
Utilities for SSL support
- WaarpStringUtils - Class in org.waarp.common.utility
-
Various utilities for reading files, transforming dates, ...
- WaarpSucceededFuture - Class in org.waarp.common.future
-
Future in success
- WaarpSucceededFuture() - Constructor for class org.waarp.common.future.WaarpSucceededFuture
-
- WaarpSystemUtil - Class in org.waarp.common.utility
-
- WaarpThreadFactory - Class in org.waarp.common.utility
-
Thread Factory that build named threads, by default daemon threads.
- WaarpThreadFactory(String) - Constructor for class org.waarp.common.utility.WaarpThreadFactory
-
Default is Daemon thread
- WaarpThreadFactory(String, boolean) - Constructor for class org.waarp.common.utility.WaarpThreadFactory
-
- WaarpX509TrustManager - Class in org.waarp.common.crypto.ssl
-
Waarp X509 Trust Manager implementation
- WaarpX509TrustManager() - Constructor for class org.waarp.common.crypto.ssl.WaarpX509TrustManager
-
Create an "always-valid" X509TrustManager
- WaarpX509TrustManager(TrustManagerFactory) - Constructor for class org.waarp.common.crypto.ssl.WaarpX509TrustManager
-
Create a "default" X509TrustManager
- waitforChannelReady(ChannelFuture) - Static method in class org.waarp.common.crypto.ssl.WaarpSslUtility
-
Waiting for the channel to be opened and ready (Client side) (blocking
call)
- waitForClosingSslChannel(Channel, long) - Static method in class org.waarp.common.crypto.ssl.WaarpSslUtility
-
Wait for the channel with SSL to be closed
- waitForHandshake(Channel) - Static method in class org.waarp.common.crypto.ssl.WaarpSslUtility
-
Wait for the handshake on the given channel (better to use addSslHandler
when handler is added after
channel is active)
- WAITFORNETOP - Static variable in class org.waarp.common.database.DbAdmin
-
- waitForStopFile() - Method in class org.waarp.common.filemonitor.FileMonitor
-
Wait until the Stop file is created
- waitShutdown() - Method in class org.waarp.common.service.EngineAbstract
-
Return when the service is shutdown
- warn(Throwable) - Method in class org.waarp.common.logging.AbstractWaarpLogger
-
- warn(String) - Method in class org.waarp.common.logging.WaarpJdkLogger
-
Log a message object at the WARNING level.
- warn(String, Object) - Method in class org.waarp.common.logging.WaarpJdkLogger
-
Log a message at the WARNING level according to the specified format and
argument.
- warn(String, Object, Object) - Method in class org.waarp.common.logging.WaarpJdkLogger
-
Log a message at the WARNING level according to the specified format and
arguments.
- warn(String, Object...) - Method in class org.waarp.common.logging.WaarpJdkLogger
-
Log a message at level WARNING according to the specified format and
arguments.
- warn(String, Throwable) - Method in class org.waarp.common.logging.WaarpJdkLogger
-
Log an exception (throwable) at the WARNING level with an accompanying
message.
- warn(String) - Method in interface org.waarp.common.logging.WaarpLogger
-
Log a message at the WARN level.
- warn(String, Object) - Method in interface org.waarp.common.logging.WaarpLogger
-
Log a message at the WARN level according to the specified format and
argument.
- warn(String, Object...) - Method in interface org.waarp.common.logging.WaarpLogger
-
Log a message at the WARN level according to the specified format and
arguments.
- warn(String, Object, Object) - Method in interface org.waarp.common.logging.WaarpLogger
-
Log a message at the WARN level according to the specified format and
arguments.
- warn(String, Throwable) - Method in interface org.waarp.common.logging.WaarpLogger
-
Log an exception (throwable) at the WARN level with an accompanying
message.
- warn(Throwable) - Method in interface org.waarp.common.logging.WaarpLogger
-
Log an exception (throwable) at the WARN level.
- warn(String) - Method in class org.waarp.common.logging.WaarpSlf4JLogger
-
- warn(String, Object) - Method in class org.waarp.common.logging.WaarpSlf4JLogger
-
- warn(String, Object...) - Method in class org.waarp.common.logging.WaarpSlf4JLogger
-
- warn(String, Object, Object) - Method in class org.waarp.common.logging.WaarpSlf4JLogger
-
- warn(String, Throwable) - Method in class org.waarp.common.logging.WaarpSlf4JLogger
-
- wildcardFiles(String) - Method in class org.waarp.common.file.AbstractDir
-
Finds all files matching a wildcard expression (based on '?'
- wildcardFiles(String) - Method in class org.waarp.common.file.filesystembased.FilesystemBasedDirImpl
-
Finds all files matching a wildcard expression (based on '?'
- windowsStart() - Method in class org.waarp.common.service.ServiceLauncher
-
Internal command
- windowsStop() - Method in class org.waarp.common.service.ServiceLauncher
-
Internal command
- wrappedBuffer(byte[]...) - Static method in class org.waarp.common.utility.WaarpNettyUtil
-
Use the best approach
- write(Document, XmlValue[]) - Static method in class org.waarp.common.xml.XmlUtil
-
Add all nodes from XmlValues into Document
- write(Element, XmlValue[]) - Static method in class org.waarp.common.xml.XmlUtil
-
Add all nodes from XmlValues from the referenced Element
- writeAsFile(Object, File) - Static method in class org.waarp.common.json.JsonHandler
-
- writeAsString(Object) - Static method in class org.waarp.common.json.JsonHandler
-
- writeAsStringEscaped(Object) - Static method in class org.waarp.common.json.JsonHandler
-
- writeDataBlock(DataBlock) - Method in interface org.waarp.common.file.FileInterface
-
Function called by the DataNetworkHandler when it receives one DataBlock
(Store like command)
- writeDataBlock(DataBlock) - Method in class org.waarp.common.file.filesystembased.FilesystemBasedFileImpl
-
- writeToString(Document) - Static method in class org.waarp.common.xml.XmlUtil
-
- writeToString(Element) - Static method in class org.waarp.common.xml.XmlUtil
-
- writeXML(String, String, Document) - Static method in class org.waarp.common.xml.XmlUtil
-
Write the given XML document to filename using the encoding