2016/05/28 - Apache Tuscany has been retired.
For more information, please explore the Attic.
org.apache.tuscany.sca.core.scope
Class Scope
java.lang.Object
org.apache.tuscany.sca.core.scope.Scope
public class Scope
- extends java.lang.Object
The default implementation scopes supported by assemblies.
Constructor Summary |
Scope(java.lang.String scope)
|
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
STATELESS
public static final Scope STATELESS
REQUEST
public static final Scope REQUEST
SESSION
public static final Scope SESSION
CONVERSATION
public static final Scope CONVERSATION
COMPOSITE
public static final Scope COMPOSITE
SYSTEM
public static final Scope SYSTEM
UNDEFINED
public static final Scope UNDEFINED
Scope
public Scope(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