From 8751ca0a45b9343f37161c9f762fb4c485944a5f Mon Sep 17 00:00:00 2001 From: beckerdo Date: Sun, 1 Feb 2009 20:45:55 +0000 Subject: TUSCANY-2485 Add JavaDocs for Tuscany 1.4 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@739833 13f79535-47bb-0310-9956-ffa450edef68 --- .../implementation/java/impl/JavaScopeImpl.html | 464 +++++++++++++++++++++ 1 file changed, 464 insertions(+) create mode 100644 site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/implementation/java/impl/JavaScopeImpl.html (limited to 'site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/implementation/java/impl/JavaScopeImpl.html') diff --git a/site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/implementation/java/impl/JavaScopeImpl.html b/site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/implementation/java/impl/JavaScopeImpl.html new file mode 100644 index 0000000000..6af5dc0d04 --- /dev/null +++ b/site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/implementation/java/impl/JavaScopeImpl.html @@ -0,0 +1,464 @@ + + + + + + +JavaScopeImpl + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +org.apache.tuscany.sca.implementation.java.impl +
+Class JavaScopeImpl

+
+java.lang.Object
+  extended by org.apache.tuscany.sca.implementation.java.impl.JavaScopeImpl
+
+
+
+
public class JavaScopeImpl
extends java.lang.Object
+ + +

+The default implementation scopes supported by assemblies. +

+ +

+


+ +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Field Summary
+static JavaScopeImplCOMPOSITE + +
+           
+static JavaScopeImplCONVERSATION + +
+           
+static JavaScopeImplREQUEST + +
+           
+static JavaScopeImplSESSION + +
+           
+static JavaScopeImplSTATELESS + +
+           
+static JavaScopeImplSYSTEM + +
+           
+static JavaScopeImplUNDEFINED + +
+           
+  + + + + + + + + + + +
+Constructor Summary
JavaScopeImpl(java.lang.String scope) + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ booleanequals(java.lang.Object o) + +
+           
+ java.lang.StringgetScope() + +
+           
+ inthashCode() + +
+           
+ java.lang.StringtoString() + +
+           
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
+  +

+ + + + + + + + +
+Field Detail
+ +

+STATELESS

+
+public static final JavaScopeImpl STATELESS
+
+
+
+
+
+ +

+REQUEST

+
+public static final JavaScopeImpl REQUEST
+
+
+
+
+
+ +

+SESSION

+
+public static final JavaScopeImpl SESSION
+
+
+
+
+
+ +

+CONVERSATION

+
+public static final JavaScopeImpl CONVERSATION
+
+
+
+
+
+ +

+COMPOSITE

+
+public static final JavaScopeImpl COMPOSITE
+
+
+
+
+
+ +

+SYSTEM

+
+public static final JavaScopeImpl SYSTEM
+
+
+
+
+
+ +

+UNDEFINED

+
+public static final JavaScopeImpl UNDEFINED
+
+
+
+
+ + + + + + + + +
+Constructor Detail
+ +

+JavaScopeImpl

+
+public JavaScopeImpl(java.lang.String scope)
+
+
+ + + + + + + + +
+Method Detail
+ +

+getScope

+
+public java.lang.String getScope()
+
+
+
+
+
+
+ +

+equals

+
+public boolean equals(java.lang.Object o)
+
+
+
Overrides:
equals in class java.lang.Object
+
+
+
+
+
+
+ +

+hashCode

+
+public int hashCode()
+
+
+
Overrides:
hashCode in class java.lang.Object
+
+
+
+
+
+
+ +

+toString

+
+public java.lang.String toString()
+
+
+
Overrides:
toString in class java.lang.Object
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + -- cgit v1.2.3