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.writeBytes(byte[] buffer,
int length)
This method will be called for each valid packet received to be written
|
void |
NoOpRecvThroughHandler.writeBytes(byte[] buffer,
int length) |
Modifier and Type | Method and Description |
---|---|
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 void |
DbTaskRunner.loadXml(File logsFile)
Method to load several DbTaskRunner from File logs.
|
static NbAndSpecialId |
DbTaskRunner.writeXML(DbPreparedStatement preparedStatement,
org.dom4j.io.XMLWriter xmlWriter)
Write the selected TaskRunners from PrepareStatement to a XMLWriter
|
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 |
OpenR66ProtocolNoCorrectAuthenticationException
Business Protocol exception due to an invalid authentication for a function
|
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,
JsonPacket json)
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–2022 Waarp. All rights reserved.