|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<LazyMOMProvider.Scope>
com.sun.xml.ws.api.server.LazyMOMProvider.Scope
public static enum LazyMOMProvider.Scope
Possible scopes (environments) in which the provider (and object associated with it) could be in. Default scope is STANDALONE - applied during initialization of classes. For now, only possible scope change for a object can be in this direction: STANDALONE -> GLASSFISH_NO_JMX -> GLASSFISH_JMX.
Enum Constant Summary | |
---|---|
GLASSFISH_JMX
Same as STANDALONE. |
|
GLASSFISH_NO_JMX
In this scope almost all Gmbal API call are deferred until a JMX connection to a Glassfish server is created |
|
STANDALONE
|
Method Summary | |
---|---|
static LazyMOMProvider.Scope |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static LazyMOMProvider.Scope[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final LazyMOMProvider.Scope STANDALONE
public static final LazyMOMProvider.Scope GLASSFISH_NO_JMX
public static final LazyMOMProvider.Scope GLASSFISH_JMX
Method Detail |
---|
public static LazyMOMProvider.Scope[] values()
for (LazyMOMProvider.Scope c : LazyMOMProvider.Scope.values()) System.out.println(c);
public static LazyMOMProvider.Scope valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is null
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |