public final class SchedulingMgmtServiceImpl extends Object implements SchedulingMgmtService
Synchronized since statement creation and event evaluation by multiple (event send) threads can lead to callbacks added/removed asynchronously.
Constructor and Description |
---|
SchedulingMgmtServiceImpl()
Constructor.
|
Modifier and Type | Method and Description |
---|---|
ScheduleBucket |
allocateBucket()
Returns a bucket from which slots can be allocated for ordering concurrent callbacks.
|
void |
destroy()
Destroy the service.
|
public void destroy()
SchedulingMgmtService
destroy
in interface SchedulingMgmtService
public ScheduleBucket allocateBucket()
SchedulingMgmtService
allocateBucket
in interface SchedulingMgmtService