public abstract class AbstractBusinessRequest extends Object implements Runnable
Modifier and Type | Field and Description |
---|---|
protected static String |
_INFO_ARGS |
protected static String |
classarg |
protected static String |
classname |
protected R66Future |
future |
protected static WaarpLogger |
logger
Internal Logger
|
protected NetworkTransaction |
networkTransaction |
protected static boolean |
nolog |
protected String |
remoteHost |
protected static String |
rhost |
Modifier | Constructor and Description |
---|---|
protected |
AbstractBusinessRequest(Class<?> clasz,
R66Future future,
String remoteHost,
NetworkTransaction networkTransaction,
BusinessRequestPacket packet) |
Modifier and Type | Method and Description |
---|---|
protected static boolean |
getParams(String[] args)
Parse the parameter and set current values
|
void |
initRequest() |
static void |
main(String[] args)
Dummy Main method
|
void |
run() |
void |
sendRequest() |
protected static volatile WaarpLogger logger
protected static final String _INFO_ARGS
protected final R66Future future
protected final String remoteHost
protected final NetworkTransaction networkTransaction
protected static String rhost
protected static String classname
protected static String classarg
protected static boolean nolog
protected AbstractBusinessRequest(Class<?> clasz, R66Future future, String remoteHost, NetworkTransaction networkTransaction, BusinessRequestPacket packet)
public void initRequest() throws OpenR66ProtocolNoConnectionException
public void sendRequest()
public static void main(String[] args)
args
- protected static boolean getParams(String[] args)
args
- Copyright © 2009–2020 Waarp. All rights reserved.