| Package | Description |
|---|---|
| org.refcodes.runtime |
This package contains runtime related interfaces and enumerations.
|
| org.refcodes.runtime.impls |
This package contains implementations of the types defined by this artifact.
|
| Class and Description |
|---|
| Correlation
The
Correlation assigns an according (as of the enumeration)
Correlation-ID to the invoking process, this ID is used in log files and is
part of the process's request or response pay-load in order to track process
execution throughout a JVM. |
| OperatingSystem
Enumeration with the (supported) operating systems.
|
| ReflectionUtility.NonExistingValueClass
This class indicates a non existing value in the name-to-value mapping.
|
| RequestCorrelation
Provides methods to set Request-Correlation behavior: When enabled via
RequestCorrelation.setRequestCorrelation(boolean) (or the like), then an existing
Request-Correlation-ID might be forwarded by setting it into the
Correlation singleton via Correlation.REQUEST's
Correlation.setId(String). |
| RuntimeProperties
The Interface RuntimeProperties.
|
| RuntimeProperties.MutableRuntimeProperties
The Interface MutableRuntimeProperties.
|
| RuntimeProperties.RuntimePropertiesBuilder
The Interface RuntimePropertiesBuilder.
|
| SessionCorrelation
Provides methods to set Session-Correlation behavior: When enabled via
SessionCorrelation.setSessionCorrelation(boolean) (or the like), then an existing
Session-Correlation-ID might be forwarded by setting it into the
Correlation singleton via Correlation.SESSION's
Correlation.setId(String). |
| Shell
Enumeration with the (relevant) shells (command line interpreters).
|
| Terminal
Enumeration with the (relevant) terminals.
|
| Class and Description |
|---|
| PropertyBuilder
Converts a key to the format of a system property (camel-case) or an
environment variable (snake-case in upper-case).
|
| RuntimeProperties
The Interface RuntimeProperties.
|
| RuntimeProperties.MutableRuntimeProperties
The Interface MutableRuntimeProperties.
|
| RuntimeProperties.RuntimePropertiesBuilder
The Interface RuntimePropertiesBuilder.
|
Copyright © 2017. All rights reserved.