|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectde.fhg.igd.semoa.webservice.Webservice.Scope
This class represents the scope of a webservice object.
| Field Summary | |
static Webservice.Scope |
APPLICATION
The "Application" Scope |
static Webservice.Scope |
DEFAULT
The default Scope |
private static Set |
known_
A container for known Scopes. |
private static Logger |
log_
The Logger instance for this class |
protected String |
name_
The scope name |
static Webservice.Scope |
REQUEST
The "request" Scope |
static Webservice.Scope |
SESSION
The "session" Scope |
| Constructor Summary | |
private |
Webservice.Scope(String name)
Hidden construction. |
| Method Summary | |
boolean |
equals(Object obj)
|
String |
getName()
|
int |
hashCode()
|
static Webservice.Scope |
toScope(String name)
Get the Scope corresponding to the given name. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
private static Logger log_
Logger instance for this class
private static Set known_
Scopes.
public static final Webservice.Scope REQUEST
Scope
public static final Webservice.Scope SESSION
Scope
public static final Webservice.Scope APPLICATION
Scope
public static final Webservice.Scope DEFAULT
Scope
protected String name_
| Constructor Detail |
private Webservice.Scope(String name)
| Method Detail |
public static Webservice.Scope toScope(String name)
throws IllegalArgumentException
Scope corresponding to the given name.
name - The scope name
Scope
IllegalArgumentException - if no matching Scope could be foundpublic String getName()
public boolean equals(Object obj)
public int hashCode()
public String toString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||