public class ExternalUuidProvider extends TransactionIdProvider
Constructor and Description |
---|
ExternalUuidProvider(javax.servlet.ServletConfig servletConfig) |
Modifier and Type | Method and Description |
---|---|
String |
getTransactionId(GatekeeperMessage requestMessage,
ClientInformation clientInformation)
If the application property externalUUID is available, the value of this property
is returned as the transaction ID.
|
public ExternalUuidProvider(javax.servlet.ServletConfig servletConfig) throws javax.servlet.ServletException
javax.servlet.ServletException
public String getTransactionId(GatekeeperMessage requestMessage, ClientInformation clientInformation)
getTransactionId
in class TransactionIdProvider
Copyright © 2006–2018. All rights reserved.