Class DiagnosticLoaderJobTest
java.lang.Object
edu.internet2.middleware.grouper.j2ee.status.DiagnosticTask
edu.internet2.middleware.grouper.j2ee.status.DiagnosticLoaderJobTest
see if the server can connect to the DB (cache results)
-
Constructor Summary
ConstructorsConstructorDescriptionDiagnosticLoaderJobTest
(String theJobName, GrouperLoaderType theGrouperLoaderType) construct with source id -
Method Summary
Methods inherited from class edu.internet2.middleware.grouper.j2ee.status.DiagnosticTask
appendFailureTextLine, appendSuccessTextLine, executeTask, ignoringDiagnostic, retrieveFailureText, retrieveSuccessText
-
Constructor Details
-
DiagnosticLoaderJobTest
construct with source id- Parameters:
theJobName
-theGrouperLoaderType
-
-
-
Method Details
-
equals
- Specified by:
equals
in classDiagnosticTask
-
hashCode
public int hashCode()- Specified by:
hashCode
in classDiagnosticTask
-
doTask
public boolean doTask()Description copied from class:DiagnosticTask
The actual task for the sublass to populate.- Specified by:
doTask
in classDiagnosticTask
- Returns:
- true if success, false if a failure.
- See Also:
-
edu.internet2.middleware.grouper.j2ee.status.ws.status.DiagnosticTask#doTask()
-
retrieveName
Description copied from class:DiagnosticTask
should be alphaNumeric in camelcase (for config file)- Specified by:
retrieveName
in classDiagnosticTask
- Returns:
- name
- See Also:
-
edu.internet2.middleware.grouper.j2ee.status.ws.status.DiagnosticTask#retrieveName()
-
retrieveNameFriendly
Description copied from class:DiagnosticTask
friendly name to display on screen- Specified by:
retrieveNameFriendly
in classDiagnosticTask
- Returns:
- the friendly name
- See Also:
-
edu.internet2.middleware.grouper.j2ee.status.ws.status.DiagnosticTask#retrieveNameFriendly()
-