Tuscany Core

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: 395110 $ $Date: 2006-04-18 22:32:30 -0400 (Tue, 18 Apr 2006) $
See Also:
EventContext

Method Summary
 java.lang.Object getIdentifier()
          Returns the scope id for the request.
 

Method Detail

getIdentifier

java.lang.Object getIdentifier()
Returns the scope id for the request.


Tuscany Core

-