org.apache.tuscany.sca.implementation.java.impl
Class JavaScopeImpl

java.lang.Object
  extended by org.apache.tuscany.sca.implementation.java.impl.JavaScopeImpl

public class JavaScopeImpl
extends java.lang.Object

The default implementation scopes supported by assemblies.


Field Summary
static JavaScopeImpl COMPOSITE
           
static JavaScopeImpl CONVERSATION
           
static JavaScopeImpl REQUEST
           
static JavaScopeImpl SESSION
           
static JavaScopeImpl STATELESS
           
static JavaScopeImpl SYSTEM
           
static JavaScopeImpl UNDEFINED
           
 
Constructor Summary
JavaScopeImpl(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 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
Constructor Detail

JavaScopeImpl

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