Package | Description |
---|---|
org.waarp.openr66.client |
Classes implementing Clients
|
org.waarp.openr66.database.data |
Classes implementing Database Data model
|
org.waarp.openr66.protocol.exception |
Classes implementing Exceptions
|
org.waarp.openr66.protocol.localhandler |
Classes implementing LocalHandlers (real work)
|
org.waarp.openr66.server |
Classes implementing Server startup main class or utility classes
|
Modifier and Type | Method and Description |
---|---|
abstract void |
RecvThroughHandler.writeByteBuf(io.netty.buffer.ByteBuf buffer)
This method will be called for each valid packet received to be written
|
Modifier and Type | Method and Description |
---|---|
String |
DbTaskRunner.asXML() |
static DbTaskRunner |
DbTaskRunner.fromStringXml(String xml,
boolean reverse)
Reload a to submitted runner from a remote partner's log (so reversing
isSender should be true)
|
static String |
DbHostAuth.getJson(DbPreparedStatement preparedStatement,
int limit)
Write selected DbHostAuth to a Json String
|
static String |
DbRule.getJson(DbPreparedStatement preparedStatement,
int limit)
Write selected DbRule to a Json String
|
static String |
DbTaskRunner.getJson(DbPreparedStatement preparedStatement,
int limit)
Write selected TaskRunners to a Json String
|
static void |
DbTaskRunner.loadXml(File logsFile)
Method to load several DbTaskRunner from File logs.
|
void |
DbTaskRunner.loadXmlWorkNoDb()
Method to load a previous existing DbTaskRunner for NoDb client from File
instead of from DB.
|
static NbAndSpecialId |
DbTaskRunner.writeXML(DbPreparedStatement preparedStatement,
org.dom4j.io.XMLWriter xmlWriter)
Write the selected TaskRunners from PrepareStatement to a XMLWriter
|
void |
DbTaskRunner.writeXmlWorkNoDb()
Method to write the current DbTaskRunner for NoDb client instead of
updating DB.
|
static NbAndSpecialId |
DbTaskRunner.writeXMLWriter(DbPreparedStatement preparedStatement,
String filename)
Write selected TaskRunners to an XML file using an XMLWriter
|
static void |
DbTaskRunner.writeXMLWriter(String filename)
Write all TaskRunners to an XML file using an XMLWriter
|
Modifier and Type | Class and Description |
---|---|
class |
OpenR66ProtocolBusinessCancelException
Protocol exception on Business part
|
class |
OpenR66ProtocolBusinessNoWriteBackException
Protocol exception on Business part without any write back action
|
class |
OpenR66ProtocolBusinessQueryAlreadyFinishedException
Protocol exception on Business part due to Query is already finished
|
class |
OpenR66ProtocolBusinessQueryStillRunningException
Protocol exception on Business part due to Query is still running
|
class |
OpenR66ProtocolBusinessRemoteFileNotFoundException
Protocol exception on Business part telling that remote host did not find the
file.
|
class |
OpenR66ProtocolBusinessStopException
Protocol exception on Business part
|
class |
OpenR66ProtocolNotAuthenticatedException
Business Protocol exception due to no valid authentication
|
Modifier and Type | Method and Description |
---|---|
void |
ServerActions.blockRequest(BlockRequestPacket packet)
Block/Unblock Request
|
R66Result |
ServerActions.blockRequest(byte[] key,
boolean isBlocking)
Block/Unblock Request
|
void |
TransferActions.data(DataPacket packet)
Receive a data block
|
void |
ConnectionActions.errorMesg(ErrorPacket packet)
Receive a remote error
|
void |
ServerActions.jsonCommand(JsonCommandPacket packet)
Receive a json request
|
String[] |
ServerActions.logPurge(boolean purge,
boolean clean,
Timestamp start,
Timestamp stop,
String startid,
String stopid,
String rule,
String request,
boolean pending,
boolean transfer,
boolean done,
boolean error,
boolean isPurge)
Purge the logs as required
|
void |
TransferActions.request(RequestPacket packet)
Receive a request of Transfer
|
void |
ServerActions.shutdown(byte[] key,
boolean isRestart)
Receive a Shutdown request
|
void |
ServerActions.shutdown(ShutdownPacket packet)
Receive a Shutdown request
|
void |
ServerActions.valid(ValidPacket packet)
Receive a validation or a special request
|
Modifier and Type | Method and Description |
---|---|
void |
LogExtendedExport.importLog(R66Future future) |
Copyright © 2009–2020 Waarp. All rights reserved.