org.apache.tuscany.core.context
Interface ScopeIdentifier
- All Known Implementing Classes:
- LazyHTTPSessionId
public interface ScopeIdentifier
Implementations enable lazy retrieval of a scope id associated with a request, i.e. an id (and presumably a context) do not
have to be generated if the scope is never accessed. Identifiers are associated with the current request thread and keyed on
scope type.
- Version:
- $Rev: 408581 $ $Date: 2006-05-21 23:34:24 -0700 (Sun, 21 May 2006) $
- See Also:
EventContext
getIdentifier
Object getIdentifier()
- Returns the scope id for the request.
-