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

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

public class DiagnosticLoaderJobTest
extends DiagnosticTask

see if the server can connect to the DB (cache results)

Author:
mchyzer

Constructor Summary
DiagnosticLoaderJobTest(String theJobName, GrouperLoaderType theGrouperLoaderType)
          construct with source id
 
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

DiagnosticLoaderJobTest

public DiagnosticLoaderJobTest(String theJobName,
                               GrouperLoaderType theGrouperLoaderType)
construct with source id

Parameters:
theJobName -
theGrouperLoaderType -
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()