arm4::util Namespace Reference
Namespace of utility classes which are not covered by the ARM 4.0/ARM 4.1 Java standard. More...
Classes | |
class | QArmCorrelatorEnvironment |
Represents an ARM correlator within the current environment. More... | |
class | QArmCorrelatorUser |
Represents a correlation token generated by the user. More... | |
class | QArmDLLLoader |
class | QArmMutex |
Represents a mutal exclusive instance for sequentialize access to critical sections. More... | |
class | QArmLockGuard |
Is a mutex wrapper that provides a convenient RAII-style mechanism for owning an QArmMutex for the duration of a scoped block. More... | |
class | QArmSimpleTransaction |
Class defining an interface to measure response times of so-called transactions. More... | |
class | QArmTransactionCountDown |
A counting down transaction container for stopping a started when the initialized number of events occured. More... | |
class | QArmTransactionCountDownOnce |
A counting down transaction container for stopping a started when the initialized number of events occured. More... | |
class | QArmTransactionEventCounter |
An event handling ARM transaction container. The transaction is started if the first event started and stopped when the last event finished. More... | |
class | QArmTransactionSupportBase |
Base class for ARM transaction support classes. More... |
Detailed Description
Namespace of utility classes which are not covered by the ARM 4.0/ARM 4.1 Java standard.