DOFAuditListenerconnectionClosed Method OpenDOF Object Access Library
Connection closed audit event.

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

C#
void connectionClosed(
	Object ticket,
	DOFConnectionState connState
)

Parameters

ticket
Type: SystemObject
The ticket returned with the original connectionOpened request. This will never be null.
connState
Type: org.opendof.core.oalDOFConnectionState
The state of the connection.
Exceptions

ExceptionCondition
ExceptionUnable to access the log.
Remarks

Connection closed audit event. This is a report of the closure of a successfully established connection. Whether the connection was closed normally or not is irrelevant. However, call State.getException() to determine if there was a failure.
See Also

Reference