The Config class specifies the initial configuration to use when creating a DOF.
Inheritance Hierarchy
org.opendof.core.oalDOFConfig
Namespace: org.opendof.core.oal
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax
C#
[SerializableAttribute] public sealed class Config : DOFImmutable
The DOFConfig type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | Equals | (Overrides ObjectEquals(Object).) |
![]() | getConnectionLimit | Gets the maximum number of connections that DOFs created from this DOF.Config will support.
|
![]() | GetHashCode | (Overrides ObjectGetHashCode.) |
![]() | getName | Gets the name that will be given to DOFs created from this DOF.Config. |
![]() | getProtocolFactory | Gets the protocol factory that DOFs created from this DOF.Config will use.
|
![]() | getRank | Get the node rank that DOFs created from this DOF.Config will have. |
![]() | getSourceID | Gets the identifier that DOFs created from this DOF.Config will use for operations in the unsecured domain.
|
![]() | getThreadPoolSize | Gets the maximum number of threads that DOFs created from this DOF.Config will have in their thread pool.
|
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | isParameterValidation | |
![]() | isRouter | Discovers whether DOFs created from this DOF.Config will have routing set to true.
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Fields
Name | Description | |
---|---|---|
![]() ![]() | DEFAULT_RANK |
A mid-range value (128), so that the default desire to manage a secure multicast group
is neither strong nor weak.
|
![]() ![]() | DEFAULT_THREADPOOL_SIZE | Zero, which means the default is to allow the underlying operating system to manage the thread pool.
|
Remarks
See Also