edu.internet2.middleware.grouper.j2ee.status
Class DiagnosticMinGroupSize
java.lang.Object
edu.internet2.middleware.grouper.j2ee.status.DiagnosticTask
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(java.lang.String theGroupName,
int theMinSize)
construct with group name and size |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, toString, wait, wait, wait |
DiagnosticMinGroupSize
public DiagnosticMinGroupSize(java.lang.String theGroupName,
int theMinSize)
- construct with group name and size
- Parameters:
theGroupName
- theMinSize
-
equals
public boolean equals(java.lang.Object obj)
- Specified by:
equals
in class DiagnosticTask
hashCode
public int hashCode()
- Specified by:
hashCode
in class DiagnosticTask
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:
edu.internet2.middleware.grouper.j2ee.status.ws.status.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:
edu.internet2.middleware.grouper.j2ee.status.ws.status.DiagnosticTask#retrieveNameFriendly()