Package | Description |
---|---|
org.ow2.joram.jakarta.jms.admin |
The
org.ow2.joram.jakarta.jms.admin package holds the interfaces and implementation classes for administering a JORAM platform and creating the JMS administered objects. |
Modifier and Type | Field and Description |
---|---|
private Server |
AdminWrapper.server
The description of the server the module is connected to.
|
Modifier and Type | Method and Description |
---|---|
Server |
JoramAdmin.getLocalServer() |
Server |
AdminWrapper.getLocalServer()
Returns the information about the current server: unique identifier, symbolic name and hostname.
|
static Server |
AdminModule.getLocalServer() |
Server |
AdminItf.getLocalServer()
Returns the information about the current server: unique identifier, symbolic name and hostname.
|
Server[] |
JoramAdmin.getServers() |
Server[] |
AdminWrapper.getServers()
Returns the list of the platform's servers' identifiers.
|
static Server[] |
AdminModule.getServers() |
Server[] |
AdminItf.getServers()
Returns the list of the platform's servers' descriptions.
|
Server[] |
JoramAdmin.getServers(String domain) |
Server[] |
AdminWrapper.getServers(String domain)
Returns the list of the servers' that belong to the specified domain.
|
static Server[] |
AdminModule.getServers(String domain)
Returns the list of the servers' that belong to the specified domain
|
Server[] |
AdminItf.getServers(String domain)
Returns the list of the servers' that belong to the specified domain.
|
Copyright © 2023 ScalAgent D.T.. All rights reserved.