Administering servers and database notification
| Methods | Description |
|---|---|
|
PDServer constructor
|
Instantiates a server object. |
|
PDServer object.getAdminServices
|
Returns the list of Administration Services registered by this server. |
|
PDServer object.getDescription
|
Returns the description of this server. |
|
PDServer object.getHostName
|
Returns the host name of this server. |
|
PDServer object.getId
|
Returns the identifier of this server. |
|
PDServer object.getPort
|
Returns the port of this server. |
|
PDServer object.getTaskList
|
Returns a list of tasks from the server. |
|
PDServer object.getUserId
|
Returns the user identifier of this server. |
|
PDServer.listServers
|
Lists all the registered servers. |
|
PDServer.performTask
|
Sends a command to an authorization server. |
|
PDServer.replicateServer
|
Notifies authorization servers to receive database updates. |
For detailed reference information about these methods, see the Javadoc HTML documentation.