Package | Description |
---|---|
tap.log | |
uws | |
uws.job | |
uws.job.manager | |
uws.service | |
uws.service.actions | |
uws.service.backup | |
uws.service.error | |
uws.service.log |
Modifier and Type | Interface and Description |
---|---|
interface |
TAPLog
Let log any kind of message about a TAP service.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultTAPLog
Default implementation of the
TAPLog interface which lets logging any message about a TAP service. |
class |
Slf4jTAPLog
|
Modifier and Type | Method and Description |
---|---|
static UWSLog |
UWSToolBox.getDefaultLogger()
Gets the default
UWSLog instance. |
Modifier and Type | Method and Description |
---|---|
UWSLog |
JobList.getLogger()
Gets the logger of its UWS, or a default one if the UWS is unknown.
|
UWSLog |
UWSJob.getLogger()
Gets the logger of its UWS or a default one if the job list or the UWS
is unknown.
|
Modifier and Type | Field and Description |
---|---|
protected UWSLog |
AbstractQueuedExecutionManager.logger |
protected UWSLog |
DefaultExecutionManager.logger |
Constructor and Description |
---|
AbstractQueuedExecutionManager(UWSLog logger)
Builds an execution manager without queue.
|
DefaultExecutionManager(UWSLog logger) |
QueuedExecutionManager(UWSLog logger)
Builds an execution manager without queue.
|
QueuedExecutionManager(UWSLog logger,
int maxRunningJobs)
Builds an execution manager with a queue.
|
Modifier and Type | Field and Description |
---|---|
protected UWSLog |
UWSServlet.logger
Lets logging info/debug/warnings/errors about this UWS.
|
protected UWSLog |
UWSService.logger
Lets logging info/debug/warnings/errors about this UWS.
|
Modifier and Type | Method and Description |
---|---|
UWSLog |
UWSServlet.getLogger() |
UWSLog |
UWSService.getLogger() |
UWSLog |
UWS.getLogger()
Gets the logger of this UWS.
|
Constructor and Description |
---|
UWSService(UWSFactory jobFactory,
UWSFileManager fileManager,
UWSLog logger)
Builds a UWS (the base URI will be extracted at the first request directly from the request itself).
|
UWSService(UWSFactory jobFactory,
UWSFileManager fileManager,
UWSLog logger,
java.lang.String baseURI)
Builds a UWS with its base UWS URI.
|
UWSService(UWSFactory jobFactory,
UWSFileManager fileManager,
UWSLog logger,
UWSUrl urlInterpreter)
Builds a UWS with the given UWS URL interpreter.
|
Modifier and Type | Method and Description |
---|---|
UWSLog |
UWSAction.getLogger()
Get the logger associated with this UWS service.
|
Modifier and Type | Method and Description |
---|---|
UWSLog |
DefaultUWSBackupManager.getLogger()
Gets the logger of its UWS, or the default one if it is unknown.
|
Constructor and Description |
---|
JSONArrayReader(org.json.JSONTokener input,
UWSLog log) |
JSONObjectReader(org.json.JSONTokener input,
UWSLog log) |
Modifier and Type | Field and Description |
---|---|
protected UWSLog |
DefaultUWSErrorWriter.logger
Logger to use when grave error must be logged or if a JSON error occurs.
|
Constructor and Description |
---|
DefaultUWSErrorWriter(UWSLog logger)
Build an error writer which will log any error in response of an HTTP request.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultUWSLog
Default implementation of
UWSLog interface which lets logging any message about a UWS. |
class |
Slf4jUWSLog
|