public abstract class ComboxServer
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
ABORT |
protected AccessPoint |
accessPoint |
protected Broker |
broker |
static int |
EXIT |
static int |
RUNNING |
protected int |
status |
protected int |
timeOut |
| Constructor and Description |
|---|
ComboxServer(AccessPoint accessPoint,
int timeout,
Broker broker)
Default constructor
|
| Modifier and Type | Method and Description |
|---|---|
abstract void |
close()
Close all connection with this server
|
RequestQueue |
getRequestQueue()
Get the associated request queue
|
public static final int RUNNING
public static final int EXIT
public static final int ABORT
protected int status
protected final Broker broker
protected int timeOut
protected final AccessPoint accessPoint
public ComboxServer(AccessPoint accessPoint, int timeout, Broker broker)
accessPoint - Access point of the combox servertimeout - Connection timeoutbroker - Associated brokerpublic RequestQueue getRequestQueue()
public abstract void close()