Class
Use
Tree
          
PREV CLASS NEXT CLASS
SUMMARY: INNER | FIELD | CONSTR | METHODDETAIL: 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
to Class ManagedThread
Associates type:
association
Client cardinality:
1
Client navigability:
NOT NAVIGABLE
Client visibility:
private
Supplier cardinality:
1
Supplier navigability:
NAVIGABLE
Supplier visibility:
protected
 
 

Field Summary
protected ManagedThread
Constructor Summary
public void
Method Summary
public void
run()
Field Detail
managedThread
protected ManagedThread managedThread
Multiplicity:
1
 
Constructor Detail
ManagedInnerThread
public void ManagedInnerThread (ManagedThread managedThread)
 
Constructor
Parameters:
managedThread the parent ManagedThread whose
execute() will be invoked when the inner thread is
started
Stereotype:
create
 
Method Detail
run
public void run ()
 
invokes the parent ManagedThread's execute()
implementation.
 

Class
Use
Tree
          
PREV CLASS NEXT CLASS
SUMMARY: INNER | FIELD | CONSTR | METHODDETAIL: FIELD | CONSTR | METHOD