|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jvnet.hk2.component.Constants
public class Constants
Common metadata properties used by the inhabitant / habitat.
| Field Summary | |
|---|---|
static String |
EXECUTOR_HABITAT_LISTENERS_AND_TRACKERS
|
static String |
EXECUTOR_INHABITANT_ACTIVATOR
|
static String |
EXECUTOR_INHABITANT_INJECTION_MANAGER
The executor service names used by Hk2 |
static String |
OBJECTCLASS
Represents class / contract type name(s). |
static String |
QUALIFIER
Qualifier (annotation names) used to describe the service. |
static String |
SERVICE_RANKING
Service property identifying a service's ranking number. |
| Constructor Summary | |
|---|---|
Constants()
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String OBJECTCLASS
public static final String SERVICE_RANKING
The service ranking is used by the Framework to determine the natural order of services (when used specifically with the Tracker).
The default ranking is zero (0). A service with a ranking of
Integer.MAX_VALUE is very likely to be returned as the
default service, whereas a service with a ranking of
Integer.MIN_VALUE is very unlikely to be returned.
If the supplied property value is not of type Integer, it is
deemed to have a ranking value of zero.
Hk2 manages its meta information as String, but converts to Integer for comparisons.
public static final String QUALIFIER
public static final String EXECUTOR_INHABITANT_INJECTION_MANAGER
public static final String EXECUTOR_INHABITANT_ACTIVATOR
public static final String EXECUTOR_HABITAT_LISTENERS_AND_TRACKERS
| Constructor Detail |
|---|
public Constants()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||