|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
com.essbase.eas.framework.server.application.DefaultScopeType
public class DefaultScopeType
This class implements the ScopeType
interface. Creates static, publicly accesible instances that represent the normal defined set of scope types supported by the framework: (1) configuration scope, (2) builder scope, (3) application scope, (4) session scope, (5) request scope, and (6) user scope. The constructors for this class are private or protected, preventing instantiation of a DefaultScopeType
except through derived classes.
Field Summary | |
---|---|
static ScopeType |
APP_SCOPE the object representing application scope. |
static ScopeType |
BUILDER_SCOPE the object representing builder scope. |
static ScopeType |
CONFIG_SCOPE the object representing configuration scope. |
static ScopeType |
REQUEST_SCOPE the object representing request scope. |
static ScopeType |
SESSION_SCOPE the object representing session scope. |
static ScopeType |
USER_SCOPE the object representing user scope. |
Constructor Summary | |
---|---|
protected |
DefaultScopeType(java.lang.String name) constructs a DefaultScopeType object with the requested name |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj) Compares the specified object with this DefaultScopeType for equality. |
java.lang.String |
getName() implementation of the ScopeType.getName() method. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final ScopeType CONFIG_SCOPE
public static final ScopeType BUILDER_SCOPE
public static final ScopeType APP_SCOPE
public static final ScopeType SESSION_SCOPE
public static final ScopeType REQUEST_SCOPE
public static final ScopeType USER_SCOPE
Constructor Detail |
---|
protected DefaultScopeType(java.lang.String name) throws java.lang.IllegalArgumentException
DefaultScopeType
object with the requested name
name
- - the name for this scope typejava.lang.IllegalArgumentException
Method Detail |
---|
public final java.lang.String getName()
ScopeType.getName()
method.getName
in interface ScopeType
public final boolean equals(java.lang.Object obj)
obj instanceof DefaultScopeType
, and the results of calling getName()
on theequals
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |