Constructs a new builder using the default configuration.
Namespace: org.opendof.core.oal
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax
C#
public Builder()
Remarks
- Name. The name is automatically generated and uses the format Sys1, Sys2, etc.
- Credentials. Null. The default system is unsecure.
- Send Filter. Null.
- Receive Filter. Null.
- ThreadPool Size. Uses the DOF's thread pool size. See Builder.setThreadPoolSize(short) .
- Permissions. Begins with no permissions.
- Extend Allowed. True. The system will automatically be granted all permissions in the unsecure domain when needed.
- Tunneling. False. Cannot see tunneled operations.
- Alternate Identity. None.
See Also