2016/05/28 - Apache Tuscany has been retired.
For more information, please explore the Attic.
org.apache.tuscany.sca.implementation.java.impl
Class JavaScopeImpl
java.lang.Object
org.apache.tuscany.sca.implementation.java.impl.JavaScopeImpl
public class JavaScopeImpl
- extends java.lang.Object
The default implementation scopes supported by assemblies.
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
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
JavaScopeImpl
public JavaScopeImpl(java.lang.String scope)
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