com.pcbsys.nirvana.nAdminAPI.nThreadEntry Class Reference

This class is used to represent instances of tasks within a thread pool running within a Nirvana realm Each entry consists of a label and an execution time in milliseconds. More...

Public Member Functions

long getExecutionTime ()
 Method used to obtain the execution time for this entry in the thread pool. More...
 
String getName ()
 Method used to obtain the name / label associated with this thread pool entry. More...
 

Detailed Description

This class is used to represent instances of tasks within a thread pool running within a Nirvana realm Each entry consists of a label and an execution time in milliseconds.

See Also
nThreadPool
Since
4.0

Member Function Documentation

long com.pcbsys.nirvana.nAdminAPI.nThreadEntry.getExecutionTime ( )

Method used to obtain the execution time for this entry in the thread pool.

Returns
the execution time of this entry
String com.pcbsys.nirvana.nAdminAPI.nThreadEntry.getName ( )

Method used to obtain the name / label associated with this thread pool entry.

Returns
the label associated with this task