public interface BindingProcessor
BindingProvider. Its implementation is an engine that executes bindings provider by a BindingProvider.| Modifier and Type | Method and Description |
|---|---|
java.util.concurrent.ExecutorService |
getExecutorService()
Returns processor's thread pool.
|
java.util.Timer |
getTimer()
Returns processor's timer
|
boolean |
isStopped()
Checks whether the binding processor is stopped.
|
void |
setEnabled(boolean enabled)
Enables (resumes) or disables (pauses) a running processor.
|
boolean |
start()
Starts the binding provider.
|
void |
stop()
Stops the binding processor.
|
void |
submit(java.util.concurrent.Callable task)
Submits a task to processor's thread pool.
|
boolean start()
void stop()
boolean isStopped()
void setEnabled(boolean enabled)
enabled - the new statevoid submit(java.util.concurrent.Callable task)
task - The task to executejava.util.concurrent.ExecutorService getExecutorService()
java.util.Timer getTimer()