Apache Tuscany SCA Kernel Sub-Project

org.apache.tuscany.spi.model
Class Scope

java.lang.Object
  extended by org.apache.tuscany.spi.model.Scope

public class Scope
extends Object

The default implementation scopes supported by assemblies.


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

Field Detail

STATELESS

public static final Scope STATELESS

REQUEST

public static final Scope REQUEST

SESSION

public static final Scope SESSION

MODULE

public static final Scope MODULE

COMPOSITE

public static final Scope COMPOSITE

UNDEFINED

public static final Scope UNDEFINED
Constructor Detail

Scope

public Scope(String scope)
Method Detail

getScope

public String getScope()

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

Apache Tuscany SCA Kernel Sub-Project

-