Namespace: OtlHooks
Unit globals OtlHooks
public unit globals OtlHooks
  
GExceptionFilters
internal GExceptionFilters: TExceptionFilters 
Const- False
 
Type- TExceptionFilters
 
GPoolNotifications
internal GPoolNotifications: TPoolNotifications 
Const- False
 
Type- TPoolNotifications
 
GThreadNotifications
internal GThreadNotifications: TThreadNotifications 
Const- False
 
Type- TThreadNotifications
 
FilterException
public procedure FilterException(e: Exception)
RegisterExceptionFilter
public procedure RegisterExceptionFilter(filterProc: TExceptionFilterProc )
RegisterExceptionFilter
public procedure RegisterExceptionFilter(filterMethod: TExceptionFilterMeth )
RegisterPoolNotification
public procedure RegisterPoolNotification(notifyProc: TPoolNotificationProc )
RegisterPoolNotification
public procedure RegisterPoolNotification(notifyMethod: TPoolNotificationMeth )
RegisterThreadNotification
public procedure RegisterThreadNotification(notifyProc: TThreadNotificationProc )
RegisterThreadNotification
public procedure RegisterThreadNotification(notifyMethod: TThreadNotificationMeth )
SendPoolNotifications
public procedure SendPoolNotifications(notifyType: TPoolNotificationType ; pool: OtlThreadPool.IOmniThreadPool )
SendThreadNotifications
public procedure SendThreadNotifications(notifyType: TThreadNotificationType ; threadName: string)
UnregisterExceptionFilter
public procedure UnregisterExceptionFilter(filterProc: TExceptionFilterProc )
UnregisterExceptionFilter
public procedure UnregisterExceptionFilter(filterMethod: TExceptionFilterMeth )
UnregisterPoolNotification
public procedure UnregisterPoolNotification(notifyProc: TPoolNotificationProc )
UnregisterPoolNotification
public procedure UnregisterPoolNotification(notifyMethod: TPoolNotificationMeth )
UnregisterThreadNotification
public procedure UnregisterThreadNotification(notifyProc: TThreadNotificationProc )
UnregisterThreadNotification
public procedure UnregisterThreadNotification(notifyMethod: TThreadNotificationMeth )
to Class  TExceptionFilters 
Supplier- TExceptionFilters
 
Directed- False
 
Client- GExceptionFilters
 
Type- association
 
to Class  TThreadNotifications 
Supplier- TThreadNotifications
 
Directed- False
 
Client- GThreadNotifications
 
Type- association
 
to Class  TPoolNotifications 
Supplier- TPoolNotifications
 
Directed- False
 
Client- GPoolNotifications
 
Type- association