org.silverpeas.process.management
Class ProcessCheckRegistration
java.lang.Object
org.silverpeas.process.management.ProcessCheckRegistration
public class ProcessCheckRegistration
- extends Object
Registering ProcessCheck instances. Registred ProcessCheck are used by
ProcessManagement.
- Author:
- Yohann Chastagnier
- See Also:
ProcessCheck
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ProcessCheckRegistration
public ProcessCheckRegistration()
register
public static void register(ProcessCheck check)
- Register a check
- Parameters:
check -
unregister
public static void unregister(ProcessCheck check)
- Unregister a check
- Parameters:
check -
Copyright © 2016 Silverpeas. All Rights Reserved.