edu.internet2.middleware.grouper.j2ee.status
Class DiagnosticMemoryTest

java.lang.Object
  extended by edu.internet2.middleware.grouper.j2ee.status.DiagnosticTask
      extended by edu.internet2.middleware.grouper.j2ee.status.DiagnosticMemoryTest

public class DiagnosticMemoryTest
extends DiagnosticTask

see if the server is out of memory

Author:
mchyzer

Constructor Summary
DiagnosticMemoryTest()
           
 
Method Summary
 boolean equals(Object obj)
           
 int hashCode()
           
 String retrieveName()
          should be alphaNumeric in camelcase (for config file)
 String retrieveNameFriendly()
          friendly name to display on screen
 
Methods inherited from class edu.internet2.middleware.grouper.j2ee.status.DiagnosticTask
appendSuccessTextLine, executeTask, retrieveFailureText, retrieveSuccessText
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DiagnosticMemoryTest

public DiagnosticMemoryTest()
Method Detail

equals

public boolean equals(Object obj)
Specified by:
equals in class DiagnosticTask

hashCode

public int hashCode()
Specified by:
hashCode in class DiagnosticTask

retrieveName

public String retrieveName()
Description copied from class: DiagnosticTask
should be alphaNumeric in camelcase (for config file)

Specified by:
retrieveName in class DiagnosticTask
Returns:
name
See Also:
edu.internet2.middleware.grouper.j2ee.status.ws.status.DiagnosticTask#retrieveName()

retrieveNameFriendly

public String retrieveNameFriendly()
Description copied from class: DiagnosticTask
friendly name to display on screen

Specified by:
retrieveNameFriendly in class DiagnosticTask
Returns:
the friendly name
See Also:
edu.internet2.middleware.grouper.j2ee.status.ws.status.DiagnosticTask#retrieveNameFriendly()