DOFAuditListenerconnectionFailed Method OpenDOF Object Access Library
Connection failed audit event.

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

C#
void connectionFailed(
	DOFConnectionState connState
)

Parameters

connState
Type: org.opendof.core.oalDOFConnectionState
The state of the connection.
Exceptions

ExceptionCondition
ExceptionUnable to access the log.
Remarks

Connection failed audit event. This is a report that an attempt to establish a connection failed. Call State.getException() to find a reason for the failure.
See Also

Reference