|
JBoss Modular Service Container 1.0.2.GA-redhat-1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<ServiceListener.Inheritance>
org.jboss.msc.service.ServiceListener.Inheritance
public static enum ServiceListener.Inheritance
The inheritance type for a listener.
Enum Constant Summary | |
---|---|
ALL
This listener is inherited to all levels. |
|
NONE
This listener is never inherited. |
|
ONCE
This listener is inherited only to one level. |
Method Summary | |
---|---|
static ServiceListener.Inheritance |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ServiceListener.Inheritance[] |
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 ServiceListener.Inheritance NONE
public static final ServiceListener.Inheritance ONCE
public static final ServiceListener.Inheritance ALL
Method Detail |
---|
public static ServiceListener.Inheritance[] values()
for (ServiceListener.Inheritance c : ServiceListener.Inheritance.values()) System.out.println(c);
public static ServiceListener.Inheritance 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
|
JBoss Modular Service Container 1.0.2.GA-redhat-1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |