|
Sun Adapter for e-Mail API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.TimerTask
com.stc.connector.emailadapter.eway.EmailInboundTimerTask
public class EmailInboundTimerTask
This class extends the TimerTask class and is used by the Timer to schedule email polling Work items.
Constructor Summary | |
---|---|
EmailInboundTimerTask(EmailEndpoint emailAS)
Constructor |
Method Summary | |
---|---|
boolean |
isStarted()
|
void |
run()
Main processing method for the EmailInboundTimerTask object |
void |
start()
|
void |
stop()
|
Methods inherited from class java.util.TimerTask |
---|
cancel, scheduledExecutionTime |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EmailInboundTimerTask(EmailEndpoint emailAS)
emailAS
- The EmailEndpoint which initiated
the scheduling of this Timer task.Method Detail |
---|
public void run()
run
in interface java.lang.Runnable
run
in class java.util.TimerTask
public void start()
start
in interface com.stc.connector.management.jca.system.mbeans.LifeCycle
LifeCycle.start()
public void stop()
stop
in interface com.stc.connector.management.jca.system.mbeans.LifeCycle
LifeCycle.stop()
public boolean isStarted()
isStarted
in interface com.stc.connector.management.jca.system.mbeans.LifeCycle
LifeCycle.isStarted()
|
Sun Adapter for e-Mail API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |