Package | Description |
---|---|
org.waarp.openr66.client |
Classes implementing Clients
|
org.waarp.openr66.configuration |
Classes implementing Configuration loading from database or files
|
org.waarp.openr66.database.data |
Classes implementing Database Data model
|
org.waarp.openr66.protocol.http.rest.handler |
Http Rest method handlers for R66
|
Modifier and Type | Method and Description |
---|---|
List<String> |
AbstractTransfer.getLocalFiles(DbRule dbrule,
String[] localfilenames) |
List<String> |
AbstractTransfer.getRemoteFiles(DbRule dbrule,
String[] localfilenames,
String requested,
NetworkTransaction networkTransaction) |
Modifier and Type | Method and Description |
---|---|
static DbRule |
RuleFileBasedConfiguration.getFromFile(File file)
Load and update a Rule from a file
|
Modifier and Type | Method and Description |
---|---|
static List<DbRule> |
RuleFileBasedConfiguration.getMultipleFromFile(File file)
Load and update multiple Rules from one file
|
Modifier and Type | Method and Description |
---|---|
static DbRule[] |
DbRule.deleteAll()
Delete all Rules but returns original one, therefore not checking if
any TaskRunner are using it (used by reloading rules)
|
static DbRule[] |
DbRule.getAllRules()
Get All DbRule from database or from internal hashMap in case of no
database support
|
static DbRule |
DbRule.getFromStatement(DbPreparedStatement preparedStatement)
For instance from Commander when getting updated information
|
DbRule |
DbTaskRunner.getRule() |
static DbRule[] |
DbRule.getUpdatedPrepareStament() |
Constructor and Description |
---|
DbTaskRunner(DbRule rule,
boolean isSender,
RequestPacket requestPacket,
String requested,
Timestamp startTime)
Constructor for submission (no transfer session), from database.
|
DbTaskRunner(R66Session session,
DbRule rule,
boolean isSender,
RequestPacket requestPacket)
Constructor from a request without a valid Special Id to be inserted into
databases
|
DbTaskRunner(R66Session session,
DbRule rule,
long id,
String requester,
String requested)
Constructor from a request with a valid Special Id so loaded from
database
|
Modifier and Type | Method and Description |
---|---|
protected DbRule |
DbRuleR66RestMethodHandler.createItem(HttpRestHandler handler,
RestArgument arguments,
RestArgument result,
Object body) |
protected DbRule |
DbRuleR66RestMethodHandler.getItem(HttpRestHandler handler,
RestArgument arguments,
RestArgument result,
Object body) |
protected DbRule |
DbRuleR66RestMethodHandler.getItemPreparedStatement(DbPreparedStatement statement) |
Copyright © 2009–2020 Waarp. All rights reserved.