public class InstanceInfo extends Object
| Constructor and Description |
|---|
InstanceInfo(String subdomain) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasErrors()
This method returns true if the instance has any errors with its hosted
web applications.
|
void |
setError(String contextPath,
String error)
This method records error for the web resource at the arg context path.
|
void |
setServerStatus(String serverStatus)
This method records a server-level (i.e.
|
void |
setSuccess(String contextPath) |
String |
toString() |
public InstanceInfo(String subdomain)
public boolean hasErrors()
public void setError(String contextPath, String error)
contextPath - of resource with errorerror - messagepublic void setSuccess(String contextPath)
public void setServerStatus(String serverStatus)
serverStatus - of serverCopyright © 2009–2015 DuraSpace. All rights reserved.