public static interface DOFDomain.State extends DOFImmutable
DOFDomain
.
The values returned by the State reflect the values at a time in the past.Modifier and Type | Method and Description |
---|---|
DOFCredentials |
getCredentials()
Return the credentials associated with this DOFDomain.
|
DOFException |
getException()
Returns the most recent exception if isConnected is false.
|
int |
getMaxSilence()
Returns the max silence of the domain.
|
java.lang.String |
getName()
Return the name of the domain.
|
int |
getRetryPeriod()
Returns the retry period of the domain.
|
boolean |
isConnected()
Return whether there is currently a route to this domain.
|
boolean |
isDiscoverRemote()
Returns whether this domain will discover related domains.
|
java.lang.String getName()
boolean isConnected()
DOFException getException()
DOFCredentials getCredentials()
boolean isDiscoverRemote()
int getMaxSilence()
int getRetryPeriod()