|
Apache Tuscany SCA Kernel Sub-Project | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface WorkContext
Implementations track information associated with a request as it is processed by the runtime
Method Summary | |
---|---|
void |
clearIdentifier(Object type)
Clears the unique key for the given identifier associated with the current request |
void |
clearIdentifiers()
Clears all identifiers associated with the current request |
Object |
getCurrentCorrelationId()
|
Object |
getCurrentMessageId()
|
Object |
getIdentifier(Object type)
Returns the unique key for the given identifier associated with the current request |
CompositeComponent |
getRemoteComponent()
Returns the composite where a remote request came in |
void |
setCurrentCorrelationId(Object correlationId)
|
void |
setCurrentMessageId(Object messageId)
|
void |
setIdentifier(Object type,
Object identifier)
Sets the unique key for the given identifier associated with the current request |
void |
setRemoteComponent(CompositeComponent component)
Sets the composite where a remote request came in |
Method Detail |
---|
Object getCurrentMessageId()
void setCurrentMessageId(Object messageId)
Object getCurrentCorrelationId()
void setCurrentCorrelationId(Object correlationId)
CompositeComponent getRemoteComponent()
void setRemoteComponent(CompositeComponent component)
Object getIdentifier(Object type)
void setIdentifier(Object type, Object identifier)
void clearIdentifier(Object type)
void clearIdentifiers()
|
Apache Tuscany SCA Kernel Sub-Project | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |