public class UninstallData extends Object
| Constructor and Description |
|---|
UninstallData(Installation installation)
The constructor for UninstallData.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getReplicationServerPort()
Returns the port of the replication server.
|
boolean |
isADS()
Returns whether this server is configured as an ADS or not.
|
boolean |
isReplicationServer()
Returns whether this server is configured as a replication server or not.
|
boolean |
isServerRunning()
Returns whether this server is running or not.
|
public UninstallData(Installation installation) throws IOException
installation - the object describing the installation.IOException - if there was an error retrieving the current
installation configuration.public boolean isADS()
true if the server is configured as an ADS and
false otherwise.public boolean isReplicationServer()
true if the server is configured as a replication
server and false otherwise.public boolean isServerRunning()
true if the server is running and false
otherwise.public int getReplicationServerPort()
Copyright © 2010-2015 ForgeRock AS. All Rights Reserved.