com.dynatrace.diagnostics.pdk
Interface Plugin

All Known Subinterfaces:
Action, Monitor, Task

public interface Plugin

The root interface in the Plugin interface hierarchy. Do not implement this interface directly, use one of the subinterfaces instead.

This interface specifies methods that are used for all Plugins. These methods are called to control lifecycle of the Plugin. Since Plugins are based on schedules a new instance of the Plugin class is created for every schedule. Every Plugin has to provide a default constructor (a public constructor without parameters). Since the life cycle of the Plugin is controlled by the Plugin interfaces methods, the default constructor should be left empty.




Copyright © 2004-2012 dynaTrace software GmbH