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 More...

Public Member Functions

virtual long getExecutionTime ()
 Method used to obtain the execution time for this entry in the thread pool More...
 

Properties

virtual string Name [get]
 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

nThreadPool

Member Function Documentation

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

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

Returns
the execution time of this entry

Property Documentation

virtual string com.pcbsys.nirvana.nAdminAPI.nThreadEntry.Name
get

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

Returns
the label associated with this task