public interface InstanceAccessUtil
| Modifier and Type | Method and Description |
|---|---|
boolean |
instanceAvailable(String hostname)
Checks to see if a DuraCloud instance at the given host name is
available.
|
void |
waitInstanceAvailable(String hostname,
long timeout)
Returns when an instance is available or after the timeout expires,
whichever occurs first.
|
void waitInstanceAvailable(String hostname, long timeout)
hostname - of the instance to be checkedtimeout - the maximum number of milliseconds to wait before returningboolean instanceAvailable(String hostname)
hostname - of the instance to be checkedCopyright © 2009–2016 DuraSpace. All rights reserved.