RSHServiceClientConfiguration
Description
RSHServiceClientConfiguration element represents the R(emote)SH(ell) client's pool configuration.
The following table shows the RSHServiceClientConfiguration elemnt's attributes:
Attribute | Type | Description |
---|---|---|
version | fixed | This attribute must assume the value 1.0 |
type | fixed | This attribute must assume the value module |
name | fixed | This attribute must assume the value RSH_CLIENT |
Might contain the following sub-elements:
- Description
- RSHServiceClientLocal or RSHServiceClientRMI
RSHServiceClientLocal
This element executes operations on local VM.
The following table shows the RSHServiceClientLocal elemnt's attributes:
Attribute | Type | Description |
---|---|---|
class | fixed | This attribute must assume the value it.greenvulcano.gvesb.rsh.client.impl.RSHServiceClientLocal |
type | fixed | This attribute must assume the value rshClient |
name | required | This attribute cannot be null |
Might contain the sub-element Description.
RSHServiceClientRMI
This element executes operations on a VM external (local or remote) RSH server.
The following table shows the RSHServiceClientRMI elemnt's attributes:
Attribute | Type | Description |
---|---|---|
class | fixed | This attribute must assume the value it.greenvulcano.gvesb.rsh.client.impl.RSHServiceClientRMI |
type | fixed | This attribute must assume the value rshClient |
name | required | This attribute cannot be null |
regURL | required | RMI Registry connection URL. Ex: rmi://localhost:1099 |
regCtxFactory | optional | Default: com.sun.jndi.rmi.registry.RegistryContextFactory |
regSvcName | optional | Default: it.greenvulcano.gvesb.rsh.server.rmi.RSHService |
Might contain the sub-element Description.