Package org.teiid.transport
Interface ClientServiceRegistry
-
- All Known Implementing Classes:
ClientServiceRegistryImpl
,TransportService
public interface ClientServiceRegistry
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
ClientServiceRegistry.Type
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description AuthenticationType
getAuthenticationType()
Deprecated.ClassLoader
getCallerClassloader()
<T> T
getClientService(Class<T> iface)
SecurityHelper
getSecurityHelper()
VDBRepository
getVDBRepository()
void
waitForFinished(VDBKey vdbKey, int timeOutMillis)
-
-
-
Method Detail
-
getClientService
<T> T getClientService(Class<T> iface) throws ComponentNotFoundException
- Throws:
ComponentNotFoundException
-
getSecurityHelper
SecurityHelper getSecurityHelper()
-
getAuthenticationType
@Deprecated AuthenticationType getAuthenticationType()
Deprecated.Provides the authentication type for pre-8.7 JDBC clients.- Returns:
-
waitForFinished
void waitForFinished(VDBKey vdbKey, int timeOutMillis) throws ConnectionException
- Throws:
ConnectionException
-
getCallerClassloader
ClassLoader getCallerClassloader()
-
getVDBRepository
VDBRepository getVDBRepository()
-
-