| PREV CLASS NEXT CLASS | | | SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
|
|
com.newstep.solid.management.runtime
|
Class ManagedThread.ManagedInnerThread
|
java.lang.Thread
|
+--com.newstep.solid.management.runtime.ManagedThread.ManagedInnerThread
All Implemented Interfaces:
Runnable
public class ManagedThread.ManagedInnerThread
provides the thread of execution for the ManagedThread by invoking its
execute routine.
Links:
Kernel Association Association Link
Associates type:
association
Client cardinality:
1
Client navigability:
NOT NAVIGABLE
Client visibility:
private
Supplier cardinality:
1
Supplier navigability:
NAVIGABLE
Supplier visibility:
protected
| Constructor Summary |
public void |
|
| Method Summary |
public void |
|
Multiplicity:
1
Constructor
Parameters:
managedThread the parent ManagedThread whose
execute() will be invoked when the inner thread is
started
Stereotype:
create
public void run ()
invokes the parent ManagedThread's execute()
implementation.
| PREV CLASS NEXT CLASS | | | SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
|
|