Clients


Clients are remoted administration commands. We have both command line and GUI interface facilities.

1. Command line

Here a description of a commands found in the /bin directory :

Command
Role
Result sample
startService [Service name]
Start a service.

stopService [Service name]
Stop a service

listService [*]
List available services
scheduler
log
admin
time
listeService
List available services with its name, state, version and information.
Here the state number meaning :
-1 : No state
0 :  Initialized
1 : Stopped
2 : Started
scheduler       2       v1.1    null
log     2       v1.1    null
admin   2       v1.1    null
time    2       v1.0    null
listpService
List properties of the service
port=20000
setService [Service name] [Property] [value]
Update a service property

putService [JAS file path]
Add a new service. The service must be in the .JAS format


2. GUI