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
| Name | Description | |
|---|---|---|
|  | getAddress | Get this server's listening address. | 
|  | getConnectionLimit | Get this server's connection limit. | 
|  | getCredentials | Get this server's credentials. | 
|  | getDomainDiscoveryCredentials | Get this server's domain discovery credentials. | 
|  | getException | Return the exception associated with the server. | 
|  | getMaxReceiveSilence | Get this server's max receive silence. | 
|  | getMaxSendSilence | Get this server's max send silence. | 
|  | getName | Get this server's name. | 
|  | getPermissions | Return the permissions of the given domain. | 
|  | getProtocolNegotiator | Get this server's protocol negotiator. | 
|  | getSecurityDesire | Get this server's security desire. | 
|  | getServerType | Get this server's type. | 
|  | getTrafficStats | Returns the traffic-related statistics for the respective server. | 
|  | getTransportConfig | Get this server's transport configuration. | 
|  | getTrustedDomains | Get this server's trusted domain identifiers. | 
|  | getWildcardCredentials | Get this server's wildcard credentials. | 
|  | getWildcardPermissions | Return the permissions of the wildcard credential. | 
|  | isStarted | Return whether the server is started. | 
|  | isTunnelDomains | Determine whether or not connections to this server are allowed tunnel remote domains.
            	 | 
Remarks
See Also