Uses of Class
au.gov.tas.dpiwe.mr.util.PerThread

Packages that use PerThread
au.gov.tas.dpiwe.mr The au.gov.tas.dpiwe.mr package contains the Mr Architecture EJB container and support classes and interfaces. 
au.gov.tas.dpiwe.mr.server The au.gov.tas.dpiwe.mr.server package contains the Mr Architecture EJB container implementation for use in servers, along with supporting classes and interfaces. 
 

Uses of PerThread in au.gov.tas.dpiwe.mr
 

Fields in au.gov.tas.dpiwe.mr declared as PerThread
protected  PerThread Container.threadBadCommandIndex
          The index to the command that failed in the most recent doCommands() call.
protected  PerThread Container.threadBatchFind
          The batch find corresponding to this thread.
protected  PerThread Container.threadCommands
          The non-committed commands corresponding to this thread.
 

Uses of PerThread in au.gov.tas.dpiwe.mr.server
 

Fields in au.gov.tas.dpiwe.mr.server declared as PerThread
protected  PerThread ServerContainer.changedClassesSoFar
          The bean types which have been modified so far.
protected  PerThread ServerContainer.currentCommandIndex
          The number of commands which have been processed in the current database transaction.
protected  PerThread ServerContainer.currentDetail
          Gives each active command servlet thread access to its detail string.
protected  PerThread ServerContainer.currentStartTimestamp
          Gives each active command servlet thread access to the date it commenced.
protected  PerThread ServerContainer.daemonLog
          Gives each running daemon its own log file.
protected  PerThread ServerContainer.databaseConnection
          Allows each registered transaction thread to look up its database connection.
protected  PerThread ServerContainer.log
          Gives each active command servlet thread its own log buffer.
protected  PerThread ServerContainer.logContent
          Gives each active command servlet thread access to its log as a string.
protected  PerThread ServerContainer.responsesSoFar
          The responses which have been added to the current database transaction.