Server Monitor

Identifier:
org.eclipse.wst.server.core.internalServerMonitor

Since:
1.0

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

Configuration Markup:

<!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>


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



Copyright (c) 2000, 2005 IBM Corporation and others.
All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License 2.0 which accompanies this distribution, and is available at https://www.eclipse.org/legal/epl-2.0/