public class PoolControl extends PoolControl
This class exists solely for backwards compatibility with ERP interface library hardcoded java package and class names.
PoolControl.PoolRequest| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID
The class' serialization version id.
|
cvMessage, cvProps, DEFAULT_ENCODING| Constructor and Description |
|---|
PoolControl(java.lang.String[] args)
Constructs a
PoolControl object and communicates with the
Flash server to stop or start the connection pool. |
| Modifier and Type | Method and Description |
|---|---|
static void |
main(java.lang.String[] args)
Method called to receive command line parameters and communicate with the
Flash server to stop or start the connection pool.
|
performRequestprivate static final long serialVersionUID
public PoolControl(java.lang.String[] args)
PoolControl object and communicates with the
Flash server to stop or start the connection pool.args - (String[]) The array of command line arguments. This must
be specified as follows:
args[0] - the "start" or "stop" code to pass to the Flash system.
args[1] - optional server host name to talk to. If not passed,
this name will come from the server.properties file.public static void main(java.lang.String[] args)
args - (String[]) The array of command line arguments. This must
be specified as follows:
args[0] - the "start" or "stop" code to pass to the Flash system.
args[1] - optional server host name to talk to. If not passed,
this name will come from the server.properties file.