|
Apache Tuscany SCA Kernel Sub-Project | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.tuscany.spi.model.Scope
public class Scope
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 |
---|
public static final Scope STATELESS
public static final Scope REQUEST
public static final Scope SESSION
public static final Scope MODULE
public static final Scope COMPOSITE
public static final Scope UNDEFINED
Constructor Detail |
---|
public Scope(String scope)
Method Detail |
---|
public String getScope()
public boolean equals(Object o)
equals
in class Object
public int hashCode()
hashCode
in class Object
|
Apache Tuscany SCA Kernel Sub-Project | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |