Uses of Class
javax.annotation.concurrent.ThreadSafe
-
Packages that use ThreadSafe Package Description com.igormaznitsa.meta.common.exceptions com.igormaznitsa.meta.common.interfaces com.igormaznitsa.meta.common.templates com.igormaznitsa.meta.common.utils -
-
Uses of ThreadSafe in com.igormaznitsa.meta.common.exceptions
Classes in com.igormaznitsa.meta.common.exceptions with annotations of type ThreadSafe Modifier and Type Interface Description interfaceMetaErrorListenerInterface for a meta error processor catching errors detected by the common module methods.classMetaErrorListenersService containing all error listeners for the common module methods and providing their notifications. -
Uses of ThreadSafe in com.igormaznitsa.meta.common.interfaces
Classes in com.igormaznitsa.meta.common.interfaces with annotations of type ThreadSafe Modifier and Type Interface Description interfaceDisposableAuxiliary interface describing disposable object. -
Uses of ThreadSafe in com.igormaznitsa.meta.common.templates
Classes in com.igormaznitsa.meta.common.templates with annotations of type ThreadSafe Modifier and Type Class Description classDisposableTemplateTemplate providing disposable functionality.classKeepCreationPointTemplateAllows to keep information about point where instance of the class was created. -
Uses of ThreadSafe in com.igormaznitsa.meta.common.utils
Classes in com.igormaznitsa.meta.common.utils with annotations of type ThreadSafe Modifier and Type Class Description classArrayUtilsSet of auxiliary methods to process arrays.classAssertionsSet of auxiliary methods for assertion.classCallTraceThe Class allows to save stack trace history (it is possible to keep it in packed format) and restore it to text representation for request.classDeferrersAuxiliary tool to defer some actions and process them in some point in future.classGetUtilsAuxiliary methods to get values.classIOUtilsAuxiliary methods for IO operations.classThreadUtilsAuxiliary methods for thread processing.classTimeGuardAllows to detect violations of execution time for code blocks or just measure time for them.static interfaceTimeGuard.TimeAlertListenerInterface for any object to be informed about time alerts.static classTimeGuard.TimeDataData container for time watching action.
-