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 interface
MetaErrorListener
Interface for a meta error processor catching errors detected by the common module methods.class
MetaErrorListeners
Service 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 interface
Disposable
Auxiliary 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 class
DisposableTemplate
Template providing disposable functionality.class
KeepCreationPointTemplate
Allows 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 class
ArrayUtils
Set of auxiliary methods to process arrays.class
Assertions
Set of auxiliary methods for assertion.class
CallTrace
The Class allows to save stack trace history (it is possible to keep it in packed format) and restore it to text representation for request.class
Deferrers
Auxiliary tool to defer some actions and process them in some point in future.class
GetUtils
Auxiliary methods to get values.class
IOUtils
Auxiliary methods for IO operations.class
ThreadUtils
Auxiliary methods for thread processing.class
TimeGuard
Allows to detect violations of execution time for code blocks or just measure time for them.static interface
TimeGuard.TimeAlertListener
Interface for any object to be informed about time alerts.static class
TimeGuard.TimeData
Data container for time watching action.
-