com.silverpeas.dataWarning.control
Class DataWarningSchedulerTable

java.lang.Object
  extended by com.silverpeas.dataWarning.control.DataWarningSchedulerTable

public class DataWarningSchedulerTable
extends Object


Constructor Summary
DataWarningSchedulerTable()
           
 
Method Summary
static void addScheduler(String instanceId)
          Add a scheduler
static DataWarningSchedulerImpl getScheduler(String instanceId)
          Get the scheduler associated with an instance
static void removeScheduler(String instanceId)
          Remove a scheduler with the instance id
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DataWarningSchedulerTable

public DataWarningSchedulerTable()
Method Detail

addScheduler

public static void addScheduler(String instanceId)
Add a scheduler


removeScheduler

public static void removeScheduler(String instanceId)
Remove a scheduler with the instance id


getScheduler

public static DataWarningSchedulerImpl getScheduler(String instanceId)
Get the scheduler associated with an instance



Copyright © 2016 Silverpeas. All Rights Reserved.