Class LoggingContext
java.lang.Object
at.gv.egovernment.moaspss.logging.LoggingContext
Encapsulates contextual information (i.e. per request information) for
logging purposes.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturn the node ID.Return the transaction ID.
-
Field Details
-
NODE_ID_PROPERTY
The name of the node ID system property.- See Also:
-
-
Constructor Details
-
LoggingContext
Create a newLoggingContext.- Parameters:
transactionID- The transaction ID. May benull.
-
-
Method Details
-
getTransactionID
Return the transaction ID.- Returns:
- The transaction ID.
-
getNodeID
Return the node ID.- Returns:
- The node ID.
-