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

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

public class DiagnosticLoaderJobTest
extends DiagnosticTask

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

Author:
mchyzer

Constructor Summary
DiagnosticLoaderJobTest(java.lang.String theJobName, GrouperLoaderType theGrouperLoaderType)
          construct with source id
 
Method Summary
 java.lang.String retrieveName()
          should be alphaNumeric in camelcase (for config file)
 java.lang.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

DiagnosticLoaderJobTest

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

Parameters:
theJobName -
theGrouperLoaderType -
Method Detail

retrieveName

public java.lang.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 java.lang.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()