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

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

public class DiagnosticMemoryTest
extends DiagnosticTask

see if the server is out of memory

Author:
mchyzer

Constructor Summary
DiagnosticMemoryTest()
           
 
Method Summary
 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.ws.status.DiagnosticTask
appendSuccessTextLine, executeTask, retrieveFailureText, retrieveSuccessText
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DiagnosticMemoryTest

public DiagnosticMemoryTest()
Method Detail

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:
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:
DiagnosticTask.retrieveNameFriendly()