|
Tuscany Core | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface EventContext
Implementations are responsible for tracking scope keys associated with the current request.
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 |
getIdentifier(Object type)
Returns the unique key for the given identifier associated with the current request |
void |
setIdentifier(Object type,
Object identifier)
Sets the unique key for the given identifier associated with the current request |
Method Detail |
---|
Object getIdentifier(Object type)
void setIdentifier(Object type, Object identifier)
void clearIdentifier(Object type)
void clearIdentifiers()
|
Tuscany Core | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |