public interface ClientServiceRegistry
| Modifier and Type | Interface and Description |
|---|---|
static class |
ClientServiceRegistry.Type |
| Modifier and Type | Method and Description |
|---|---|
AuthenticationType |
getAuthenticationType()
Deprecated.
|
ClassLoader |
getCallerClassloader() |
<T> T |
getClientService(Class<T> iface) |
SecurityHelper |
getSecurityHelper() |
VDBRepository |
getVDBRepository() |
void |
waitForFinished(VDBKey vdbKey,
int timeOutMillis) |
<T> T getClientService(Class<T> iface) throws ComponentNotFoundException
ComponentNotFoundExceptionSecurityHelper getSecurityHelper()
@Deprecated AuthenticationType getAuthenticationType()
void waitForFinished(VDBKey vdbKey, int timeOutMillis) throws ConnectionException
ConnectionExceptionClassLoader getCallerClassloader()
VDBRepository getVDBRepository()
Copyright © 2018 JBoss by Red Hat. All rights reserved.