From cd911a1ce5bb8abf2a6c796e32fcf61ef0c91fbc Mon Sep 17 00:00:00 2001 From: lresende Date: Sat, 21 Nov 2009 07:41:39 +0000 Subject: Moving site branches git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@882843 13f79535-47bb-0310-9956-ffa450edef68 --- .../apache/tuscany/core/context/EventContext.html | 282 +++++++++++++++++++++ 1 file changed, 282 insertions(+) create mode 100644 site/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-core/org/apache/tuscany/core/context/EventContext.html (limited to 'site/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-core/org/apache/tuscany/core/context/EventContext.html') diff --git a/site/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-core/org/apache/tuscany/core/context/EventContext.html b/site/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-core/org/apache/tuscany/core/context/EventContext.html new file mode 100644 index 0000000000..f25aee415e --- /dev/null +++ b/site/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-core/org/apache/tuscany/core/context/EventContext.html @@ -0,0 +1,282 @@ + + + + + + + +EventContext (Tuscany Core incubating-M1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Tuscany Core +
+ + + +
+ +

+ +org.apache.tuscany.core.context +
+Interface EventContext

+
+
All Known Implementing Classes:
EventContextImpl
+
+
+
+
public interface EventContext
+ + +

+Implementations are responsible for tracking scope keys associated with the current request. +

+ +

+

+
Version:
+
$Rev: 393567 $ $Date: 2006-04-12 14:28:58 -0400 (Wed, 12 Apr 2006) $
+
+
+ +

+ + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ voidclearIdentifier(java.lang.Object type) + +
+          Clears the unique key for the given identifier associated with the current request
+ voidclearIdentifiers() + +
+          Clears all identifiers associated with the current request
+ java.lang.ObjectgetIdentifier(java.lang.Object type) + +
+          Returns the unique key for the given identifier associated with the current request
+ voidsetIdentifier(java.lang.Object type, + java.lang.Object identifier) + +
+          Sets the unique key for the given identifier associated with the current request
+  +

+ + + + + + + + +
+Method Detail
+ +

+getIdentifier

+
+java.lang.Object getIdentifier(java.lang.Object type)
+
+
Returns the unique key for the given identifier associated with the current request +

+

+
+
+
+
+ +

+setIdentifier

+
+void setIdentifier(java.lang.Object type,
+                   java.lang.Object identifier)
+
+
Sets the unique key for the given identifier associated with the current request +

+

+
+
+
+
+ +

+clearIdentifier

+
+void clearIdentifier(java.lang.Object type)
+
+
Clears the unique key for the given identifier associated with the current request +

+

+
+
+
+
+ +

+clearIdentifiers

+
+void clearIdentifiers()
+
+
Clears all identifiers associated with the current request +

+

+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+Tuscany Core +
+ + + +
+- + + -- cgit v1.2.3