| Modifier and Type | Field and Description |
|---|---|
jpvmEnvironment |
jpvm |
BufferedReader |
user |
| Constructor and Description |
|---|
GConsole() |
| Modifier and Type | Method and Description |
|---|---|
String |
Add()
Add host
|
String |
Add(String host,
int port) |
String |
AddAll()
Add host from file myhosts
|
String |
Conf() |
String |
DelAllHosts()
Delete all the hosts from the JPVM
|
String |
Delete()
delete one task
|
String |
DelHost() |
String |
DelHost(String host) |
void |
Halt()
stop all the current process.
|
String |
Help() |
String |
perror(String message) |
String |
Ps() |
void |
Quit()
stop the jpvm
|
void |
run() |
boolean |
testDaemon()
Test whether the background daemon is started or not
|
public jpvmEnvironment jpvm
public BufferedReader user
public GConsole()
public boolean testDaemon()
public void Quit() throws jpvmException
jpvmExceptionpublic String Help() throws jpvmException
jpvmExceptionpublic String Conf() throws jpvmException
jpvmExceptionpublic String Ps() throws jpvmException
jpvmExceptionpublic String DelAllHosts() throws jpvmException
jpvmExceptionpublic void Halt() throws jpvmException
jpvmExceptionpublic String Delete() throws jpvmException
jpvmException