Server Monitor

org.eclipse.wst.server.core.internalServerMonitor

1.0

This extension point is used to provide a new monitor for servers.

<!ELEMENT extension (monitor+)>

<!ATTLIST extension

point CDATA #REQUIRED

id    CDATA #IMPLIED

name  CDATA #IMPLIED>


<!ELEMENT monitor EMPTY>

<!ATTLIST monitor

id          CDATA #REQUIRED

name        CDATA #IMPLIED

description CDATA #IMPLIED

class       CDATA #REQUIRED>


The following is an example of a server monitor extension point:

Value of the attribute class must be a fully qualified name of a Java class that implements the interface org.eclipse.wst.server.core.internal.ServerMonitorDelegate.