|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CorrelationIdManager
Provides the functionality to set and get the current correlation id. Usually implementations will be available as Spring bean under the name 'correlationIdManager'.
| Method Summary | |
|---|---|
void |
clearCurrentCorrelationId()
Clears the correlation id. |
void |
createNewCorrelationId()
generates a new correlation Id value and sets it as the new current value. |
String |
getCurrentCorrelationId()
|
void |
setCurrentCorrelationId(String correlationId)
sets the current correlation id to the specified value. |
| Method Detail |
|---|
void setCurrentCorrelationId(String correlationId)
correlationId - the new valuevoid createNewCorrelationId()
void clearCurrentCorrelationId()
String getCurrentCorrelationId()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||