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