|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ServerOperations
The Server interface.
Method Summary | |
---|---|
boolean |
activatePOAs()
Allow implicit POA activation. |
void |
activatePOAs(boolean val)
|
String[] |
args()
The server's command-line arguments. |
void |
args(String[] val)
|
void |
clear_error_state()
Clear the servers error state |
void |
create_poa_record(String[] poa)
Create a POA record. |
void |
destroy()
Destroy the server record. |
String |
directory()
The server's runtime directory. |
void |
directory(String val)
|
String |
exec()
The exec string for the server. |
void |
exec(String val)
|
int |
failureTimeout()
The failure timeout. |
void |
failureTimeout(int val)
|
POAInfo |
get_poa_info(String[] poa)
Retrieve POA info record. |
String |
host()
The server host. |
void |
host(String val)
|
int |
id()
The server id. |
POAInfo[] |
list_poas()
List the poas. |
boolean |
manual()
Was this process manually started? |
short |
maxForks()
The maximum number of forks. |
void |
maxForks(short val)
|
ServerActivationMode |
mode()
The server mode |
void |
mode(ServerActivationMode val)
|
String |
name()
The server name. |
void |
name(String val)
|
void |
remove_poa_record(String[] poa)
Remove a POA record. |
void |
start()
Start the server, if not running. |
ServerStatus |
status()
The server status. |
void |
stop()
Stop the server, if running. |
short |
timesForked()
The number of times restarted. |
int |
updateTime()
The last update time. |
int |
updateTimeout()
The update timeout. |
void |
updateTimeout(int val)
|
Method Detail |
---|
int id()
ServerStatus status()
boolean manual()
int updateTime()
short timesForked()
String name()
void name(String val)
String host()
void host(String val)
String exec()
void exec(String val)
String[] args()
void args(String[] val)
String directory()
void directory(String val)
ServerActivationMode mode()
void mode(ServerActivationMode val)
int updateTimeout()
void updateTimeout(int val)
int failureTimeout()
void failureTimeout(int val)
short maxForks()
void maxForks(short val)
boolean activatePOAs()
void activatePOAs(boolean val)
void create_poa_record(String[] poa) throws POAAlreadyRegistered
poa
- The POA to create
POAAlreadyRegistered
void remove_poa_record(String[] poa) throws _NoSuchPOA
poa
- The POA to remove
_NoSuchPOA
POAInfo get_poa_info(String[] poa) throws _NoSuchPOA
poa
- The POA name
_NoSuchPOA
POAInfo[] list_poas()
void clear_error_state()
void start() throws ServerRunning
ServerRunning
void stop() throws OADNotRunning, ServerNotRunning
OADNotRunning
ServerNotRunning
void destroy() throws ServerRunning
ServerRunning
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |