|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Executable
An interface to executable objects, which can be executed in their own thread provided by a speficied executor.
| Method Summary | |
|---|---|
ObjectName |
getExecutorName()
Gets the the executor of this executable. |
void |
setExecutorName(ObjectName executor)
Sets the executor of this executable. |
| Methods inherited from interface org.norther.tammi.core.base.Startable |
|---|
isStarted, start, stop |
| Methods inherited from interface java.lang.Runnable |
|---|
run |
| Method Detail |
|---|
ObjectName getExecutorName()
void setExecutorName(ObjectName executor)
Note that it will be taken into use after next start.
executor - the object name of the executor or a query.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||