|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ILaunchable
ILaunchable.
Date: Feb 22, 2009 Time: 11:39:14 PM
| Method Summary | |
|---|---|
void |
delete()
Allows to delete the IProcessable implementing class. |
void |
publishFailure(Throwable e)
|
void |
resolveFailure()
|
void |
start()
Allows to start the IProcessable implementing class. |
void |
stop()
Allows to stop the IProcessable implementing class. |
| Method Detail |
|---|
void start()
throws ProcessException
IProcessable implementing class.
ProcessException - Exception can occur while trying to start
the IProcessable.
void stop()
throws ProcessException
IProcessable implementing class.
ProcessException - Exception can occur while trying to stop
the IProcessable.
void delete()
throws ProcessException
IProcessable implementing class.
ProcessException - Exception can occur while trying to stop
the IProcessable.void publishFailure(Throwable e)
void resolveFailure()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||