public class TaskRegistry extends Object
Modifier and Type | Method and Description |
---|---|
void |
addAppointment(Appointment appointment) |
void |
addTimer(Timer timer) |
static TaskRegistry |
getInstance() |
void |
remove(String taskId) |
void |
stopTask(String taskId) |
public static TaskRegistry getInstance()
public void stopTask(String taskId)
public void addTimer(Timer timer)
public void addAppointment(Appointment appointment)
public void remove(String taskId)
Copyright © 2018 WSO2. All rights reserved.