public abstract class PollScheduler<T extends Runnable> extends Object implements Scheduler
Abstract definition of a Scheduler for poll.
| Modifier and Type | Field and Description |
|---|---|
protected T |
job |
protected String |
name
The
Scheduler name used as an identifier in the MuleRegistry |
PHASE_NAMEPHASE_NAMEPHASE_NAMEPHASE_NAME| Modifier | Constructor and Description |
|---|---|
protected |
PollScheduler(String name,
T job) |
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Gets the name of the object
|
void |
setName(String name)
Sets the name of the object
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitinitialisedisposeprotected String name
The Scheduler name used as an identifier in the MuleRegistry
public void setName(String name)
NameableObjectsetName in interface NameableObjectname - the name of the objectpublic String getName()
NamedObjectgetName in interface NamedObjectCopyright © 2003–2015 MuleSoft, Inc.. All rights reserved.