This class represents the instantaneous state of a
DOFDomain
.
The values returned by the State reflect the values at a time in the past.
Namespace: org.opendof.core.oal
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax
C#
public interface State : DOFImmutable
The DOFDomainState type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | getCredentials | Return the credentials associated with this DOFDomain. |
![]() | getException | Returns the most recent exception if isConnected is false. |
![]() | getMaxSilence | Returns the max silence of the domain. |
![]() | getName | Return the name of the domain. |
![]() | getRetryPeriod | Returns the retry period of the domain. |
![]() | isConnected | Return whether there is currently a route to this domain. |
![]() | isDiscoverRemote | Returns whether this domain will discover related domains. |
See Also