org.apache.tuscany.sca.core.scope
Class Scope

java.lang.Object
  extended by org.apache.tuscany.sca.core.scope.Scope

public class Scope
extends java.lang.Object

The default implementation scopes supported by assemblies.


Field Summary
static Scope COMPOSITE
           
static Scope CONVERSATION
           
static Scope REQUEST
           
static Scope SESSION
           
static Scope STATELESS
           
static Scope SYSTEM
           
static Scope UNDEFINED
           
 
Constructor Summary
Scope(java.lang.String scope)
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
 java.lang.String getScope()
           
 int hashCode()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

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
Constructor Detail

Scope

public Scope(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