DOFServerState InterfaceOpenDOF Object Access Library
This class represents the instantaneous state of the server at a given time.

Namespace: org.opendof.core.oal
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax

C#
public interface State : DOFImmutable

The DOFServerState type exposes the following members.

Methods

  NameDescription
Public methodgetAddress
Get this server's listening address.
Public methodgetConnectionLimit
Get this server's connection limit.
Public methodgetCredentials
Get this server's credentials.
Public methodgetDomainDiscoveryCredentials
Get this server's domain discovery credentials.
Public methodgetException
Return the exception associated with the server.
Public methodgetMaxReceiveSilence
Get this server's max receive silence.
Public methodgetMaxSendSilence
Get this server's max send silence.
Public methodgetName
Get this server's name.
Public methodgetPermissions
Return the permissions of the given domain.
Public methodgetProtocolNegotiator
Get this server's protocol negotiator.
Public methodgetSecurityDesire
Get this server's security desire.
Public methodgetServerType
Get this server's type.
Public methodgetTrafficStats
Returns the traffic-related statistics for the respective server.
Public methodgetTransportConfig
Get this server's transport configuration.
Public methodgetTrustedDomains
Get this server's trusted domain identifiers.
Public methodgetWildcardCredentials
Get this server's wildcard credentials.
Public methodgetWildcardPermissions
Return the permissions of the wildcard credential.
Public methodisStarted
Return whether the server is started.
Public methodisTunnelDomains
Determine whether or not connections to this server are allowed tunnel remote domains.
Top
Remarks

This class represents the instantaneous state of the server at a given time. Since the actual state of the server can change over time, it is useful to group the state at an instant (for example, before a listener is notified) so that the values represent the state at that point in time.

The values returned by the State reflect the values at a time in the past.

See Also

Reference