| Modifier and Type | Field and Description |
|---|---|
static Long |
DEFAULT_TIMEOUT |
| Modifier and Type | Method and Description |
|---|---|
static <T> T |
awaitService(Class<T> type) |
static <T> T |
awaitService(Class<T> type,
long timeout,
TimeUnit unit) |
static <T> T |
awaitService(Class<T> type,
String filterspec) |
static <T> T |
awaitService(Class<T> type,
String filterspec,
long timeout,
TimeUnit unit) |
static <T> T |
awaitService(ModuleContext moduleContext,
Class<T> type) |
static <T> T |
awaitService(ModuleContext moduleContext,
Class<T> type,
String filterspec,
long timeout,
TimeUnit unit) |
static <T> T |
getRequiredService(Class<T> type) |
static <T> T |
getRequiredService(ModuleContext moduleContext,
Class<T> type) |
static <T> T |
getService(Class<T> type) |
static <T> T |
getService(ModuleContext moduleContext,
Class<T> type) |
public static final Long DEFAULT_TIMEOUT
public static <T> T getService(Class<T> type)
public static <T> T getService(ModuleContext moduleContext, Class<T> type)
public static <T> T getRequiredService(Class<T> type)
public static <T> T getRequiredService(ModuleContext moduleContext, Class<T> type)
public static <T> T awaitService(Class<T> type)
public static <T> T awaitService(ModuleContext moduleContext, Class<T> type)
public static <T> T awaitService(Class<T> type, String filterspec, long timeout, TimeUnit unit)
public static <T> T awaitService(ModuleContext moduleContext, Class<T> type, String filterspec, long timeout, TimeUnit unit)
Copyright © 2015 JBoss by Red Hat. All rights reserved.