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

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

public class DiagnosticMinGroupSize
extends DiagnosticTask

assert min size of groups from grouper-ws.properties

Author:
mchyzer

Constructor Summary
DiagnosticMinGroupSize(String theGroupName, int theMinSize)
          construct with group name and size
 
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

DiagnosticMinGroupSize

public DiagnosticMinGroupSize(String theGroupName,
                              int theMinSize)
construct with group name and size

Parameters:
theGroupName -
theMinSize -
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()