Package | Description |
---|---|
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.logging |
Classes implementing logging facility
|
org.waarp.common.service |
Interface for Apache Daemon tool to run as a Service (Windows or Unix) one
program
|
org.waarp.openr66.client |
Classes implementing Clients
|
org.waarp.openr66.protocol.networkhandler |
Classes implementing Network Handler (multiplexing local handlers)
|
org.waarp.openr66.protocol.utils |
Classes implementing Utilities
|
org.waarp.openr66.r66gui |
Adaptation to Administrator
|
Modifier and Type | Field and Description |
---|---|
protected static WaarpLogger |
FileMonitor.logger
Internal Logger
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractWaarpLogger
A skeletal implementation of
WaarpLogger . |
class |
WaarpJdkLogger
java.util.logging
logger.
|
class |
WaarpSlf4JLogger
logger using SLF4J from LOGBACK
|
Modifier and Type | Method and Description |
---|---|
static WaarpLogger |
WaarpLoggerFactory.getInstance(Class<?> clazz)
Creates a new logger instance with the name of the specified class.
|
static WaarpLogger |
WaarpLoggerFactory.getInstance(String name)
Creates a new logger instance with the specified name.
|
static WaarpLogger |
WaarpLoggerFactory.getLogger(Class<?> clazz)
Creates a new logger instance with the name of the specified class.
|
static WaarpLogger |
WaarpLoggerFactory.getLogger(String name)
Creates a new logger instance with the specified name.
|
WaarpLogger |
WaarpJdkLoggerFactory.newInstance(String name) |
protected abstract WaarpLogger |
WaarpLoggerFactory.newInstance(String name)
Creates a new logger instance with the specified name.
|
WaarpLogger |
WaarpSlf4JLoggerFactory.newInstance(String name) |
Modifier and Type | Field and Description |
---|---|
protected static WaarpLogger |
ServiceLauncher.logger
Internal Logger
|
Modifier and Type | Field and Description |
---|---|
protected static WaarpLogger |
AbstractBusinessRequest.logger
Internal Logger
|
protected static WaarpLogger |
SpooledDirectoryTransfer.logger
Internal Logger
|
protected static WaarpLogger |
AbstractTransfer.logger
Internal Logger
|
Modifier and Type | Field and Description |
---|---|
protected static WaarpLogger |
NetworkChannelReference.logger
Internal Logger
|
Modifier and Type | Method and Description |
---|---|
static R66File |
FileUtils.getFile(WaarpLogger logger,
R66Session session,
String filenameSrc,
boolean isPreStart,
boolean isSender,
boolean isThrough,
R66File file)
Change or create the R66File associated with the context
|
Modifier and Type | Field and Description |
---|---|
protected static WaarpLogger |
R66Environment.logger
Internal Logger
|
Copyright © 2009–2020 Waarp. All rights reserved.