Server |
AdminItf.getLocalServer() |
Returns the information about the current server: unique identifier, symbolic name and hostname.
|
static Server |
AdminModule.getLocalServer() |
|
Server |
AdminWrapper.getLocalServer() |
Returns the information about the current server: unique identifier, symbolic name and hostname.
|
Server |
JoramAdmin.getLocalServer() |
|
Server[] |
AdminItf.getServers() |
Returns the list of the platform's servers' descriptions.
|
Server[] |
AdminItf.getServers(String domain) |
Returns the list of the servers' that belong to the specified domain.
|
static Server[] |
AdminModule.getServers() |
|
static Server[] |
AdminModule.getServers(String domain) |
Returns the list of the servers' that belong to the specified domain
|
Server[] |
AdminWrapper.getServers() |
Returns the list of the platform's servers' identifiers.
|
Server[] |
AdminWrapper.getServers(String domain) |
Returns the list of the servers' that belong to the specified domain.
|
Server[] |
JoramAdmin.getServers() |
|
Server[] |
JoramAdmin.getServers(String domain) |
|