Interface NotificationHandlerDelegateFactory

All Superinterfaces:
InfoDelegateFactory<NotificationHandlerDelegate>
All Known Implementing Classes:
ContextCaptureDelegate.Factory, HeapDumpDelegate, NotificationScriptAction, PeriodicMemoryDumperDelegate, RequestCaptureDelegate.Factory, StackLoggingDelegate

public interface NotificationHandlerDelegateFactory extends InfoDelegateFactory<NotificationHandlerDelegate>
Required interface for classes specified by NotificationHandlerMBean's CustomDelegateFactoryClass attribute.

Implementation also requires implementations to provide a public, no-arg constructor.

Supported API: true

Extendable: true